| java.lang.Object | |
| ↳ | workday.com.bsvc.OrganizationAddUpdateType |
Utilize the following elements to add (or update, if already existing) a new Organization into the Workday system.
Java class for Organization_Add_UpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organization_Add_UpdateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Organization_Data" type="{urn:com.workday/bsvc}Organization_DataType"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| organizationData | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the organizationData property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the organizationData property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the organizationData property.
OrganizationDataType
Gets the value of the version property.
Sets the value of the organizationData property.
| value | Allowed object is
OrganizationDataType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

