public class StartPartnerSession
extends java.lang.Object
Java class for startPartnerSession complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="startPartnerSession">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sessionRequest" type="{http://oauth.apiservice.bullhorn.com/}partnerSessionRequest" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PartnerSessionRequest |
sessionRequest |
| Constructor and Description |
|---|
StartPartnerSession() |
| Modifier and Type | Method and Description |
|---|---|
PartnerSessionRequest |
getSessionRequest()
Gets the value of the sessionRequest property.
|
void |
setSessionRequest(PartnerSessionRequest value)
Sets the value of the sessionRequest property.
|
protected PartnerSessionRequest sessionRequest
public PartnerSessionRequest getSessionRequest()
PartnerSessionRequestpublic void setSessionRequest(PartnerSessionRequest value)
value - allowed object is
PartnerSessionRequest