public interface IIosCertificateProfileRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<IosCertificateProfile> callback)
Delete this item from the service
|
IIosCertificateProfileRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IosCertificateProfile |
get()
Gets the IosCertificateProfile from the service
|
void |
get(ICallback<IosCertificateProfile> callback)
Gets the IosCertificateProfile from the service
|
IosCertificateProfile |
patch(IosCertificateProfile sourceIosCertificateProfile)
Patches this IosCertificateProfile with a source
|
void |
patch(IosCertificateProfile sourceIosCertificateProfile,
ICallback<IosCertificateProfile> callback)
Patches this IosCertificateProfile with a source
|
IosCertificateProfile |
post(IosCertificateProfile newIosCertificateProfile)
Posts a IosCertificateProfile with a new object
|
void |
post(IosCertificateProfile newIosCertificateProfile,
ICallback<IosCertificateProfile> callback)
Posts a IosCertificateProfile with a new object
|
IIosCertificateProfileRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesvoid get(ICallback<IosCertificateProfile> callback)
callback - the callback to be called after success or failureIosCertificateProfile get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<IosCertificateProfile> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(IosCertificateProfile sourceIosCertificateProfile, ICallback<IosCertificateProfile> callback)
sourceIosCertificateProfile - the source object with updatescallback - the callback to be called after success or failureIosCertificateProfile patch(IosCertificateProfile sourceIosCertificateProfile) throws ClientException
sourceIosCertificateProfile - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(IosCertificateProfile newIosCertificateProfile, ICallback<IosCertificateProfile> callback)
newIosCertificateProfile - the new object to createcallback - the callback to be called after success or failureIosCertificateProfile post(IosCertificateProfile newIosCertificateProfile) throws ClientException
newIosCertificateProfile - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIIosCertificateProfileRequest select(java.lang.String value)
value - the select clauseIIosCertificateProfileRequest expand(java.lang.String value)
value - the expand clause