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) *i3eaef46927d8aa78c404190c087e42549bb774eb776d36eea876b81d3a93ff78.PlannerBucketItemRequestBuilder
BucketsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.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 me
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 me
func (*PlannerPlanItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) Delete(options *PlannerPlanItemRequestBuilderDeleteOptions) error
Delete delete navigation property plans for me
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 me
func (*PlannerPlanItemRequestBuilder) TasksById ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) TasksById(id string) *i73511b20272f66b82b7aa067d7a59dd84908a7478b0d91553243df5d8bcc734e.PlannerTaskItemRequestBuilder
TasksById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.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