public class GetUserDepartmentIdsResponse
extends java.lang.Object
Java class for getUserDepartmentIdsResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getUserDepartmentIdsResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://result.apiservice.bullhorn.com/}apiGetUserDepartmentIdsResult" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ApiGetUserDepartmentIdsResult |
_return |
| Constructor and Description |
|---|
GetUserDepartmentIdsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ApiGetUserDepartmentIdsResult |
getReturn()
Gets the value of the return property.
|
void |
setReturn(ApiGetUserDepartmentIdsResult value)
Sets the value of the return property.
|
protected ApiGetUserDepartmentIdsResult _return
public ApiGetUserDepartmentIdsResult getReturn()
ApiGetUserDepartmentIdsResultpublic void setReturn(ApiGetUserDepartmentIdsResult value)
value - allowed object is
ApiGetUserDepartmentIdsResult