public class OrganizationalBrandingRequest extends BaseRequest implements IOrganizationalBrandingRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
OrganizationalBrandingRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the OrganizationalBranding
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super OrganizationalBranding> callback)
Delete this item from the service
|
IOrganizationalBrandingRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
OrganizationalBranding |
get()
Gets the OrganizationalBranding from the service
|
void |
get(ICallback<? super OrganizationalBranding> callback)
Gets the OrganizationalBranding from the service
|
OrganizationalBranding |
patch(OrganizationalBranding sourceOrganizationalBranding)
Patches this OrganizationalBranding with a source
|
void |
patch(OrganizationalBranding sourceOrganizationalBranding,
ICallback<? super OrganizationalBranding> callback)
Patches this OrganizationalBranding with a source
|
OrganizationalBranding |
post(OrganizationalBranding newOrganizationalBranding)
Creates a OrganizationalBranding with a new object
|
void |
post(OrganizationalBranding newOrganizationalBranding,
ICallback<? super OrganizationalBranding> callback)
Creates a OrganizationalBranding with a new object
|
OrganizationalBranding |
put(OrganizationalBranding newOrganizationalBranding)
Creates a OrganizationalBranding with a new object
|
void |
put(OrganizationalBranding newOrganizationalBranding,
ICallback<? super OrganizationalBranding> callback)
Creates a OrganizationalBranding with a new object
|
IOrganizationalBrandingRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, 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 OrganizationalBrandingRequest(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 OrganizationalBranding> callback)
get in interface IOrganizationalBrandingRequestcallback - the callback to be called after success or failurepublic OrganizationalBranding get() throws ClientException
get in interface IOrganizationalBrandingRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<? super OrganizationalBranding> callback)
delete in interface IOrganizationalBrandingRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IOrganizationalBrandingRequestClientException - if there was an exception during the delete operationpublic void patch(OrganizationalBranding sourceOrganizationalBranding, ICallback<? super OrganizationalBranding> callback)
patch in interface IOrganizationalBrandingRequestsourceOrganizationalBranding - the source object with updatescallback - the callback to be called after success or failurepublic OrganizationalBranding patch(OrganizationalBranding sourceOrganizationalBranding) throws ClientException
patch in interface IOrganizationalBrandingRequestsourceOrganizationalBranding - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(OrganizationalBranding newOrganizationalBranding, ICallback<? super OrganizationalBranding> callback)
post in interface IOrganizationalBrandingRequestnewOrganizationalBranding - the new object to createcallback - the callback to be called after success or failurepublic OrganizationalBranding post(OrganizationalBranding newOrganizationalBranding) throws ClientException
post in interface IOrganizationalBrandingRequestnewOrganizationalBranding - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic void put(OrganizationalBranding newOrganizationalBranding, ICallback<? super OrganizationalBranding> callback)
put in interface IOrganizationalBrandingRequestnewOrganizationalBranding - the object to create/updatecallback - the callback to be called after success or failurepublic OrganizationalBranding put(OrganizationalBranding newOrganizationalBranding) throws ClientException
put in interface IOrganizationalBrandingRequestnewOrganizationalBranding - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonpublic IOrganizationalBrandingRequest select(java.lang.String value)
select in interface IOrganizationalBrandingRequestvalue - the select clausepublic IOrganizationalBrandingRequest expand(java.lang.String value)
expand in interface IOrganizationalBrandingRequestvalue - the expand clause