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