| java.lang.Object | |
| ↳ | com.workday.talent.PutTalentPoolRequestType |
Web Service wrapper to perform Talent Pool and Worker Membership Put operation.
Java class for Put_Talent_Pool_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Talent_Pool_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Static_Talent_Pool_Reference" type="{urn:com.workday/bsvc}Static_Talent_PoolObjectType" minOccurs="0"/>
<element name="Talent_Pool_Data" type="{urn:com.workday/bsvc}Talent_Pool_DataType"/>
</sequence>
<attribute name="Add_Only" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addOnly | |||||||||||
| staticTalentPoolReference | |||||||||||
| talentPoolData | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addOnly property.
| |||||||||||
Gets the value of the staticTalentPoolReference property.
| |||||||||||
Gets the value of the talentPoolData property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the addOnly property.
| |||||||||||
Sets the value of the staticTalentPoolReference property.
| |||||||||||
Sets the value of the talentPoolData property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the addOnly property. This getter has been renamed from isAddOnly() to getAddOnly() by cxf-xjc-boolean plugin.
Gets the value of the staticTalentPoolReference property.
StaticTalentPoolObjectType
Gets the value of the talentPoolData property.
TalentPoolDataType
Gets the value of the version property.
Sets the value of the addOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the staticTalentPoolReference property.
| value | Allowed object is
StaticTalentPoolObjectType
|
|---|
Sets the value of the talentPoolData property.
| value | Allowed object is
TalentPoolDataType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|