public interface IParticipantCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IParticipantCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IParticipantCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IParticipantCollectionPage |
get() |
void |
get(ICallback<? super IParticipantCollectionPage> callback) |
IParticipantCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
Participant |
post(Participant newParticipant) |
void |
post(Participant newParticipant,
ICallback<? super Participant> callback) |
IParticipantCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IParticipantCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IParticipantCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IParticipantCollectionRequest |
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 IParticipantCollectionPage> callback)
IParticipantCollectionPage get() throws ClientException
ClientExceptionvoid post(Participant newParticipant, ICallback<? super Participant> callback)
Participant post(Participant newParticipant) throws ClientException
ClientExceptionIParticipantCollectionRequest expand(java.lang.String value)
value - the expand clauseIParticipantCollectionRequest filter(java.lang.String value)
value - the filter clauseIParticipantCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIParticipantCollectionRequest select(java.lang.String value)
value - the select clauseIParticipantCollectionRequest top(int value)
value - the max number of items to returnIParticipantCollectionRequest skip(int value)
value - of the number of items to skipIParticipantCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination