Documentation ¶
Index ¶
- type GetPlannerRecentPlanOperationOptions
- type GetPlannerRecentPlanOperationResponse
- type GetPlannerRecentPlansCountOperationOptions
- type GetPlannerRecentPlansCountOperationResponse
- type ListPlannerRecentPlansCompleteResult
- type ListPlannerRecentPlansCustomPager
- type ListPlannerRecentPlansOperationOptions
- type ListPlannerRecentPlansOperationResponse
- type PlannerPlanOperationPredicate
- type PlannerRecentPlanClient
- func (c PlannerRecentPlanClient) GetPlannerRecentPlan(ctx context.Context, id beta.UserIdPlannerRecentPlanId, ...) (result GetPlannerRecentPlanOperationResponse, err error)
- func (c PlannerRecentPlanClient) GetPlannerRecentPlansCount(ctx context.Context, id beta.UserId, ...) (result GetPlannerRecentPlansCountOperationResponse, err error)
- func (c PlannerRecentPlanClient) ListPlannerRecentPlans(ctx context.Context, id beta.UserId, ...) (result ListPlannerRecentPlansOperationResponse, err error)
- func (c PlannerRecentPlanClient) ListPlannerRecentPlansComplete(ctx context.Context, id beta.UserId, ...) (ListPlannerRecentPlansCompleteResult, error)
- func (c PlannerRecentPlanClient) ListPlannerRecentPlansCompleteMatchingPredicate(ctx context.Context, id beta.UserId, ...) (result ListPlannerRecentPlansCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetPlannerRecentPlanOperationOptions ¶
type GetPlannerRecentPlanOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetPlannerRecentPlanOperationOptions ¶
func DefaultGetPlannerRecentPlanOperationOptions() GetPlannerRecentPlanOperationOptions
func (GetPlannerRecentPlanOperationOptions) ToHeaders ¶
func (o GetPlannerRecentPlanOperationOptions) ToHeaders() *client.Headers
func (GetPlannerRecentPlanOperationOptions) ToOData ¶
func (o GetPlannerRecentPlanOperationOptions) ToOData() *odata.Query
func (GetPlannerRecentPlanOperationOptions) ToQuery ¶
func (o GetPlannerRecentPlanOperationOptions) ToQuery() *client.QueryParams
type GetPlannerRecentPlansCountOperationOptions ¶
type GetPlannerRecentPlansCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetPlannerRecentPlansCountOperationOptions ¶
func DefaultGetPlannerRecentPlansCountOperationOptions() GetPlannerRecentPlansCountOperationOptions
func (GetPlannerRecentPlansCountOperationOptions) ToHeaders ¶
func (o GetPlannerRecentPlansCountOperationOptions) ToHeaders() *client.Headers
func (GetPlannerRecentPlansCountOperationOptions) ToOData ¶
func (o GetPlannerRecentPlansCountOperationOptions) ToOData() *odata.Query
func (GetPlannerRecentPlansCountOperationOptions) ToQuery ¶
func (o GetPlannerRecentPlansCountOperationOptions) ToQuery() *client.QueryParams
type ListPlannerRecentPlansCompleteResult ¶
type ListPlannerRecentPlansCompleteResult struct { LatestHttpResponse *http.Response Items []beta.PlannerPlan }
type ListPlannerRecentPlansCustomPager ¶
func (*ListPlannerRecentPlansCustomPager) NextPageLink ¶
func (p *ListPlannerRecentPlansCustomPager) NextPageLink() *odata.Link
type ListPlannerRecentPlansOperationOptions ¶
type ListPlannerRecentPlansOperationOptions 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 DefaultListPlannerRecentPlansOperationOptions ¶
func DefaultListPlannerRecentPlansOperationOptions() ListPlannerRecentPlansOperationOptions
func (ListPlannerRecentPlansOperationOptions) ToHeaders ¶
func (o ListPlannerRecentPlansOperationOptions) ToHeaders() *client.Headers
func (ListPlannerRecentPlansOperationOptions) ToOData ¶
func (o ListPlannerRecentPlansOperationOptions) ToOData() *odata.Query
func (ListPlannerRecentPlansOperationOptions) ToQuery ¶
func (o ListPlannerRecentPlansOperationOptions) ToQuery() *client.QueryParams
type PlannerPlanOperationPredicate ¶
type PlannerPlanOperationPredicate struct { }
func (PlannerPlanOperationPredicate) Matches ¶
func (p PlannerPlanOperationPredicate) Matches(input beta.PlannerPlan) bool
type PlannerRecentPlanClient ¶
func NewPlannerRecentPlanClientWithBaseURI ¶
func NewPlannerRecentPlanClientWithBaseURI(sdkApi sdkEnv.Api) (*PlannerRecentPlanClient, error)
func (PlannerRecentPlanClient) GetPlannerRecentPlan ¶
func (c PlannerRecentPlanClient) GetPlannerRecentPlan(ctx context.Context, id beta.UserIdPlannerRecentPlanId, options GetPlannerRecentPlanOperationOptions) (result GetPlannerRecentPlanOperationResponse, err error)
GetPlannerRecentPlan - Get recentPlans from users. Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans.
func (PlannerRecentPlanClient) GetPlannerRecentPlansCount ¶
func (c PlannerRecentPlanClient) GetPlannerRecentPlansCount(ctx context.Context, id beta.UserId, options GetPlannerRecentPlansCountOperationOptions) (result GetPlannerRecentPlansCountOperationResponse, err error)
GetPlannerRecentPlansCount - Get the number of the resource
func (PlannerRecentPlanClient) ListPlannerRecentPlans ¶
func (c PlannerRecentPlanClient) ListPlannerRecentPlans(ctx context.Context, id beta.UserId, options ListPlannerRecentPlansOperationOptions) (result ListPlannerRecentPlansOperationResponse, err error)
ListPlannerRecentPlans - Get recentPlans from users. Read-only. Nullable. Returns the plannerPlans that the user recently viewed in apps that support recent plans.
func (PlannerRecentPlanClient) ListPlannerRecentPlansComplete ¶
func (c PlannerRecentPlanClient) ListPlannerRecentPlansComplete(ctx context.Context, id beta.UserId, options ListPlannerRecentPlansOperationOptions) (ListPlannerRecentPlansCompleteResult, error)
ListPlannerRecentPlansComplete retrieves all the results into a single object
func (PlannerRecentPlanClient) ListPlannerRecentPlansCompleteMatchingPredicate ¶
func (c PlannerRecentPlanClient) ListPlannerRecentPlansCompleteMatchingPredicate(ctx context.Context, id beta.UserId, options ListPlannerRecentPlansOperationOptions, predicate PlannerPlanOperationPredicate) (result ListPlannerRecentPlansCompleteResult, err error)
ListPlannerRecentPlansCompleteMatchingPredicate retrieves all the results and then applies the predicate
Click to show internal directories.
Click to hide internal directories.