public class OrganizationalBrandingLocalizationCollectionRequest extends BaseCollectionRequest<OrganizationalBrandingLocalizationCollectionResponse,IOrganizationalBrandingLocalizationCollectionPage> implements IOrganizationalBrandingLocalizationCollectionRequest
| Constructor and Description |
|---|
OrganizationalBrandingLocalizationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of OrganizationalBrandingLocalization
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic OrganizationalBrandingLocalizationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super IOrganizationalBrandingLocalizationCollectionPage> callback)
get in interface IOrganizationalBrandingLocalizationCollectionRequestpublic IOrganizationalBrandingLocalizationCollectionPage get() throws ClientException
get in interface IOrganizationalBrandingLocalizationCollectionRequestClientExceptionpublic void post(OrganizationalBrandingLocalization newOrganizationalBrandingLocalization, ICallback<? super OrganizationalBrandingLocalization> callback)
post in interface IOrganizationalBrandingLocalizationCollectionRequestpublic OrganizationalBrandingLocalization post(OrganizationalBrandingLocalization newOrganizationalBrandingLocalization) throws ClientException
post in interface IOrganizationalBrandingLocalizationCollectionRequestClientExceptionpublic IOrganizationalBrandingLocalizationCollectionRequest expand(java.lang.String value)
expand in interface IOrganizationalBrandingLocalizationCollectionRequestvalue - the expand clausepublic IOrganizationalBrandingLocalizationCollectionRequest filter(java.lang.String value)
filter in interface IOrganizationalBrandingLocalizationCollectionRequestvalue - the filter clausepublic IOrganizationalBrandingLocalizationCollectionRequest orderBy(java.lang.String value)
orderBy in interface IOrganizationalBrandingLocalizationCollectionRequestvalue - the order by clausepublic IOrganizationalBrandingLocalizationCollectionRequest select(java.lang.String value)
select in interface IOrganizationalBrandingLocalizationCollectionRequestvalue - the select clausepublic IOrganizationalBrandingLocalizationCollectionRequest top(int value)
top in interface IOrganizationalBrandingLocalizationCollectionRequestvalue - the max number of items to returnpublic IOrganizationalBrandingLocalizationCollectionRequest skip(int value)
skip in interface IOrganizationalBrandingLocalizationCollectionRequestvalue - of the number of items to skippublic IOrganizationalBrandingLocalizationCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IOrganizationalBrandingLocalizationCollectionRequestskipToken - - Token for paginationpublic IOrganizationalBrandingLocalizationCollectionPage buildFromResponse(OrganizationalBrandingLocalizationCollectionResponse response)