Documentation ¶
Index ¶
- type CreatePlannerPlanOperationOptions
- type CreatePlannerPlanOperationResponse
- type DeletePlannerPlanOperationOptions
- type DeletePlannerPlanOperationResponse
- type GetPlannerPlanOperationOptions
- type GetPlannerPlanOperationResponse
- type GetPlannerPlansCountOperationOptions
- type GetPlannerPlansCountOperationResponse
- type ListPlannerPlansCompleteResult
- type ListPlannerPlansCustomPager
- type ListPlannerPlansOperationOptions
- type ListPlannerPlansOperationResponse
- type PlannerPlanClient
- func (c PlannerPlanClient) CreatePlannerPlan(ctx context.Context, input stable.PlannerPlan, ...) (result CreatePlannerPlanOperationResponse, err error)
- func (c PlannerPlanClient) DeletePlannerPlan(ctx context.Context, id stable.MePlannerPlanId, ...) (result DeletePlannerPlanOperationResponse, err error)
- func (c PlannerPlanClient) GetPlannerPlan(ctx context.Context, id stable.MePlannerPlanId, ...) (result GetPlannerPlanOperationResponse, err error)
- func (c PlannerPlanClient) GetPlannerPlansCount(ctx context.Context, options GetPlannerPlansCountOperationOptions) (result GetPlannerPlansCountOperationResponse, err error)
- func (c PlannerPlanClient) ListPlannerPlans(ctx context.Context, options ListPlannerPlansOperationOptions) (result ListPlannerPlansOperationResponse, err error)
- func (c PlannerPlanClient) ListPlannerPlansComplete(ctx context.Context, options ListPlannerPlansOperationOptions) (ListPlannerPlansCompleteResult, error)
- func (c PlannerPlanClient) ListPlannerPlansCompleteMatchingPredicate(ctx context.Context, options ListPlannerPlansOperationOptions, ...) (result ListPlannerPlansCompleteResult, err error)
- func (c PlannerPlanClient) UpdatePlannerPlan(ctx context.Context, id stable.MePlannerPlanId, input stable.PlannerPlan, ...) (result UpdatePlannerPlanOperationResponse, err error)
- type PlannerPlanOperationPredicate
- type UpdatePlannerPlanOperationOptions
- type UpdatePlannerPlanOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatePlannerPlanOperationOptions ¶
type CreatePlannerPlanOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreatePlannerPlanOperationOptions ¶
func DefaultCreatePlannerPlanOperationOptions() CreatePlannerPlanOperationOptions
func (CreatePlannerPlanOperationOptions) ToHeaders ¶
func (o CreatePlannerPlanOperationOptions) ToHeaders() *client.Headers
func (CreatePlannerPlanOperationOptions) ToOData ¶
func (o CreatePlannerPlanOperationOptions) ToOData() *odata.Query
func (CreatePlannerPlanOperationOptions) ToQuery ¶
func (o CreatePlannerPlanOperationOptions) ToQuery() *client.QueryParams
type DeletePlannerPlanOperationOptions ¶
type DeletePlannerPlanOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeletePlannerPlanOperationOptions ¶
func DefaultDeletePlannerPlanOperationOptions() DeletePlannerPlanOperationOptions
func (DeletePlannerPlanOperationOptions) ToHeaders ¶
func (o DeletePlannerPlanOperationOptions) ToHeaders() *client.Headers
func (DeletePlannerPlanOperationOptions) ToOData ¶
func (o DeletePlannerPlanOperationOptions) ToOData() *odata.Query
func (DeletePlannerPlanOperationOptions) ToQuery ¶
func (o DeletePlannerPlanOperationOptions) ToQuery() *client.QueryParams
type GetPlannerPlanOperationOptions ¶
type GetPlannerPlanOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetPlannerPlanOperationOptions ¶
func DefaultGetPlannerPlanOperationOptions() GetPlannerPlanOperationOptions
func (GetPlannerPlanOperationOptions) ToHeaders ¶
func (o GetPlannerPlanOperationOptions) ToHeaders() *client.Headers
func (GetPlannerPlanOperationOptions) ToOData ¶
func (o GetPlannerPlanOperationOptions) ToOData() *odata.Query
func (GetPlannerPlanOperationOptions) ToQuery ¶
func (o GetPlannerPlanOperationOptions) ToQuery() *client.QueryParams
type GetPlannerPlansCountOperationOptions ¶
type GetPlannerPlansCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetPlannerPlansCountOperationOptions ¶
func DefaultGetPlannerPlansCountOperationOptions() GetPlannerPlansCountOperationOptions
func (GetPlannerPlansCountOperationOptions) ToHeaders ¶
func (o GetPlannerPlansCountOperationOptions) ToHeaders() *client.Headers
func (GetPlannerPlansCountOperationOptions) ToOData ¶
func (o GetPlannerPlansCountOperationOptions) ToOData() *odata.Query
func (GetPlannerPlansCountOperationOptions) ToQuery ¶
func (o GetPlannerPlansCountOperationOptions) ToQuery() *client.QueryParams
type ListPlannerPlansCompleteResult ¶
type ListPlannerPlansCompleteResult struct { LatestHttpResponse *http.Response Items []stable.PlannerPlan }
type ListPlannerPlansCustomPager ¶
func (*ListPlannerPlansCustomPager) NextPageLink ¶
func (p *ListPlannerPlansCustomPager) NextPageLink() *odata.Link
type ListPlannerPlansOperationOptions ¶
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 ¶
func DefaultListPlannerPlansOperationOptions() ListPlannerPlansOperationOptions
func (ListPlannerPlansOperationOptions) ToHeaders ¶
func (o ListPlannerPlansOperationOptions) ToHeaders() *client.Headers
func (ListPlannerPlansOperationOptions) ToOData ¶
func (o ListPlannerPlansOperationOptions) ToOData() *odata.Query
func (ListPlannerPlansOperationOptions) ToQuery ¶
func (o ListPlannerPlansOperationOptions) ToQuery() *client.QueryParams
type PlannerPlanClient ¶
func NewPlannerPlanClientWithBaseURI ¶
func NewPlannerPlanClientWithBaseURI(sdkApi sdkEnv.Api) (*PlannerPlanClient, error)
func (PlannerPlanClient) CreatePlannerPlan ¶
func (c PlannerPlanClient) CreatePlannerPlan(ctx context.Context, input stable.PlannerPlan, options CreatePlannerPlanOperationOptions) (result CreatePlannerPlanOperationResponse, err error)
CreatePlannerPlan - Create new navigation property to plans for me
func (PlannerPlanClient) DeletePlannerPlan ¶
func (c PlannerPlanClient) DeletePlannerPlan(ctx context.Context, id stable.MePlannerPlanId, options DeletePlannerPlanOperationOptions) (result DeletePlannerPlanOperationResponse, err error)
DeletePlannerPlan - Delete navigation property plans for me
func (PlannerPlanClient) GetPlannerPlan ¶
func (c PlannerPlanClient) GetPlannerPlan(ctx context.Context, id stable.MePlannerPlanId, options GetPlannerPlanOperationOptions) (result GetPlannerPlanOperationResponse, err error)
GetPlannerPlan - Get plans from me. Read-only. Nullable. Returns the plannerTasks assigned to the user.
func (PlannerPlanClient) GetPlannerPlansCount ¶
func (c PlannerPlanClient) GetPlannerPlansCount(ctx context.Context, options GetPlannerPlansCountOperationOptions) (result GetPlannerPlansCountOperationResponse, err error)
GetPlannerPlansCount - Get the number of the resource
func (PlannerPlanClient) ListPlannerPlans ¶
func (c PlannerPlanClient) ListPlannerPlans(ctx context.Context, options ListPlannerPlansOperationOptions) (result ListPlannerPlansOperationResponse, err error)
ListPlannerPlans - List plans. Retrieve a list of plannerplan objects shared with a user object.
func (PlannerPlanClient) ListPlannerPlansComplete ¶
func (c PlannerPlanClient) ListPlannerPlansComplete(ctx context.Context, options ListPlannerPlansOperationOptions) (ListPlannerPlansCompleteResult, error)
ListPlannerPlansComplete retrieves all the results into a single object
func (PlannerPlanClient) ListPlannerPlansCompleteMatchingPredicate ¶
func (c PlannerPlanClient) ListPlannerPlansCompleteMatchingPredicate(ctx context.Context, options ListPlannerPlansOperationOptions, predicate PlannerPlanOperationPredicate) (result ListPlannerPlansCompleteResult, err error)
ListPlannerPlansCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (PlannerPlanClient) UpdatePlannerPlan ¶
func (c PlannerPlanClient) UpdatePlannerPlan(ctx context.Context, id stable.MePlannerPlanId, input stable.PlannerPlan, options UpdatePlannerPlanOperationOptions) (result UpdatePlannerPlanOperationResponse, err error)
UpdatePlannerPlan - Update the navigation property plans in me
type PlannerPlanOperationPredicate ¶
type PlannerPlanOperationPredicate struct { }
func (PlannerPlanOperationPredicate) Matches ¶
func (p PlannerPlanOperationPredicate) Matches(input stable.PlannerPlan) bool
type UpdatePlannerPlanOperationOptions ¶
type UpdatePlannerPlanOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdatePlannerPlanOperationOptions ¶
func DefaultUpdatePlannerPlanOperationOptions() UpdatePlannerPlanOperationOptions
func (UpdatePlannerPlanOperationOptions) ToHeaders ¶
func (o UpdatePlannerPlanOperationOptions) ToHeaders() *client.Headers
func (UpdatePlannerPlanOperationOptions) ToOData ¶
func (o UpdatePlannerPlanOperationOptions) ToOData() *odata.Query
func (UpdatePlannerPlanOperationOptions) ToQuery ¶
func (o UpdatePlannerPlanOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.