public class InvitationRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}connect-type"/>
<element ref="{}authorization"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Authorization |
authorization |
protected InviteConnectType |
connectType |
| Constructor and Description |
|---|
InvitationRequest() |
| Modifier and Type | Method and Description |
|---|---|
Authorization |
getAuthorization()
Gets the value of the authorization property.
|
InviteConnectType |
getConnectType()
Gets the value of the connectType property.
|
void |
setAuthorization(Authorization value)
Sets the value of the authorization property.
|
void |
setConnectType(InviteConnectType value)
Sets the value of the connectType property.
|
protected InviteConnectType connectType
protected Authorization authorization
public InviteConnectType getConnectType()
InviteConnectTypepublic void setConnectType(InviteConnectType value)
value - allowed object is
InviteConnectTypepublic Authorization getAuthorization()
Authorizationpublic void setAuthorization(Authorization value)
value - allowed object is
AuthorizationApache Camel