Documentation ¶
Index ¶
- type PlansRequestBuilder
- func (m *PlansRequestBuilder) Count() ...
- func (m *PlansRequestBuilder) CreateGetRequestInformation(options *PlansRequestBuilderGetOptions) (...)
- func (m *PlansRequestBuilder) CreatePostRequestInformation(options *PlansRequestBuilderPostOptions) (...)
- func (m *PlansRequestBuilder) Get(options *PlansRequestBuilderGetOptions) (...)
- func (m *PlansRequestBuilder) Post(options *PlansRequestBuilderPostOptions) (...)
- type PlansRequestBuilderGetOptions
- type PlansRequestBuilderGetQueryParameters
- type PlansRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlansRequestBuilder ¶
type PlansRequestBuilder struct {
// contains filtered or unexported fields
}
PlansRequestBuilder provides operations to manage the plans property of the microsoft.graph.plannerGroup entity.
func NewPlansRequestBuilder ¶
func NewPlansRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlansRequestBuilder
NewPlansRequestBuilder instantiates a new PlansRequestBuilder and sets the default values.
func NewPlansRequestBuilderInternal ¶
func NewPlansRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlansRequestBuilder
NewPlansRequestBuilderInternal instantiates a new PlansRequestBuilder and sets the default values.
func (*PlansRequestBuilder) Count ¶ added in v0.13.0
func (m *PlansRequestBuilder) Count() *i429eae7552679c4d81eaeb20c9b49e074d6873ea3a345eff6bb68590acd1b161.CountRequestBuilder
Count the count property
func (*PlansRequestBuilder) CreateGetRequestInformation ¶
func (m *PlansRequestBuilder) CreateGetRequestInformation(options *PlansRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation read-only. Nullable. Returns the plannerPlans owned by the group.
func (*PlansRequestBuilder) CreatePostRequestInformation ¶
func (m *PlansRequestBuilder) CreatePostRequestInformation(options *PlansRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to plans for groups
func (*PlansRequestBuilder) Get ¶
func (m *PlansRequestBuilder) Get(options *PlansRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanCollectionResponseable, error)
Get read-only. Nullable. Returns the plannerPlans owned by the group.
func (*PlansRequestBuilder) Post ¶
func (m *PlansRequestBuilder) Post(options *PlansRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable, error)
Post create new navigation property to plans for groups
type PlansRequestBuilderGetOptions ¶
type PlansRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *PlansRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
PlansRequestBuilderGetOptions options for Get
type PlansRequestBuilderGetQueryParameters ¶
type PlansRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` // Expand related entities Expand []string `uriparametername:"%24expand"` // Filter items by property values Filter *string `uriparametername:"%24filter"` // Order items by property values Orderby []string `uriparametername:"%24orderby"` // Search items by search phrases Search *string `uriparametername:"%24search"` // Select properties to be returned Select []string `uriparametername:"%24select"` // Skip the first n items Skip *int32 `uriparametername:"%24skip"` // Show only the first n items Top *int32 `uriparametername:"%24top"` }
PlansRequestBuilderGetQueryParameters read-only. Nullable. Returns the plannerPlans owned by the group.
type PlansRequestBuilderPostOptions ¶
type PlansRequestBuilderPostOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable // 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 }
PlansRequestBuilderPostOptions options for Post