Documentation
¶
Index ¶
- type PlannerRequestBuilder
- func (m *PlannerRequestBuilder) Buckets() ...
- func (m *PlannerRequestBuilder) BucketsById(id string) ...
- func (m *PlannerRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *PlannerRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *PlannerRequestBuilder) Get(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Plannerable, ...)
- func (m *PlannerRequestBuilder) Patch(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Plannerable, ...)
- func (m *PlannerRequestBuilder) Plans() ...
- func (m *PlannerRequestBuilder) PlansById(id string) ...
- func (m *PlannerRequestBuilder) Tasks() ...
- func (m *PlannerRequestBuilder) TasksById(id string) ...
- 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 singleton.
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) Buckets ¶
func (m *PlannerRequestBuilder) Buckets() *ib9a05c969511c90134a6d709165bc74e1713b24df408cc128f1e0dd7ead93ed5.BucketsRequestBuilder
Buckets provides operations to manage the buckets property of the microsoft.graph.planner entity.
func (*PlannerRequestBuilder) BucketsById ¶
func (m *PlannerRequestBuilder) BucketsById(id string) *i61fc96c998992d6a9f34876bca0e09cf8fd042f82ea4e76e5bcd7ec6488b05fb.PlannerBucketItemRequestBuilder
BucketsById provides operations to manage the buckets property of the microsoft.graph.planner entity.
func (*PlannerRequestBuilder) CreateGetRequestInformation ¶
func (m *PlannerRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *PlannerRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get planner
func (*PlannerRequestBuilder) CreatePatchRequestInformation ¶
func (m *PlannerRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Plannerable, requestConfiguration *PlannerRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update planner
func (*PlannerRequestBuilder) Get ¶
func (m *PlannerRequestBuilder) Get(ctx context.Context, requestConfiguration *PlannerRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Plannerable, error)
Get get planner
func (*PlannerRequestBuilder) Patch ¶
func (m *PlannerRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Plannerable, requestConfiguration *PlannerRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Plannerable, error)
Patch update planner
func (*PlannerRequestBuilder) Plans ¶
func (m *PlannerRequestBuilder) Plans() *i2e30aee32e30369c8ecc6bc38d177e6784a40fa62474eccf2569928795aaa39d.PlansRequestBuilder
Plans provides operations to manage the plans property of the microsoft.graph.planner entity.
func (*PlannerRequestBuilder) PlansById ¶
func (m *PlannerRequestBuilder) PlansById(id string) *if0be1a8c4a5c143221ab5041a7fe062880699c2169cf3b86e89b735af5f493e2.PlannerPlanItemRequestBuilder
PlansById provides operations to manage the plans property of the microsoft.graph.planner entity.
func (*PlannerRequestBuilder) Tasks ¶
func (m *PlannerRequestBuilder) Tasks() *i986fc893717836028d97e76e59d0d0f8dcd31663c6dae0666baf59f70e2d3160.TasksRequestBuilder
Tasks provides operations to manage the tasks property of the microsoft.graph.planner entity.
func (*PlannerRequestBuilder) TasksById ¶
func (m *PlannerRequestBuilder) TasksById(id string) *ic1589f257c7e9d50ebdff1741b3e8c9aaea2fa2dbe14575d8dfdfaa82594b4be.PlannerTaskItemRequestBuilder
TasksById provides operations to manage the tasks property of the microsoft.graph.planner entity.
type PlannerRequestBuilderGetQueryParameters ¶
type PlannerRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
PlannerRequestBuilderGetQueryParameters get planner
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.