| java.lang.Object | |
| ↳ | com.workday.talent.TalentPoolType |
Holds response section for Talent Pool and Worker Reference
Java class for Talent_PoolType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Talent_PoolType">
<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" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| staticTalentPoolReference | |||||||||||
| talentPoolData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the staticTalentPoolReference property.
| |||||||||||
Gets the value of the talentPoolData property.
| |||||||||||
Sets the value of the staticTalentPoolReference property.
| |||||||||||
Sets the value of the talentPoolData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the staticTalentPoolReference property.
StaticTalentPoolObjectType
Gets the value of the talentPoolData property.
TalentPoolDataType
Sets the value of the staticTalentPoolReference property.
| value | Allowed object is
StaticTalentPoolObjectType
|
|---|
Sets the value of the talentPoolData property.
| value | Allowed object is
TalentPoolDataType
|
|---|