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