public interface IServicePrincipalWithReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<? super ServicePrincipal> callback) |
IServicePrincipalWithReferenceRequest |
expand(java.lang.String value) |
ServicePrincipal |
get() |
void |
get(ICallback<? super ServicePrincipal> callback) |
ServicePrincipal |
patch(ServicePrincipal sourceServicePrincipal) |
void |
patch(ServicePrincipal sourceServicePrincipal,
ICallback<? super ServicePrincipal> callback) |
ServicePrincipal |
post(ServicePrincipal newServicePrincipal,
IJsonBackedObject payload) |
void |
post(ServicePrincipal newServicePrincipal,
IJsonBackedObject payload,
ICallback<? super ServicePrincipal> callback) |
IServicePrincipalWithReferenceRequest |
select(java.lang.String value) |
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid post(ServicePrincipal newServicePrincipal, IJsonBackedObject payload, ICallback<? super ServicePrincipal> callback)
ServicePrincipal post(ServicePrincipal newServicePrincipal, IJsonBackedObject payload) throws ClientException
ClientExceptionvoid get(ICallback<? super ServicePrincipal> callback)
ServicePrincipal get() throws ClientException
ClientExceptionvoid delete(ICallback<? super ServicePrincipal> callback)
void delete()
throws ClientException
ClientExceptionvoid patch(ServicePrincipal sourceServicePrincipal, ICallback<? super ServicePrincipal> callback)
ServicePrincipal patch(ServicePrincipal sourceServicePrincipal) throws ClientException
ClientExceptionIServicePrincipalWithReferenceRequest select(java.lang.String value)
IServicePrincipalWithReferenceRequest expand(java.lang.String value)