public interface IEnrollmentTroubleshootingEventRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<EnrollmentTroubleshootingEvent> callback)
Delete this item from the service
|
IEnrollmentTroubleshootingEventRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
EnrollmentTroubleshootingEvent |
get()
Gets the EnrollmentTroubleshootingEvent from the service
|
void |
get(ICallback<EnrollmentTroubleshootingEvent> callback)
Gets the EnrollmentTroubleshootingEvent from the service
|
EnrollmentTroubleshootingEvent |
patch(EnrollmentTroubleshootingEvent sourceEnrollmentTroubleshootingEvent)
Patches this EnrollmentTroubleshootingEvent with a source
|
void |
patch(EnrollmentTroubleshootingEvent sourceEnrollmentTroubleshootingEvent,
ICallback<EnrollmentTroubleshootingEvent> callback)
Patches this EnrollmentTroubleshootingEvent with a source
|
EnrollmentTroubleshootingEvent |
post(EnrollmentTroubleshootingEvent newEnrollmentTroubleshootingEvent)
Posts a EnrollmentTroubleshootingEvent with a new object
|
void |
post(EnrollmentTroubleshootingEvent newEnrollmentTroubleshootingEvent,
ICallback<EnrollmentTroubleshootingEvent> callback)
Posts a EnrollmentTroubleshootingEvent with a new object
|
IEnrollmentTroubleshootingEventRequest |
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<EnrollmentTroubleshootingEvent> callback)
callback - the callback to be called after success or failureEnrollmentTroubleshootingEvent get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<EnrollmentTroubleshootingEvent> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(EnrollmentTroubleshootingEvent sourceEnrollmentTroubleshootingEvent, ICallback<EnrollmentTroubleshootingEvent> callback)
sourceEnrollmentTroubleshootingEvent - the source object with updatescallback - the callback to be called after success or failureEnrollmentTroubleshootingEvent patch(EnrollmentTroubleshootingEvent sourceEnrollmentTroubleshootingEvent) throws ClientException
sourceEnrollmentTroubleshootingEvent - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(EnrollmentTroubleshootingEvent newEnrollmentTroubleshootingEvent, ICallback<EnrollmentTroubleshootingEvent> callback)
newEnrollmentTroubleshootingEvent - the new object to createcallback - the callback to be called after success or failureEnrollmentTroubleshootingEvent post(EnrollmentTroubleshootingEvent newEnrollmentTroubleshootingEvent) throws ClientException
newEnrollmentTroubleshootingEvent - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIEnrollmentTroubleshootingEventRequest select(java.lang.String value)
value - the select clauseIEnrollmentTroubleshootingEventRequest expand(java.lang.String value)
value - the expand clause