Documentation ¶
Index ¶
- type DeletePlannerOperationOptions
- type DeletePlannerOperationResponse
- type GetPlannerOperationOptions
- type GetPlannerOperationResponse
- type PlannerClient
- func (c PlannerClient) DeletePlanner(ctx context.Context, id beta.GroupId, options DeletePlannerOperationOptions) (result DeletePlannerOperationResponse, err error)
- func (c PlannerClient) GetPlanner(ctx context.Context, id beta.GroupId, options GetPlannerOperationOptions) (result GetPlannerOperationResponse, err error)
- func (c PlannerClient) UpdatePlanner(ctx context.Context, id beta.GroupId, input beta.PlannerGroup, ...) (result UpdatePlannerOperationResponse, err error)
- type UpdatePlannerOperationOptions
- type UpdatePlannerOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeletePlannerOperationOptions ¶
type DeletePlannerOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeletePlannerOperationOptions ¶
func DefaultDeletePlannerOperationOptions() DeletePlannerOperationOptions
func (DeletePlannerOperationOptions) ToHeaders ¶
func (o DeletePlannerOperationOptions) ToHeaders() *client.Headers
func (DeletePlannerOperationOptions) ToOData ¶
func (o DeletePlannerOperationOptions) ToOData() *odata.Query
func (DeletePlannerOperationOptions) ToQuery ¶
func (o DeletePlannerOperationOptions) ToQuery() *client.QueryParams
type GetPlannerOperationOptions ¶
type GetPlannerOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetPlannerOperationOptions ¶
func DefaultGetPlannerOperationOptions() GetPlannerOperationOptions
func (GetPlannerOperationOptions) ToHeaders ¶
func (o GetPlannerOperationOptions) ToHeaders() *client.Headers
func (GetPlannerOperationOptions) ToOData ¶
func (o GetPlannerOperationOptions) ToOData() *odata.Query
func (GetPlannerOperationOptions) ToQuery ¶
func (o GetPlannerOperationOptions) ToQuery() *client.QueryParams
type PlannerClient ¶
func NewPlannerClientWithBaseURI ¶
func NewPlannerClientWithBaseURI(sdkApi sdkEnv.Api) (*PlannerClient, error)
func (PlannerClient) DeletePlanner ¶
func (c PlannerClient) DeletePlanner(ctx context.Context, id beta.GroupId, options DeletePlannerOperationOptions) (result DeletePlannerOperationResponse, err error)
DeletePlanner - Delete navigation property planner for groups
func (PlannerClient) GetPlanner ¶
func (c PlannerClient) GetPlanner(ctx context.Context, id beta.GroupId, options GetPlannerOperationOptions) (result GetPlannerOperationResponse, err error)
GetPlanner - Get planner from groups. Selective Planner services available to the group. Read-only. Nullable.
func (PlannerClient) UpdatePlanner ¶
func (c PlannerClient) UpdatePlanner(ctx context.Context, id beta.GroupId, input beta.PlannerGroup, options UpdatePlannerOperationOptions) (result UpdatePlannerOperationResponse, err error)
UpdatePlanner - Update the navigation property planner in groups
type UpdatePlannerOperationOptions ¶
type UpdatePlannerOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdatePlannerOperationOptions ¶
func DefaultUpdatePlannerOperationOptions() UpdatePlannerOperationOptions
func (UpdatePlannerOperationOptions) ToHeaders ¶
func (o UpdatePlannerOperationOptions) ToHeaders() *client.Headers
func (UpdatePlannerOperationOptions) ToOData ¶
func (o UpdatePlannerOperationOptions) ToOData() *odata.Query
func (UpdatePlannerOperationOptions) ToQuery ¶
func (o UpdatePlannerOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.