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 CreatePlannerPlanOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreatePlannerPlanOperationOptions() CreatePlannerPlanOperationOptions + func (o CreatePlannerPlanOperationOptions) ToHeaders() *client.Headers + func (o CreatePlannerPlanOperationOptions) ToOData() *odata.Query + func (o CreatePlannerPlanOperationOptions) ToQuery() *client.QueryParams + type CreatePlannerPlanOperationResponse struct + HttpResponse *http.Response + Model *stable.PlannerPlan + OData *odata.OData + type DeletePlannerPlanOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeletePlannerPlanOperationOptions() DeletePlannerPlanOperationOptions + func (o DeletePlannerPlanOperationOptions) ToHeaders() *client.Headers + func (o DeletePlannerPlanOperationOptions) ToOData() *odata.Query + func (o DeletePlannerPlanOperationOptions) ToQuery() *client.QueryParams + type DeletePlannerPlanOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetPlannerPlanOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetPlannerPlanOperationOptions() GetPlannerPlanOperationOptions + func (o GetPlannerPlanOperationOptions) ToHeaders() *client.Headers + func (o GetPlannerPlanOperationOptions) ToOData() *odata.Query + func (o GetPlannerPlanOperationOptions) ToQuery() *client.QueryParams + type GetPlannerPlanOperationResponse struct + HttpResponse *http.Response + Model *stable.PlannerPlan + OData *odata.OData + type GetPlannerPlansCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetPlannerPlansCountOperationOptions() GetPlannerPlansCountOperationOptions + func (o GetPlannerPlansCountOperationOptions) ToHeaders() *client.Headers + func (o GetPlannerPlansCountOperationOptions) ToOData() *odata.Query + func (o GetPlannerPlansCountOperationOptions) ToQuery() *client.QueryParams + type GetPlannerPlansCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListPlannerPlansCompleteResult struct + Items []stable.PlannerPlan + LatestHttpResponse *http.Response + type ListPlannerPlansCustomPager struct + NextLink *odata.Link + func (p *ListPlannerPlansCustomPager) NextPageLink() *odata.Link + type ListPlannerPlansOperationOptions 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 DefaultListPlannerPlansOperationOptions() ListPlannerPlansOperationOptions + func (o ListPlannerPlansOperationOptions) ToHeaders() *client.Headers + func (o ListPlannerPlansOperationOptions) ToOData() *odata.Query + func (o ListPlannerPlansOperationOptions) ToQuery() *client.QueryParams + type ListPlannerPlansOperationResponse struct + HttpResponse *http.Response + Model *[]stable.PlannerPlan + OData *odata.OData + type PlannerPlanClient struct + Client *msgraph.Client + func NewPlannerPlanClientWithBaseURI(sdkApi sdkEnv.Api) (*PlannerPlanClient, error) + func (c PlannerPlanClient) CreatePlannerPlan(ctx context.Context, id stable.UserId, input stable.PlannerPlan, ...) (result CreatePlannerPlanOperationResponse, err error) + func (c PlannerPlanClient) DeletePlannerPlan(ctx context.Context, id stable.UserIdPlannerPlanId, ...) (result DeletePlannerPlanOperationResponse, err error) + func (c PlannerPlanClient) GetPlannerPlan(ctx context.Context, id stable.UserIdPlannerPlanId, ...) (result GetPlannerPlanOperationResponse, err error) + func (c PlannerPlanClient) GetPlannerPlansCount(ctx context.Context, id stable.UserId, ...) (result GetPlannerPlansCountOperationResponse, err error) + func (c PlannerPlanClient) ListPlannerPlans(ctx context.Context, id stable.UserId, ...) (result ListPlannerPlansOperationResponse, err error) + func (c PlannerPlanClient) ListPlannerPlansComplete(ctx context.Context, id stable.UserId, ...) (ListPlannerPlansCompleteResult, error) + func (c PlannerPlanClient) ListPlannerPlansCompleteMatchingPredicate(ctx context.Context, id stable.UserId, ...) (result ListPlannerPlansCompleteResult, err error) + func (c PlannerPlanClient) UpdatePlannerPlan(ctx context.Context, id stable.UserIdPlannerPlanId, input stable.PlannerPlan, ...) (result UpdatePlannerPlanOperationResponse, err error) + type PlannerPlanOperationPredicate struct + func (p PlannerPlanOperationPredicate) Matches(input stable.PlannerPlan) bool + type UpdatePlannerPlanOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdatePlannerPlanOperationOptions() UpdatePlannerPlanOperationOptions + func (o UpdatePlannerPlanOperationOptions) ToHeaders() *client.Headers + func (o UpdatePlannerPlanOperationOptions) ToOData() *odata.Query + func (o UpdatePlannerPlanOperationOptions) ToQuery() *client.QueryParams + type UpdatePlannerPlanOperationResponse struct + HttpResponse *http.Response + OData *odata.OData