public interface IInvitationCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IInvitationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IInvitationCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IInvitationCollectionPage |
get() |
void |
get(ICallback<? super IInvitationCollectionPage> callback) |
IInvitationCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
Invitation |
post(Invitation newInvitation) |
void |
post(Invitation newInvitation,
ICallback<? super Invitation> callback) |
IInvitationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IInvitationCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IInvitationCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IInvitationCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IInvitationCollectionPage> callback)
IInvitationCollectionPage get() throws ClientException
ClientExceptionvoid post(Invitation newInvitation, ICallback<? super Invitation> callback)
Invitation post(Invitation newInvitation) throws ClientException
ClientExceptionIInvitationCollectionRequest expand(java.lang.String value)
value - the expand clauseIInvitationCollectionRequest filter(java.lang.String value)
value - the filter clauseIInvitationCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIInvitationCollectionRequest select(java.lang.String value)
value - the select clauseIInvitationCollectionRequest top(int value)
value - the max number of items to returnIInvitationCollectionRequest skip(int value)
value - of the number of items to skipIInvitationCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination