public class GroupRenewRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<Group>
| Constructor and Description |
|---|
GroupRenewRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for this GroupRenew
|
| Modifier and Type | Method and Description |
|---|---|
GroupRenewRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the GroupRenewRequest with specific requestOptions instead of the existing requestOptions
|
GroupRenewRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the GroupRenewRequest
|
public GroupRenewRequestBuilder(@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 GroupRenewRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for the request@Nonnull public GroupRenewRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for the request