public interface IParticipantInviteRequest
| Modifier and Type | Method and Description |
|---|---|
IParticipantInviteRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
InviteParticipantsOperation |
post() |
void |
post(ICallback<InviteParticipantsOperation> callback) |
IParticipantInviteRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IParticipantInviteRequest |
top(int value)
Sets the top value for the request
|
void post(ICallback<InviteParticipantsOperation> callback)
InviteParticipantsOperation post() throws ClientException
ClientExceptionIParticipantInviteRequest select(java.lang.String value)
value - the select clauseIParticipantInviteRequest top(int value)
value - the max number of items to returnIParticipantInviteRequest expand(java.lang.String value)
value - the expand clause