public class PlannerBucketRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<PlannerBucket>
| Constructor and Description |
|---|
PlannerBucketRequestBuilder(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 PlannerBucket
|
| Modifier and Type | Method and Description |
|---|---|
PlannerBucketRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
PlannerBucketRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
PlannerTaskCollectionRequestBuilder |
tasks()
Gets a request builder for the PlannerTask collection
|
PlannerTaskRequestBuilder |
tasks(java.lang.String id)
Gets a request builder for the PlannerTask item
|
public PlannerBucketRequestBuilder(@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 PlannerBucketRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public PlannerBucketRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public PlannerTaskCollectionRequestBuilder tasks()
@Nonnull public PlannerTaskRequestBuilder tasks(@Nonnull java.lang.String id)
id - the item identifier