public class EducationAssignmentSettingsRequest extends com.microsoft.graph.http.BaseRequest<EducationAssignmentSettings>
| Constructor and Description |
|---|
EducationAssignmentSettingsRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request for the EducationAssignmentSettings
|
| Modifier and Type | Method and Description |
|---|---|
EducationAssignmentSettings |
delete()
Delete this item from the service
|
java.util.concurrent.CompletableFuture<EducationAssignmentSettings> |
deleteAsync()
Delete this item from the service
|
EducationAssignmentSettingsRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
EducationAssignmentSettings |
get()
Gets the EducationAssignmentSettings from the service
|
java.util.concurrent.CompletableFuture<EducationAssignmentSettings> |
getAsync()
Gets the EducationAssignmentSettings from the service
|
EducationAssignmentSettings |
patch(EducationAssignmentSettings sourceEducationAssignmentSettings)
Patches this EducationAssignmentSettings with a source
|
java.util.concurrent.CompletableFuture<EducationAssignmentSettings> |
patchAsync(EducationAssignmentSettings sourceEducationAssignmentSettings)
Patches this EducationAssignmentSettings with a source
|
EducationAssignmentSettings |
post(EducationAssignmentSettings newEducationAssignmentSettings)
Creates a EducationAssignmentSettings with a new object
|
java.util.concurrent.CompletableFuture<EducationAssignmentSettings> |
postAsync(EducationAssignmentSettings newEducationAssignmentSettings)
Creates a EducationAssignmentSettings with a new object
|
EducationAssignmentSettings |
put(EducationAssignmentSettings newEducationAssignmentSettings)
Creates a EducationAssignmentSettings with a new object
|
java.util.concurrent.CompletableFuture<EducationAssignmentSettings> |
putAsync(EducationAssignmentSettings newEducationAssignmentSettings)
Creates a EducationAssignmentSettings with a new object
|
EducationAssignmentSettingsRequest |
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 EducationAssignmentSettingsRequest(@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<EducationAssignmentSettings> getAsync()
@Nullable public EducationAssignmentSettings 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<EducationAssignmentSettings> deleteAsync()
@Nullable public EducationAssignmentSettings 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<EducationAssignmentSettings> patchAsync(@Nonnull EducationAssignmentSettings sourceEducationAssignmentSettings)
sourceEducationAssignmentSettings - the source object with updates@Nullable public EducationAssignmentSettings patch(@Nonnull EducationAssignmentSettings sourceEducationAssignmentSettings) throws com.microsoft.graph.core.ClientException
sourceEducationAssignmentSettings - 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<EducationAssignmentSettings> postAsync(@Nonnull EducationAssignmentSettings newEducationAssignmentSettings)
newEducationAssignmentSettings - the new object to create@Nullable public EducationAssignmentSettings post(@Nonnull EducationAssignmentSettings newEducationAssignmentSettings) throws com.microsoft.graph.core.ClientException
newEducationAssignmentSettings - 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<EducationAssignmentSettings> putAsync(@Nonnull EducationAssignmentSettings newEducationAssignmentSettings)
newEducationAssignmentSettings - the object to create/update@Nullable public EducationAssignmentSettings put(@Nonnull EducationAssignmentSettings newEducationAssignmentSettings) throws com.microsoft.graph.core.ClientException
newEducationAssignmentSettings - the object to create/updatecom.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public EducationAssignmentSettingsRequest select(@Nonnull java.lang.String value)
value - the select clause@Nonnull public EducationAssignmentSettingsRequest expand(@Nonnull java.lang.String value)
value - the expand clause