public class ApiGetUserTypesResult extends ApiResult
Java class for apiGetUserTypesResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="apiGetUserTypesResult"> <complexContent> <extension base="{http://result.apiservice.bullhorn.com/}apiResult"> <sequence> <element name="userTypeDtos" type="{http://user.entity.bullhorn.com/}userTypeDto" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<UserTypeDto> |
userTypeDtos |
Constructor and Description |
---|
ApiGetUserTypesResult() |
Modifier and Type | Method and Description |
---|---|
java.util.List<UserTypeDto> |
getUserTypeDtos()
Gets the value of the userTypeDtos property.
|
getSession, setSession
protected java.util.List<UserTypeDto> userTypeDtos
public java.util.List<UserTypeDto> getUserTypeDtos()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the userTypeDtos property.
For example, to add a new item, do as follows:
getUserTypeDtos().add(newItem);
Objects of the following type(s) are allowed in the list
UserTypeDto