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