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