Documentation ¶
Index ¶
- type PlannerRequestBuilder
- func (m *PlannerRequestBuilder) CreateDeleteRequestInformation(options *PlannerRequestBuilderDeleteOptions) (...)
- func (m *PlannerRequestBuilder) CreateGetRequestInformation(options *PlannerRequestBuilderGetOptions) (...)
- func (m *PlannerRequestBuilder) CreatePatchRequestInformation(options *PlannerRequestBuilderPatchOptions) (...)
- func (m *PlannerRequestBuilder) Delete(options *PlannerRequestBuilderDeleteOptions) error
- func (m *PlannerRequestBuilder) Get(options *PlannerRequestBuilderGetOptions) (...)
- func (m *PlannerRequestBuilder) Patch(options *PlannerRequestBuilderPatchOptions) error
- func (m *PlannerRequestBuilder) Plans() ...
- func (m *PlannerRequestBuilder) PlansById(id string) ...
- type PlannerRequestBuilderDeleteOptions
- type PlannerRequestBuilderGetOptions
- type PlannerRequestBuilderGetQueryParameters
- type PlannerRequestBuilderPatchOptions
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 property of the microsoft.graph.group entity.
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) CreateDeleteRequestInformation ¶
func (m *PlannerRequestBuilder) CreateDeleteRequestInformation(options *PlannerRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property planner for groups
func (*PlannerRequestBuilder) CreateGetRequestInformation ¶
func (m *PlannerRequestBuilder) CreateGetRequestInformation(options *PlannerRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation entry-point to Planner resource that might exist for a Unified Group.
func (*PlannerRequestBuilder) CreatePatchRequestInformation ¶
func (m *PlannerRequestBuilder) CreatePatchRequestInformation(options *PlannerRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property planner in groups
func (*PlannerRequestBuilder) Delete ¶
func (m *PlannerRequestBuilder) Delete(options *PlannerRequestBuilderDeleteOptions) error
Delete delete navigation property planner for groups
func (*PlannerRequestBuilder) Get ¶
func (m *PlannerRequestBuilder) Get(options *PlannerRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerGroupable, error)
Get entry-point to Planner resource that might exist for a Unified Group.
func (*PlannerRequestBuilder) Patch ¶
func (m *PlannerRequestBuilder) Patch(options *PlannerRequestBuilderPatchOptions) error
Patch update the navigation property planner in groups
func (*PlannerRequestBuilder) Plans ¶
func (m *PlannerRequestBuilder) Plans() *icffde7ab20afb870cc9b77013c660b5a60f1decad39740b28a0f1b5f4d318d32.PlansRequestBuilder
Plans the plans property
func (*PlannerRequestBuilder) PlansById ¶
func (m *PlannerRequestBuilder) PlansById(id string) *i8a69353b1b005763a981538691afe90300b184d370fe56031baad3f85ccdae01.PlannerPlanItemRequestBuilder
PlansById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.planner.plans.item collection
type PlannerRequestBuilderDeleteOptions ¶
type PlannerRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
PlannerRequestBuilderDeleteOptions options for Delete
type PlannerRequestBuilderGetOptions ¶
type PlannerRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *PlannerRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
PlannerRequestBuilderGetOptions options for Get
type PlannerRequestBuilderGetQueryParameters ¶
type PlannerRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
PlannerRequestBuilderGetQueryParameters entry-point to Planner resource that might exist for a Unified Group.
type PlannerRequestBuilderPatchOptions ¶
type PlannerRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerGroupable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
PlannerRequestBuilderPatchOptions options for Patch