Documentation ¶
Index ¶
- type PlannerPlanItemRequestBuilder
- func (m *PlannerPlanItemRequestBuilder) Buckets() ...
- func (m *PlannerPlanItemRequestBuilder) BucketsById(id string) ...
- func (m *PlannerPlanItemRequestBuilder) CreateDeleteRequestInformation(options *PlannerPlanItemRequestBuilderDeleteOptions) (...)
- func (m *PlannerPlanItemRequestBuilder) CreateGetRequestInformation(options *PlannerPlanItemRequestBuilderGetOptions) (...)
- func (m *PlannerPlanItemRequestBuilder) CreatePatchRequestInformation(options *PlannerPlanItemRequestBuilderPatchOptions) (...)
- func (m *PlannerPlanItemRequestBuilder) Delete(options *PlannerPlanItemRequestBuilderDeleteOptions) error
- func (m *PlannerPlanItemRequestBuilder) Details() ...
- func (m *PlannerPlanItemRequestBuilder) Get(options *PlannerPlanItemRequestBuilderGetOptions) (...)
- func (m *PlannerPlanItemRequestBuilder) Patch(options *PlannerPlanItemRequestBuilderPatchOptions) error
- func (m *PlannerPlanItemRequestBuilder) Tasks() ...
- func (m *PlannerPlanItemRequestBuilder) TasksById(id string) ...
- type PlannerPlanItemRequestBuilderDeleteOptions
- type PlannerPlanItemRequestBuilderGetOptions
- type PlannerPlanItemRequestBuilderGetQueryParameters
- type PlannerPlanItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlannerPlanItemRequestBuilder ¶ added in v0.12.0
type PlannerPlanItemRequestBuilder struct {
// contains filtered or unexported fields
}
PlannerPlanItemRequestBuilder provides operations to manage the plans property of the microsoft.graph.plannerUser entity.
func NewPlannerPlanItemRequestBuilder ¶ added in v0.12.0
func NewPlannerPlanItemRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PlannerPlanItemRequestBuilder
NewPlannerPlanItemRequestBuilder instantiates a new PlannerPlanItemRequestBuilder and sets the default values.
func NewPlannerPlanItemRequestBuilderInternal ¶ added in v0.12.0
func NewPlannerPlanItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PlannerPlanItemRequestBuilder
NewPlannerPlanItemRequestBuilderInternal instantiates a new PlannerPlanItemRequestBuilder and sets the default values.
func (*PlannerPlanItemRequestBuilder) BucketsById ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) BucketsById(id string) *ia581a9b27cd4374cce0a0625e03607ce2a89bd6e51951355affd445058d4fdff.PlannerBucketItemRequestBuilder
BucketsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.planner.plans.item.buckets.item collection
func (*PlannerPlanItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) CreateDeleteRequestInformation(options *PlannerPlanItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property plans for users
func (*PlannerPlanItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) CreateGetRequestInformation(options *PlannerPlanItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation read-only. Nullable. Returns the plannerTasks assigned to the user.
func (*PlannerPlanItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) CreatePatchRequestInformation(options *PlannerPlanItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property plans in users
func (*PlannerPlanItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) Delete(options *PlannerPlanItemRequestBuilderDeleteOptions) error
Delete delete navigation property plans for users
func (*PlannerPlanItemRequestBuilder) Get ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) Get(options *PlannerPlanItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PlannerPlanable, error)
Get read-only. Nullable. Returns the plannerTasks assigned to the user.
func (*PlannerPlanItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) Patch(options *PlannerPlanItemRequestBuilderPatchOptions) error
Patch update the navigation property plans in users
func (*PlannerPlanItemRequestBuilder) TasksById ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) TasksById(id string) *i0e97182708a8d506a2376be2a61e762c586ac329ae1d5c70f95e7af83b5b8cd7.PlannerTaskItemRequestBuilder
TasksById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.planner.plans.item.tasks.item collection
type PlannerPlanItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type PlannerPlanItemRequestBuilderDeleteOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
PlannerPlanItemRequestBuilderDeleteOptions options for Delete
type PlannerPlanItemRequestBuilderGetOptions ¶ added in v0.12.0
type PlannerPlanItemRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *PlannerPlanItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
PlannerPlanItemRequestBuilderGetOptions options for Get
type PlannerPlanItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type PlannerPlanItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
PlannerPlanItemRequestBuilderGetQueryParameters read-only. Nullable. Returns the plannerTasks assigned to the user.
type PlannerPlanItemRequestBuilderPatchOptions ¶ added in v0.12.0
type PlannerPlanItemRequestBuilderPatchOptions struct { // Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PlannerPlanable // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
PlannerPlanItemRequestBuilderPatchOptions options for Patch