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