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