public interface IManagedAppRegistrationReferenceRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
ManagedAppRegistration |
delete() |
void |
delete(ICallback<ManagedAppRegistration> callback) |
IManagedAppRegistrationReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ManagedAppRegistration |
put(ManagedAppRegistration srcManagedAppRegistration)
Puts the ManagedAppRegistration
|
void |
put(ManagedAppRegistration srcManagedAppRegistration,
ICallback<ManagedAppRegistration> callback)
Puts the ManagedAppRegistration
|
IManagedAppRegistrationReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getHeaders, getHttpMethod, getOptions, getRequestUrl, getUseCaches, setUseCaches
void delete(ICallback<ManagedAppRegistration> callback)
ManagedAppRegistration delete() throws ClientException
ClientException
IManagedAppRegistrationReferenceRequest select(java.lang.String value)
value
- the select clauseIManagedAppRegistrationReferenceRequest expand(java.lang.String value)
value
- the expand clausevoid put(ManagedAppRegistration srcManagedAppRegistration, ICallback<ManagedAppRegistration> callback)
srcManagedAppRegistration
- the ManagedAppRegistration to PUTcallback
- the callback to be called after success or failureManagedAppRegistration put(ManagedAppRegistration srcManagedAppRegistration) throws ClientException
srcManagedAppRegistration
- the ManagedAppRegistration to PUTClientException
- an exception occurs if there was an error while the request was sent