Documentation ¶
Index ¶
- type CalendarGroupsRequestBuilder
- func (m *CalendarGroupsRequestBuilder) Count() ...
- func (m *CalendarGroupsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *CalendarGroupsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *CalendarGroupsRequestBuilderGetRequestConfiguration) (...)
- func (m *CalendarGroupsRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *CalendarGroupsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *CalendarGroupsRequestBuilder) Get() (...)
- func (m *CalendarGroupsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *CalendarGroupsRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *CalendarGroupsRequestBuilder) Post(...) (...)
- func (m *CalendarGroupsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(...) (...)
- type CalendarGroupsRequestBuilderGetQueryParameters
- type CalendarGroupsRequestBuilderGetRequestConfiguration
- type CalendarGroupsRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CalendarGroupsRequestBuilder ¶
type CalendarGroupsRequestBuilder struct {
// contains filtered or unexported fields
}
CalendarGroupsRequestBuilder provides operations to manage the calendarGroups property of the microsoft.graph.user entity.
func NewCalendarGroupsRequestBuilder ¶
func NewCalendarGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CalendarGroupsRequestBuilder
NewCalendarGroupsRequestBuilder instantiates a new CalendarGroupsRequestBuilder and sets the default values.
func NewCalendarGroupsRequestBuilderInternal ¶
func NewCalendarGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CalendarGroupsRequestBuilder
NewCalendarGroupsRequestBuilderInternal instantiates a new CalendarGroupsRequestBuilder and sets the default values.
func (*CalendarGroupsRequestBuilder) Count ¶ added in v0.13.0
func (m *CalendarGroupsRequestBuilder) Count() *i73711ef191440fe0ee4f6c991856b925f74ee05ab9fc5f32ff9d41de3c22ce32.CountRequestBuilder
Count the count property
func (*CalendarGroupsRequestBuilder) CreateGetRequestInformation ¶
func (m *CalendarGroupsRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the user's calendar groups. Read-only. Nullable.
func (*CalendarGroupsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *CalendarGroupsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *CalendarGroupsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the user's calendar groups. Read-only. Nullable.
func (*CalendarGroupsRequestBuilder) CreatePostRequestInformation ¶
func (m *CalendarGroupsRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarGroupable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to calendarGroups for users
func (*CalendarGroupsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *CalendarGroupsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarGroupable, requestConfiguration *CalendarGroupsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to calendarGroups for users
func (*CalendarGroupsRequestBuilder) Get ¶
func (m *CalendarGroupsRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarGroupCollectionResponseable, error)
Get the user's calendar groups. Read-only. Nullable.
func (*CalendarGroupsRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *CalendarGroupsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *CalendarGroupsRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarGroupCollectionResponseable, error)
GetWithRequestConfigurationAndResponseHandler the user's calendar groups. Read-only. Nullable.
func (*CalendarGroupsRequestBuilder) Post ¶
func (m *CalendarGroupsRequestBuilder) Post(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarGroupable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarGroupable, error)
Post create new navigation property to calendarGroups for users
func (*CalendarGroupsRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *CalendarGroupsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarGroupable, requestConfiguration *CalendarGroupsRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CalendarGroupable, error)
PostWithRequestConfigurationAndResponseHandler create new navigation property to calendarGroups for users
type CalendarGroupsRequestBuilderGetQueryParameters ¶
type CalendarGroupsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` // Filter items by property values Filter *string `uriparametername:"%24filter"` // Order items by property values Orderby []string `uriparametername:"%24orderby"` // 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"` }
CalendarGroupsRequestBuilderGetQueryParameters the user's calendar groups. Read-only. Nullable.
type CalendarGroupsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type CalendarGroupsRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *CalendarGroupsRequestBuilderGetQueryParameters }
CalendarGroupsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type CalendarGroupsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type CalendarGroupsRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
CalendarGroupsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.