Documentation
¶
Index ¶
- type PlannerRequestBuilder
- func (m *PlannerRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *PlannerRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *PlannerRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *PlannerRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *PlannerRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *PlannerRequestBuilder) Patch(ctx context.Context, ...) (...)
- func (m *PlannerRequestBuilder) Plans() ...
- func (m *PlannerRequestBuilder) PlansById(id string) ...
- func (m *PlannerRequestBuilder) Tasks() ...
- func (m *PlannerRequestBuilder) TasksById(id string) ...
- type PlannerRequestBuilderDeleteRequestConfiguration
- type PlannerRequestBuilderGetQueryParameters
- type PlannerRequestBuilderGetRequestConfiguration
- type PlannerRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlannerRequestBuilder ¶
type PlannerRequestBuilder struct {
// contains filtered or unexported fields
}
PlannerRequestBuilder provides operations to manage the planner property of the microsoft.graph.user entity.
func NewPlannerRequestBuilder ¶
func NewPlannerRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlannerRequestBuilder
NewPlannerRequestBuilder instantiates a new PlannerRequestBuilder and sets the default values.
func NewPlannerRequestBuilderInternal ¶
func NewPlannerRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlannerRequestBuilder
NewPlannerRequestBuilderInternal instantiates a new PlannerRequestBuilder and sets the default values.
func (*PlannerRequestBuilder) CreateDeleteRequestInformation ¶
func (m *PlannerRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *PlannerRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property planner for me
func (*PlannerRequestBuilder) CreateGetRequestInformation ¶
func (m *PlannerRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *PlannerRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation entry-point to the Planner resource that might exist for a user. Read-only.
func (*PlannerRequestBuilder) CreatePatchRequestInformation ¶
func (m *PlannerRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerUserable, requestConfiguration *PlannerRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property planner in me
func (*PlannerRequestBuilder) Delete ¶
func (m *PlannerRequestBuilder) Delete(ctx context.Context, requestConfiguration *PlannerRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property planner for me
func (*PlannerRequestBuilder) Get ¶
func (m *PlannerRequestBuilder) Get(ctx context.Context, requestConfiguration *PlannerRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerUserable, error)
Get entry-point to the Planner resource that might exist for a user. Read-only.
func (*PlannerRequestBuilder) Patch ¶
func (m *PlannerRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerUserable, requestConfiguration *PlannerRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerUserable, error)
Patch update the navigation property planner in me
func (*PlannerRequestBuilder) Plans ¶
func (m *PlannerRequestBuilder) Plans() *ie4a45f6e29fee570f2c703bf98adc84b852882a446b0b48477fc0b59a9ab9d24.PlansRequestBuilder
Plans provides operations to manage the plans property of the microsoft.graph.plannerUser entity.
func (*PlannerRequestBuilder) PlansById ¶
func (m *PlannerRequestBuilder) PlansById(id string) *i56240115022859e0ae78e43a562fea702c163b3e89ba06e2dba02c5a32c7983b.PlannerPlanItemRequestBuilder
PlansById provides operations to manage the plans property of the microsoft.graph.plannerUser entity.
func (*PlannerRequestBuilder) Tasks ¶
func (m *PlannerRequestBuilder) Tasks() *ic91505b79e0fb326d51c5dad2da04c24c4e419c61736e32df9c14017c046a6c9.TasksRequestBuilder
Tasks provides operations to manage the tasks property of the microsoft.graph.plannerUser entity.
func (*PlannerRequestBuilder) TasksById ¶
func (m *PlannerRequestBuilder) TasksById(id string) *if5d0e47a30b3381304690625a320d0592ca166a01a975435702e618eac2ef1eb.PlannerTaskItemRequestBuilder
TasksById provides operations to manage the tasks property of the microsoft.graph.plannerUser entity.
type PlannerRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type PlannerRequestBuilderDeleteRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
PlannerRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PlannerRequestBuilderGetQueryParameters ¶
type PlannerRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
PlannerRequestBuilderGetQueryParameters entry-point to the Planner resource that might exist for a user. Read-only.
type PlannerRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type PlannerRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *PlannerRequestBuilderGetQueryParameters
}
PlannerRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PlannerRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type PlannerRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
PlannerRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.