public interface ITeamCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ITeamCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITeamCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ITeamCollectionPage |
get() |
void |
get(ICallback<? super ITeamCollectionPage> callback) |
ITeamCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
Team |
post(Team newTeam) |
void |
post(Team newTeam,
ICallback<? super Team> callback) |
ITeamCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITeamCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ITeamCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ITeamCollectionRequest |
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 ITeamCollectionPage> callback)
ITeamCollectionPage get() throws ClientException
ClientExceptionTeam post(Team newTeam) throws ClientException
ClientExceptionITeamCollectionRequest expand(java.lang.String value)
value - the expand clauseITeamCollectionRequest filter(java.lang.String value)
value - the filter clauseITeamCollectionRequest orderBy(java.lang.String value)
value - the order by clauseITeamCollectionRequest select(java.lang.String value)
value - the select clauseITeamCollectionRequest top(int value)
value - the max number of items to returnITeamCollectionRequest skip(int value)
value - of the number of items to skipITeamCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination