public interface IWindowsHelloForBusinessAuthenticationMethodRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super WindowsHelloForBusinessAuthenticationMethod> callback)
Delete this item from the service
|
IWindowsHelloForBusinessAuthenticationMethodRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WindowsHelloForBusinessAuthenticationMethod |
get()
Gets the WindowsHelloForBusinessAuthenticationMethod from the service
|
void |
get(ICallback<? super WindowsHelloForBusinessAuthenticationMethod> callback)
Gets the WindowsHelloForBusinessAuthenticationMethod from the service
|
WindowsHelloForBusinessAuthenticationMethod |
patch(WindowsHelloForBusinessAuthenticationMethod sourceWindowsHelloForBusinessAuthenticationMethod)
Patches this WindowsHelloForBusinessAuthenticationMethod with a source
|
void |
patch(WindowsHelloForBusinessAuthenticationMethod sourceWindowsHelloForBusinessAuthenticationMethod,
ICallback<? super WindowsHelloForBusinessAuthenticationMethod> callback)
Patches this WindowsHelloForBusinessAuthenticationMethod with a source
|
WindowsHelloForBusinessAuthenticationMethod |
post(WindowsHelloForBusinessAuthenticationMethod newWindowsHelloForBusinessAuthenticationMethod)
Posts a WindowsHelloForBusinessAuthenticationMethod with a new object
|
void |
post(WindowsHelloForBusinessAuthenticationMethod newWindowsHelloForBusinessAuthenticationMethod,
ICallback<? super WindowsHelloForBusinessAuthenticationMethod> callback)
Posts a WindowsHelloForBusinessAuthenticationMethod with a new object
|
WindowsHelloForBusinessAuthenticationMethod |
put(WindowsHelloForBusinessAuthenticationMethod newWindowsHelloForBusinessAuthenticationMethod)
Posts a WindowsHelloForBusinessAuthenticationMethod with a new object
|
void |
put(WindowsHelloForBusinessAuthenticationMethod newWindowsHelloForBusinessAuthenticationMethod,
ICallback<? super WindowsHelloForBusinessAuthenticationMethod> callback)
Posts a WindowsHelloForBusinessAuthenticationMethod with a new object
|
IWindowsHelloForBusinessAuthenticationMethodRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super WindowsHelloForBusinessAuthenticationMethod> callback)
callback - the callback to be called after success or failureWindowsHelloForBusinessAuthenticationMethod get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super WindowsHelloForBusinessAuthenticationMethod> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(WindowsHelloForBusinessAuthenticationMethod sourceWindowsHelloForBusinessAuthenticationMethod, ICallback<? super WindowsHelloForBusinessAuthenticationMethod> callback)
sourceWindowsHelloForBusinessAuthenticationMethod - the source object with updatescallback - the callback to be called after success or failureWindowsHelloForBusinessAuthenticationMethod patch(WindowsHelloForBusinessAuthenticationMethod sourceWindowsHelloForBusinessAuthenticationMethod) throws ClientException
sourceWindowsHelloForBusinessAuthenticationMethod - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(WindowsHelloForBusinessAuthenticationMethod newWindowsHelloForBusinessAuthenticationMethod, ICallback<? super WindowsHelloForBusinessAuthenticationMethod> callback)
newWindowsHelloForBusinessAuthenticationMethod - the new object to createcallback - the callback to be called after success or failureWindowsHelloForBusinessAuthenticationMethod post(WindowsHelloForBusinessAuthenticationMethod newWindowsHelloForBusinessAuthenticationMethod) throws ClientException
newWindowsHelloForBusinessAuthenticationMethod - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(WindowsHelloForBusinessAuthenticationMethod newWindowsHelloForBusinessAuthenticationMethod, ICallback<? super WindowsHelloForBusinessAuthenticationMethod> callback)
newWindowsHelloForBusinessAuthenticationMethod - the object to create/updatecallback - the callback to be called after success or failureWindowsHelloForBusinessAuthenticationMethod put(WindowsHelloForBusinessAuthenticationMethod newWindowsHelloForBusinessAuthenticationMethod) throws ClientException
newWindowsHelloForBusinessAuthenticationMethod - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIWindowsHelloForBusinessAuthenticationMethodRequest select(java.lang.String value)
value - the select clauseIWindowsHelloForBusinessAuthenticationMethodRequest expand(java.lang.String value)
value - the expand clause