public interface IInvitationCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IInvitationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IInvitationCollectionPage |
get() |
void |
get(ICallback<IInvitationCollectionPage> callback) |
Invitation |
post(Invitation newInvitation) |
void |
post(Invitation newInvitation,
ICallback<Invitation> callback) |
IInvitationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IInvitationCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IInvitationCollectionPage> callback)
IInvitationCollectionPage get() throws ClientException
ClientExceptionvoid post(Invitation newInvitation, ICallback<Invitation> callback)
Invitation post(Invitation newInvitation) throws ClientException
ClientExceptionIInvitationCollectionRequest expand(java.lang.String value)
value - the expand clauseIInvitationCollectionRequest select(java.lang.String value)
value - the select clauseIInvitationCollectionRequest top(int value)
value - the max number of items to return