Documentation ¶
Index ¶
- type PlannerPlanItemRequestBuilder
- func (m *PlannerPlanItemRequestBuilder) Buckets() ...
- func (m *PlannerPlanItemRequestBuilder) BucketsById(id string) ...
- func (m *PlannerPlanItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *PlannerPlanItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *PlannerPlanItemRequestBuilderDeleteRequestConfiguration) (...)
- func (m *PlannerPlanItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *PlannerPlanItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *PlannerPlanItemRequestBuilderGetRequestConfiguration) (...)
- func (m *PlannerPlanItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *PlannerPlanItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *PlannerPlanItemRequestBuilder) Delete() error
- func (m *PlannerPlanItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *PlannerPlanItemRequestBuilderDeleteRequestConfiguration, ...) error
- func (m *PlannerPlanItemRequestBuilder) Details() ...
- func (m *PlannerPlanItemRequestBuilder) Get() (...)
- func (m *PlannerPlanItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *PlannerPlanItemRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *PlannerPlanItemRequestBuilder) Patch(...) error
- func (m *PlannerPlanItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
- func (m *PlannerPlanItemRequestBuilder) Tasks() ...
- func (m *PlannerPlanItemRequestBuilder) TasksById(id string) ...
- type PlannerPlanItemRequestBuilderDeleteRequestConfiguration
- type PlannerPlanItemRequestBuilderGetQueryParameters
- type PlannerPlanItemRequestBuilderGetRequestConfiguration
- type PlannerPlanItemRequestBuilderPatchRequestConfiguration
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 i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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 i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlannerPlanItemRequestBuilder
NewPlannerPlanItemRequestBuilderInternal instantiates a new PlannerPlanItemRequestBuilder and sets the default values.
func (*PlannerPlanItemRequestBuilder) Buckets ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) Buckets() *i937a97ac950a79e395c29b4ebc00ff77827736bf361629a79c4edf9f3114c2a6.BucketsRequestBuilder
Buckets the buckets property
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() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property plans for planner
func (*PlannerPlanItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *PlannerPlanItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *PlannerPlanItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property plans for planner
func (*PlannerPlanItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation read-only. Nullable. Returns a collection of the specified plans
func (*PlannerPlanItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *PlannerPlanItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *PlannerPlanItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration read-only. Nullable. Returns a collection of the specified plans
func (*PlannerPlanItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property plans in planner
func (*PlannerPlanItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *PlannerPlanItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable, requestConfiguration *PlannerPlanItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property plans in planner
func (*PlannerPlanItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) Delete() error
Delete delete navigation property plans for planner
func (*PlannerPlanItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *PlannerPlanItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *PlannerPlanItemRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
DeleteWithRequestConfigurationAndResponseHandler delete navigation property plans for planner
func (*PlannerPlanItemRequestBuilder) Details ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) Details() *iaf19446e2813f6fa7377e464b7fd5dba194b2d0ae0695f98058a7b2b9acbd46a.DetailsRequestBuilder
Details the details property
func (*PlannerPlanItemRequestBuilder) Get ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable, error)
Get read-only. Nullable. Returns a collection of the specified plans
func (*PlannerPlanItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *PlannerPlanItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *PlannerPlanItemRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable, error)
GetWithRequestConfigurationAndResponseHandler read-only. Nullable. Returns a collection of the specified plans
func (*PlannerPlanItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable) error
Patch update the navigation property plans in planner
func (*PlannerPlanItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *PlannerPlanItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable, requestConfiguration *PlannerPlanItemRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property plans in planner
func (*PlannerPlanItemRequestBuilder) Tasks ¶ added in v0.12.0
func (m *PlannerPlanItemRequestBuilder) Tasks() *i415e884c10167e013c480007125b85a7b7e7bf73458004f67cf20b761f50ccf4.TasksRequestBuilder
Tasks the tasks property
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 PlannerPlanItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type PlannerPlanItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
PlannerPlanItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PlannerPlanItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type PlannerPlanItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
PlannerPlanItemRequestBuilderGetQueryParameters read-only. Nullable. Returns a collection of the specified plans
type PlannerPlanItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type PlannerPlanItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *PlannerPlanItemRequestBuilderGetQueryParameters }
PlannerPlanItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PlannerPlanItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type PlannerPlanItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
PlannerPlanItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.