public interface IOrganizationalBrandingLocalizationRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super OrganizationalBrandingLocalization> callback)
Delete this item from the service
|
IOrganizationalBrandingLocalizationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
OrganizationalBrandingLocalization |
get()
Gets the OrganizationalBrandingLocalization from the service
|
void |
get(ICallback<? super OrganizationalBrandingLocalization> callback)
Gets the OrganizationalBrandingLocalization from the service
|
OrganizationalBrandingLocalization |
patch(OrganizationalBrandingLocalization sourceOrganizationalBrandingLocalization)
Patches this OrganizationalBrandingLocalization with a source
|
void |
patch(OrganizationalBrandingLocalization sourceOrganizationalBrandingLocalization,
ICallback<? super OrganizationalBrandingLocalization> callback)
Patches this OrganizationalBrandingLocalization with a source
|
OrganizationalBrandingLocalization |
post(OrganizationalBrandingLocalization newOrganizationalBrandingLocalization)
Posts a OrganizationalBrandingLocalization with a new object
|
void |
post(OrganizationalBrandingLocalization newOrganizationalBrandingLocalization,
ICallback<? super OrganizationalBrandingLocalization> callback)
Posts a OrganizationalBrandingLocalization with a new object
|
OrganizationalBrandingLocalization |
put(OrganizationalBrandingLocalization newOrganizationalBrandingLocalization)
Posts a OrganizationalBrandingLocalization with a new object
|
void |
put(OrganizationalBrandingLocalization newOrganizationalBrandingLocalization,
ICallback<? super OrganizationalBrandingLocalization> callback)
Posts a OrganizationalBrandingLocalization with a new object
|
IOrganizationalBrandingLocalizationRequest |
select(java.lang.String value)
Sets the select clause 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 OrganizationalBrandingLocalization> callback)
callback - the callback to be called after success or failureOrganizationalBrandingLocalization get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super OrganizationalBrandingLocalization> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(OrganizationalBrandingLocalization sourceOrganizationalBrandingLocalization, ICallback<? super OrganizationalBrandingLocalization> callback)
sourceOrganizationalBrandingLocalization - the source object with updatescallback - the callback to be called after success or failureOrganizationalBrandingLocalization patch(OrganizationalBrandingLocalization sourceOrganizationalBrandingLocalization) throws ClientException
sourceOrganizationalBrandingLocalization - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(OrganizationalBrandingLocalization newOrganizationalBrandingLocalization, ICallback<? super OrganizationalBrandingLocalization> callback)
newOrganizationalBrandingLocalization - the new object to createcallback - the callback to be called after success or failureOrganizationalBrandingLocalization post(OrganizationalBrandingLocalization newOrganizationalBrandingLocalization) throws ClientException
newOrganizationalBrandingLocalization - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(OrganizationalBrandingLocalization newOrganizationalBrandingLocalization, ICallback<? super OrganizationalBrandingLocalization> callback)
newOrganizationalBrandingLocalization - the object to create/updatecallback - the callback to be called after success or failureOrganizationalBrandingLocalization put(OrganizationalBrandingLocalization newOrganizationalBrandingLocalization) throws ClientException
newOrganizationalBrandingLocalization - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIOrganizationalBrandingLocalizationRequest select(java.lang.String value)
value - the select clauseIOrganizationalBrandingLocalizationRequest expand(java.lang.String value)
value - the expand clause