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