public class ApiGetUserPrimaryDepartmentIdResult extends ApiResult
Java class for apiGetUserPrimaryDepartmentIdResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="apiGetUserPrimaryDepartmentIdResult"> <complexContent> <extension base="{http://result.apiservice.bullhorn.com/}apiResult"> <sequence> <element name="departmentId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
departmentId |
Constructor and Description |
---|
ApiGetUserPrimaryDepartmentIdResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getDepartmentId()
Gets the value of the departmentId property.
|
void |
setDepartmentId(java.lang.Integer value)
Sets the value of the departmentId property.
|
getSession, setSession
public java.lang.Integer getDepartmentId()
Integer
public void setDepartmentId(java.lang.Integer value)
value
- allowed object is
Integer