| java.lang.Object | |
| ↳ | workday.com.bsvc.OrganizationResponseGroupType |
The response group allows for the response data to be tailored to only included elements that the user is looking for. If no response group is provided in the request, then only the following elements will be returned: Reference, Organization Data, Hierarchy Data and if a Supervisory Organization Type the Supervisory Data.
Java class for Organization_Response_GroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organization_Response_GroupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Include_Roles_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Hierarchy_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Supervisory_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Staffing_Restrictions_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| includeHierarchyData | |||||||||||
| includeRolesData | |||||||||||
| includeStaffingRestrictionsData | |||||||||||
| includeSupervisoryData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the includeHierarchyData property.
| |||||||||||
Gets the value of the includeRolesData property.
| |||||||||||
Gets the value of the includeStaffingRestrictionsData property.
| |||||||||||
Gets the value of the includeSupervisoryData property.
| |||||||||||
Sets the value of the includeHierarchyData property.
| |||||||||||
Sets the value of the includeRolesData property.
| |||||||||||
Sets the value of the includeStaffingRestrictionsData property.
| |||||||||||
Sets the value of the includeSupervisoryData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the includeHierarchyData property.
Gets the value of the includeRolesData property.
Gets the value of the includeStaffingRestrictionsData property.
Gets the value of the includeSupervisoryData property.
Sets the value of the includeHierarchyData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeRolesData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeStaffingRestrictionsData property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeSupervisoryData property.
| value | Allowed object is Boolean |
|---|

