Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type CreatePlannerPlanBucketOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreatePlannerPlanBucketOperationOptions() CreatePlannerPlanBucketOperationOptions + func (o CreatePlannerPlanBucketOperationOptions) ToHeaders() *client.Headers + func (o CreatePlannerPlanBucketOperationOptions) ToOData() *odata.Query + func (o CreatePlannerPlanBucketOperationOptions) ToQuery() *client.QueryParams + type CreatePlannerPlanBucketOperationResponse struct + HttpResponse *http.Response + Model *stable.PlannerBucket + OData *odata.OData + type DeletePlannerPlanBucketOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeletePlannerPlanBucketOperationOptions() DeletePlannerPlanBucketOperationOptions + func (o DeletePlannerPlanBucketOperationOptions) ToHeaders() *client.Headers + func (o DeletePlannerPlanBucketOperationOptions) ToOData() *odata.Query + func (o DeletePlannerPlanBucketOperationOptions) ToQuery() *client.QueryParams + type DeletePlannerPlanBucketOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetPlannerPlanBucketOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetPlannerPlanBucketOperationOptions() GetPlannerPlanBucketOperationOptions + func (o GetPlannerPlanBucketOperationOptions) ToHeaders() *client.Headers + func (o GetPlannerPlanBucketOperationOptions) ToOData() *odata.Query + func (o GetPlannerPlanBucketOperationOptions) ToQuery() *client.QueryParams + type GetPlannerPlanBucketOperationResponse struct + HttpResponse *http.Response + Model *stable.PlannerBucket + OData *odata.OData + type GetPlannerPlanBucketsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetPlannerPlanBucketsCountOperationOptions() GetPlannerPlanBucketsCountOperationOptions + func (o GetPlannerPlanBucketsCountOperationOptions) ToHeaders() *client.Headers + func (o GetPlannerPlanBucketsCountOperationOptions) ToOData() *odata.Query + func (o GetPlannerPlanBucketsCountOperationOptions) ToQuery() *client.QueryParams + type GetPlannerPlanBucketsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListPlannerPlanBucketsCompleteResult struct + Items []stable.PlannerBucket + LatestHttpResponse *http.Response + type ListPlannerPlanBucketsCustomPager struct + NextLink *odata.Link + func (p *ListPlannerPlanBucketsCustomPager) NextPageLink() *odata.Link + type ListPlannerPlanBucketsOperationOptions struct + Count *bool + Expand *odata.Expand + Filter *string + Metadata *odata.Metadata + OrderBy *odata.OrderBy + RetryFunc client.RequestRetryFunc + Search *string + Select *[]string + Skip *int64 + Top *int64 + func DefaultListPlannerPlanBucketsOperationOptions() ListPlannerPlanBucketsOperationOptions + func (o ListPlannerPlanBucketsOperationOptions) ToHeaders() *client.Headers + func (o ListPlannerPlanBucketsOperationOptions) ToOData() *odata.Query + func (o ListPlannerPlanBucketsOperationOptions) ToQuery() *client.QueryParams + type ListPlannerPlanBucketsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.PlannerBucket + OData *odata.OData + type PlannerBucketOperationPredicate struct + func (p PlannerBucketOperationPredicate) Matches(input stable.PlannerBucket) bool + type PlannerPlanBucketClient struct + Client *msgraph.Client + func NewPlannerPlanBucketClientWithBaseURI(sdkApi sdkEnv.Api) (*PlannerPlanBucketClient, error) + func (c PlannerPlanBucketClient) CreatePlannerPlanBucket(ctx context.Context, id stable.GroupIdPlannerPlanId, ...) (result CreatePlannerPlanBucketOperationResponse, err error) + func (c PlannerPlanBucketClient) DeletePlannerPlanBucket(ctx context.Context, id stable.GroupIdPlannerPlanIdBucketId, ...) (result DeletePlannerPlanBucketOperationResponse, err error) + func (c PlannerPlanBucketClient) GetPlannerPlanBucket(ctx context.Context, id stable.GroupIdPlannerPlanIdBucketId, ...) (result GetPlannerPlanBucketOperationResponse, err error) + func (c PlannerPlanBucketClient) GetPlannerPlanBucketsCount(ctx context.Context, id stable.GroupIdPlannerPlanId, ...) (result GetPlannerPlanBucketsCountOperationResponse, err error) + func (c PlannerPlanBucketClient) ListPlannerPlanBuckets(ctx context.Context, id stable.GroupIdPlannerPlanId, ...) (result ListPlannerPlanBucketsOperationResponse, err error) + func (c PlannerPlanBucketClient) ListPlannerPlanBucketsComplete(ctx context.Context, id stable.GroupIdPlannerPlanId, ...) (ListPlannerPlanBucketsCompleteResult, error) + func (c PlannerPlanBucketClient) ListPlannerPlanBucketsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdPlannerPlanId, ...) (result ListPlannerPlanBucketsCompleteResult, err error) + func (c PlannerPlanBucketClient) UpdatePlannerPlanBucket(ctx context.Context, id stable.GroupIdPlannerPlanIdBucketId, ...) (result UpdatePlannerPlanBucketOperationResponse, err error) + type UpdatePlannerPlanBucketOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdatePlannerPlanBucketOperationOptions() UpdatePlannerPlanBucketOperationOptions + func (o UpdatePlannerPlanBucketOperationOptions) ToHeaders() *client.Headers + func (o UpdatePlannerPlanBucketOperationOptions) ToOData() *odata.Query + func (o UpdatePlannerPlanBucketOperationOptions) ToQuery() *client.QueryParams + type UpdatePlannerPlanBucketOperationResponse struct + HttpResponse *http.Response + OData *odata.OData