| java.lang.Object | |
| ↳ | com.workday.hr.PutProvisioningGroupRequestType |
Put Provisioning Group Request
Java class for Put_Provisioning_Group_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Provisioning_Group_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Provisioning_Group_Reference" type="{urn:com.workday/bsvc}Provisioning_GroupObjectType" minOccurs="0"/>
<element name="Provisioning_Group_Data" type="{urn:com.workday/bsvc}Provisioning_Group_DataType"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| provisioningGroupData | |||||||||||
| provisioningGroupReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the provisioningGroupData property.
| |||||||||||
Gets the value of the provisioningGroupReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the provisioningGroupData property.
| |||||||||||
Sets the value of the provisioningGroupReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the provisioningGroupData property.
ProvisioningGroupDataType
Gets the value of the provisioningGroupReference property.
ProvisioningGroupObjectType
Gets the value of the version property.
Sets the value of the provisioningGroupData property.
| value | Allowed object is
ProvisioningGroupDataType
|
|---|
Sets the value of the provisioningGroupReference property.
| value | Allowed object is
ProvisioningGroupObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

