Documentation ¶
Index ¶
- type SchedulingGroupsRequestBuilder
- func (m *SchedulingGroupsRequestBuilder) Count() ...
- func (m *SchedulingGroupsRequestBuilder) CreateGetRequestInformation(options *SchedulingGroupsRequestBuilderGetOptions) (...)
- func (m *SchedulingGroupsRequestBuilder) CreatePostRequestInformation(options *SchedulingGroupsRequestBuilderPostOptions) (...)
- func (m *SchedulingGroupsRequestBuilder) Get(options *SchedulingGroupsRequestBuilderGetOptions) (...)
- func (m *SchedulingGroupsRequestBuilder) Post(options *SchedulingGroupsRequestBuilderPostOptions) (...)
- type SchedulingGroupsRequestBuilderGetOptions
- type SchedulingGroupsRequestBuilderGetQueryParameters
- type SchedulingGroupsRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SchedulingGroupsRequestBuilder ¶
type SchedulingGroupsRequestBuilder struct {
// contains filtered or unexported fields
}
SchedulingGroupsRequestBuilder provides operations to manage the schedulingGroups property of the microsoft.graph.schedule entity.
func NewSchedulingGroupsRequestBuilder ¶
func NewSchedulingGroupsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SchedulingGroupsRequestBuilder
NewSchedulingGroupsRequestBuilder instantiates a new SchedulingGroupsRequestBuilder and sets the default values.
func NewSchedulingGroupsRequestBuilderInternal ¶
func NewSchedulingGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SchedulingGroupsRequestBuilder
NewSchedulingGroupsRequestBuilderInternal instantiates a new SchedulingGroupsRequestBuilder and sets the default values.
func (*SchedulingGroupsRequestBuilder) CreateGetRequestInformation ¶
func (m *SchedulingGroupsRequestBuilder) CreateGetRequestInformation(options *SchedulingGroupsRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the logical grouping of users in the schedule (usually by role).
func (*SchedulingGroupsRequestBuilder) CreatePostRequestInformation ¶
func (m *SchedulingGroupsRequestBuilder) CreatePostRequestInformation(options *SchedulingGroupsRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation create new navigation property to schedulingGroups for groups
func (*SchedulingGroupsRequestBuilder) Get ¶
func (m *SchedulingGroupsRequestBuilder) Get(options *SchedulingGroupsRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SchedulingGroupCollectionResponseable, error)
Get the logical grouping of users in the schedule (usually by role).
func (*SchedulingGroupsRequestBuilder) Post ¶
func (m *SchedulingGroupsRequestBuilder) Post(options *SchedulingGroupsRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SchedulingGroupable, error)
Post create new navigation property to schedulingGroups for groups
type SchedulingGroupsRequestBuilderGetOptions ¶
type SchedulingGroupsRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *SchedulingGroupsRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
SchedulingGroupsRequestBuilderGetOptions options for Get
type SchedulingGroupsRequestBuilderGetQueryParameters ¶
type SchedulingGroupsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool // Filter items by property values Filter *string // Order items by property values Orderby []string // Search items by search phrases Search *string // Select properties to be returned Select []string // Skip the first n items Skip *int32 // Show only the first n items Top *int32 }
SchedulingGroupsRequestBuilderGetQueryParameters the logical grouping of users in the schedule (usually by role).
type SchedulingGroupsRequestBuilderPostOptions ¶
type SchedulingGroupsRequestBuilderPostOptions struct { // Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SchedulingGroupable // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
SchedulingGroupsRequestBuilderPostOptions options for Post