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.planner 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) *idbdea60a0df7962c49898f4a9fbf79db896fee7572ee77dd93f18463eb33b6a7.PlannerBucketItemRequestBuilder
BucketsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.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 planner
func (*PlannerPlanItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) CreateGetRequestInformation(options *PlannerPlanItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation read-only. Nullable. Returns a collection of the specified plans
func (*PlannerPlanItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) CreatePatchRequestInformation(options *PlannerPlanItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property plans in planner
func (*PlannerPlanItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) Delete(options *PlannerPlanItemRequestBuilderDeleteOptions) error
Delete delete navigation property plans for planner
func (*PlannerPlanItemRequestBuilder) Get ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) Get(options *PlannerPlanItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.PlannerPlanable, error)
Get read-only. Nullable. Returns a collection of the specified plans
func (*PlannerPlanItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) Patch(options *PlannerPlanItemRequestBuilderPatchOptions) error
Patch update the navigation property plans in planner
func (*PlannerPlanItemRequestBuilder) TasksById ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) TasksById(id string) *i1f7ff06c5ade19f899e1caf9953f1df659cadb0ba8ef83ca51139a22f64c4e68.PlannerTaskItemRequestBuilder
TasksById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.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 a collection of the specified plans
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