Documentation ¶
Index ¶
- type PlansRequestBuilder
- func (m *PlansRequestBuilder) Count() ...
- func (m *PlansRequestBuilder) CreateGetRequestInformation() (...)
- func (m *PlansRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *PlansRequestBuilderGetRequestConfiguration) (...)
- func (m *PlansRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *PlansRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *PlansRequestBuilder) Get() (...)
- func (m *PlansRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *PlansRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *PlansRequestBuilder) Post(...) (...)
- func (m *PlansRequestBuilder) PostWithRequestConfigurationAndResponseHandler(...) (...)
- type PlansRequestBuilderGetQueryParameters
- type PlansRequestBuilderGetRequestConfiguration
- type PlansRequestBuilderPostRequestConfiguration
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() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation read-only. Nullable. Returns the plannerPlans owned by the group.
func (*PlansRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *PlansRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *PlansRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration read-only. Nullable. Returns the plannerPlans owned by the group.
func (*PlansRequestBuilder) CreatePostRequestInformation ¶
func (m *PlansRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to plans for groups
func (*PlansRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *PlansRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable, requestConfiguration *PlansRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to plans for groups
func (*PlansRequestBuilder) Get ¶
func (m *PlansRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanCollectionResponseable, error)
Get read-only. Nullable. Returns the plannerPlans owned by the group.
func (*PlansRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *PlansRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *PlansRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanCollectionResponseable, error)
GetWithRequestConfigurationAndResponseHandler read-only. Nullable. Returns the plannerPlans owned by the group.
func (*PlansRequestBuilder) Post ¶
func (m *PlansRequestBuilder) Post(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable, error)
Post create new navigation property to plans for groups
func (*PlansRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *PlansRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable, requestConfiguration *PlansRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlannerPlanable, error)
PostWithRequestConfigurationAndResponseHandler create new navigation property to plans for groups
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 PlansRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type PlansRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *PlansRequestBuilderGetQueryParameters }
PlansRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PlansRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type PlansRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
PlansRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.