Documentation ¶
Index ¶
- type DeletePlannerPlanDetailOperationOptions
- type DeletePlannerPlanDetailOperationResponse
- type GetPlannerPlanDetailOperationOptions
- type GetPlannerPlanDetailOperationResponse
- type PlannerPlanDetailClient
- func (c PlannerPlanDetailClient) DeletePlannerPlanDetail(ctx context.Context, id stable.MePlannerPlanId, ...) (result DeletePlannerPlanDetailOperationResponse, err error)
- func (c PlannerPlanDetailClient) GetPlannerPlanDetail(ctx context.Context, id stable.MePlannerPlanId, ...) (result GetPlannerPlanDetailOperationResponse, err error)
- func (c PlannerPlanDetailClient) UpdatePlannerPlanDetail(ctx context.Context, id stable.MePlannerPlanId, ...) (result UpdatePlannerPlanDetailOperationResponse, err error)
- type UpdatePlannerPlanDetailOperationOptions
- type UpdatePlannerPlanDetailOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeletePlannerPlanDetailOperationOptions ¶
type DeletePlannerPlanDetailOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeletePlannerPlanDetailOperationOptions ¶
func DefaultDeletePlannerPlanDetailOperationOptions() DeletePlannerPlanDetailOperationOptions
func (DeletePlannerPlanDetailOperationOptions) ToHeaders ¶
func (o DeletePlannerPlanDetailOperationOptions) ToHeaders() *client.Headers
func (DeletePlannerPlanDetailOperationOptions) ToOData ¶
func (o DeletePlannerPlanDetailOperationOptions) ToOData() *odata.Query
func (DeletePlannerPlanDetailOperationOptions) ToQuery ¶
func (o DeletePlannerPlanDetailOperationOptions) ToQuery() *client.QueryParams
type GetPlannerPlanDetailOperationOptions ¶
type GetPlannerPlanDetailOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetPlannerPlanDetailOperationOptions ¶
func DefaultGetPlannerPlanDetailOperationOptions() GetPlannerPlanDetailOperationOptions
func (GetPlannerPlanDetailOperationOptions) ToHeaders ¶
func (o GetPlannerPlanDetailOperationOptions) ToHeaders() *client.Headers
func (GetPlannerPlanDetailOperationOptions) ToOData ¶
func (o GetPlannerPlanDetailOperationOptions) ToOData() *odata.Query
func (GetPlannerPlanDetailOperationOptions) ToQuery ¶
func (o GetPlannerPlanDetailOperationOptions) ToQuery() *client.QueryParams
type PlannerPlanDetailClient ¶
func NewPlannerPlanDetailClientWithBaseURI ¶
func NewPlannerPlanDetailClientWithBaseURI(sdkApi sdkEnv.Api) (*PlannerPlanDetailClient, error)
func (PlannerPlanDetailClient) DeletePlannerPlanDetail ¶
func (c PlannerPlanDetailClient) DeletePlannerPlanDetail(ctx context.Context, id stable.MePlannerPlanId, options DeletePlannerPlanDetailOperationOptions) (result DeletePlannerPlanDetailOperationResponse, err error)
DeletePlannerPlanDetail - Delete navigation property details for me
func (PlannerPlanDetailClient) GetPlannerPlanDetail ¶
func (c PlannerPlanDetailClient) GetPlannerPlanDetail(ctx context.Context, id stable.MePlannerPlanId, options GetPlannerPlanDetailOperationOptions) (result GetPlannerPlanDetailOperationResponse, err error)
GetPlannerPlanDetail - Get details from me. Read-only. Nullable. Extra details about the plan.
func (PlannerPlanDetailClient) UpdatePlannerPlanDetail ¶
func (c PlannerPlanDetailClient) UpdatePlannerPlanDetail(ctx context.Context, id stable.MePlannerPlanId, input stable.PlannerPlanDetails, options UpdatePlannerPlanDetailOperationOptions) (result UpdatePlannerPlanDetailOperationResponse, err error)
UpdatePlannerPlanDetail - Update the navigation property details in me
type UpdatePlannerPlanDetailOperationOptions ¶
type UpdatePlannerPlanDetailOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdatePlannerPlanDetailOperationOptions ¶
func DefaultUpdatePlannerPlanDetailOperationOptions() UpdatePlannerPlanDetailOperationOptions
func (UpdatePlannerPlanDetailOperationOptions) ToHeaders ¶
func (o UpdatePlannerPlanDetailOperationOptions) ToHeaders() *client.Headers
func (UpdatePlannerPlanDetailOperationOptions) ToOData ¶
func (o UpdatePlannerPlanDetailOperationOptions) ToOData() *odata.Query
func (UpdatePlannerPlanDetailOperationOptions) ToQuery ¶
func (o UpdatePlannerPlanDetailOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.