public class CalendarGroupRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<CalendarGroup>
| Constructor and Description |
|---|
CalendarGroupRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for the CalendarGroup
|
| Modifier and Type | Method and Description |
|---|---|
CalendarGroupRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
CalendarGroupRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
CalendarCollectionRequestBuilder |
calendars()
Gets a request builder for the Calendar collection
|
CalendarRequestBuilder |
calendars(java.lang.String id)
Gets a request builder for the Calendar item
|
public CalendarGroupRequestBuilder(@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 CalendarGroupRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public CalendarGroupRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public CalendarCollectionRequestBuilder calendars()
@Nonnull public CalendarRequestBuilder calendars(@Nonnull java.lang.String id)
id - the item identifier