public interface IGroupSettingCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IGroupSettingCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IGroupSettingCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IGroupSettingCollectionPage |
get() |
void |
get(ICallback<? super IGroupSettingCollectionPage> callback) |
IGroupSettingCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
GroupSetting |
post(GroupSetting newGroupSetting) |
void |
post(GroupSetting newGroupSetting,
ICallback<? super GroupSetting> callback) |
IGroupSettingCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IGroupSettingCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IGroupSettingCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IGroupSettingCollectionRequest |
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 IGroupSettingCollectionPage> callback)
IGroupSettingCollectionPage get() throws ClientException
ClientExceptionvoid post(GroupSetting newGroupSetting, ICallback<? super GroupSetting> callback)
GroupSetting post(GroupSetting newGroupSetting) throws ClientException
ClientExceptionIGroupSettingCollectionRequest expand(java.lang.String value)
value - the expand clauseIGroupSettingCollectionRequest filter(java.lang.String value)
value - the filter clauseIGroupSettingCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIGroupSettingCollectionRequest select(java.lang.String value)
value - the select clauseIGroupSettingCollectionRequest top(int value)
value - the max number of items to returnIGroupSettingCollectionRequest skip(int value)
value - of the number of items to skipIGroupSettingCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination