public class SignInRequest extends com.microsoft.graph.http.BaseRequest<SignIn>
Constructor and Description |
---|
SignInRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request for the SignIn
|
SignInRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
java.lang.Class<? extends SignIn> responseClass)
The request for the SignIn
|
Modifier and Type | Method and Description |
---|---|
SignIn |
delete()
Delete this item from the service
|
java.util.concurrent.CompletableFuture<SignIn> |
deleteAsync()
Delete this item from the service
|
SignInRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
SignIn |
get()
Gets the SignIn from the service
|
java.util.concurrent.CompletableFuture<SignIn> |
getAsync()
Gets the SignIn from the service
|
SignIn |
patch(SignIn sourceSignIn)
Patches this SignIn with a source
|
java.util.concurrent.CompletableFuture<SignIn> |
patchAsync(SignIn sourceSignIn)
Patches this SignIn with a source
|
SignIn |
post(SignIn newSignIn)
Creates a SignIn with a new object
|
java.util.concurrent.CompletableFuture<SignIn> |
postAsync(SignIn newSignIn)
Creates a SignIn with a new object
|
SignIn |
put(SignIn newSignIn)
Creates a SignIn with a new object
|
java.util.concurrent.CompletableFuture<SignIn> |
putAsync(SignIn newSignIn)
Creates a SignIn with a new object
|
SignInRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addCountOption, addExpandOption, addFilterOption, addFunctionOption, addHeader, addOrderByOption, addQueryOption, addSelectOption, addSkipOption, addSkipTokenOption, addTopOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, sendAsync, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
public SignInRequest(@Nonnull java.lang.String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable java.util.List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull java.lang.Class<? extends SignIn> responseClass)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestresponseClass
- the class of the responsepublic SignInRequest(@Nonnull java.lang.String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request@Nonnull public java.util.concurrent.CompletableFuture<SignIn> getAsync()
@Nullable public SignIn get() throws com.microsoft.graph.core.ClientException
com.microsoft.graph.core.ClientException
- this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<SignIn> deleteAsync()
@Nullable public SignIn delete() throws com.microsoft.graph.core.ClientException
com.microsoft.graph.core.ClientException
- if there was an exception during the delete operation@Nonnull public java.util.concurrent.CompletableFuture<SignIn> patchAsync(@Nonnull SignIn sourceSignIn)
sourceSignIn
- the source object with updates@Nullable public SignIn patch(@Nonnull SignIn sourceSignIn) throws com.microsoft.graph.core.ClientException
sourceSignIn
- the source object with updatescom.microsoft.graph.core.ClientException
- this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<SignIn> postAsync(@Nonnull SignIn newSignIn)
newSignIn
- the new object to create@Nullable public SignIn post(@Nonnull SignIn newSignIn) throws com.microsoft.graph.core.ClientException
newSignIn
- the new object to createcom.microsoft.graph.core.ClientException
- this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<SignIn> putAsync(@Nonnull SignIn newSignIn)
newSignIn
- the object to create/update@Nullable public SignIn put(@Nonnull SignIn newSignIn) throws com.microsoft.graph.core.ClientException
newSignIn
- the object to create/updatecom.microsoft.graph.core.ClientException
- this exception occurs if the request was unable to complete for any reason@Nonnull public SignInRequest select(@Nonnull java.lang.String value)
value
- the select clause@Nonnull public SignInRequest expand(@Nonnull java.lang.String value)
value
- the expand clause