| java.lang.Object | |
| ↳ | workday.com.bsvc.PutProvisioningGroupAssignmentRequestType |
Request element to add or update a provisioning group assignment
Java class for Put_Provisioning_Group_Assignment_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Provisioning_Group_Assignment_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Provisioning_Group_Assignment_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Provisioning_Group_Assignment_Data" type="{urn:com.workday/bsvc}Provisioning_Group_Assignment_DataType"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| provisioningGroupAssignmentData | |||||||||||
| provisioningGroupAssignmentReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the provisioningGroupAssignmentData property.
| |||||||||||
Gets the value of the provisioningGroupAssignmentReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the provisioningGroupAssignmentData property.
| |||||||||||
Sets the value of the provisioningGroupAssignmentReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the provisioningGroupAssignmentData property.
ProvisioningGroupAssignmentDataType
Gets the value of the provisioningGroupAssignmentReference property.
UniqueIdentifierObjectType
Gets the value of the version property.
Sets the value of the provisioningGroupAssignmentData property.
| value | Allowed object is
ProvisioningGroupAssignmentDataType
|
|---|
Sets the value of the provisioningGroupAssignmentReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

