public class EducationUserReferenceRequest extends com.microsoft.graph.http.BaseReferenceRequest<EducationUser>
| Constructor and Description |
|---|
EducationUserReferenceRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request for the EducationUser
|
| Modifier and Type | Method and Description |
|---|---|
EducationUserReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
EducationUser |
put(EducationUser srcEducationUser)
Puts the EducationUser
|
java.util.concurrent.CompletableFuture<EducationUser> |
putAsync(EducationUser srcEducationUser)
Puts the EducationUser
|
EducationUserReferenceRequest |
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, withHttpMethodpublic EducationUserReferenceRequest(@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 EducationUserReferenceRequest select(@Nonnull java.lang.String value)
value - the select clause@Nonnull public EducationUserReferenceRequest expand(@Nonnull java.lang.String value)
value - the expand clause@Nonnull public java.util.concurrent.CompletableFuture<EducationUser> putAsync(@Nonnull EducationUser srcEducationUser)
srcEducationUser - the EducationUser reference to PUT@Nullable public EducationUser put(@Nonnull EducationUser srcEducationUser) throws com.microsoft.graph.core.ClientException
srcEducationUser - the EducationUser reference to PUTcom.microsoft.graph.core.ClientException - an exception occurs if there was an error while the request was sent