public interface IServicePrincipalReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ServicePrincipal |
delete() |
void |
delete(ICallback<? super ServicePrincipal> callback) |
IServicePrincipalReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ServicePrincipal |
put(ServicePrincipal srcServicePrincipal)
Puts the ServicePrincipal
|
void |
put(ServicePrincipal srcServicePrincipal,
ICallback<? super ServicePrincipal> callback)
Puts the ServicePrincipal
|
IServicePrincipalReferenceRequest |
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 delete(ICallback<? super ServicePrincipal> callback)
ServicePrincipal delete() throws ClientException
ClientExceptionIServicePrincipalReferenceRequest select(java.lang.String value)
value - the select clauseIServicePrincipalReferenceRequest expand(java.lang.String value)
value - the expand clausevoid put(ServicePrincipal srcServicePrincipal, ICallback<? super ServicePrincipal> callback)
srcServicePrincipal - the ServicePrincipal to PUTcallback - the callback to be called after success or failureServicePrincipal put(ServicePrincipal srcServicePrincipal) throws ClientException
srcServicePrincipal - the ServicePrincipal to PUTClientException - an exception occurs if there was an error while the request was sent