Documentation ¶
Index ¶
- type SchedulingGroupItemRequestBuilder
- func (m *SchedulingGroupItemRequestBuilder) CreateDeleteRequestInformation(options *SchedulingGroupItemRequestBuilderDeleteOptions) (...)
- func (m *SchedulingGroupItemRequestBuilder) CreateGetRequestInformation(options *SchedulingGroupItemRequestBuilderGetOptions) (...)
- func (m *SchedulingGroupItemRequestBuilder) CreatePatchRequestInformation(options *SchedulingGroupItemRequestBuilderPatchOptions) (...)
- func (m *SchedulingGroupItemRequestBuilder) Delete(options *SchedulingGroupItemRequestBuilderDeleteOptions) error
- func (m *SchedulingGroupItemRequestBuilder) Get(options *SchedulingGroupItemRequestBuilderGetOptions) (...)
- func (m *SchedulingGroupItemRequestBuilder) Patch(options *SchedulingGroupItemRequestBuilderPatchOptions) error
- type SchedulingGroupItemRequestBuilderDeleteOptions
- type SchedulingGroupItemRequestBuilderGetOptions
- type SchedulingGroupItemRequestBuilderGetQueryParameters
- type SchedulingGroupItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SchedulingGroupItemRequestBuilder ¶
type SchedulingGroupItemRequestBuilder struct {
// contains filtered or unexported fields
}
SchedulingGroupItemRequestBuilder provides operations to manage the schedulingGroups property of the microsoft.graph.schedule entity.
func NewSchedulingGroupItemRequestBuilder ¶
func NewSchedulingGroupItemRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SchedulingGroupItemRequestBuilder
NewSchedulingGroupItemRequestBuilder instantiates a new SchedulingGroupItemRequestBuilder and sets the default values.
func NewSchedulingGroupItemRequestBuilderInternal ¶
func NewSchedulingGroupItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SchedulingGroupItemRequestBuilder
NewSchedulingGroupItemRequestBuilderInternal instantiates a new SchedulingGroupItemRequestBuilder and sets the default values.
func (*SchedulingGroupItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *SchedulingGroupItemRequestBuilder) CreateDeleteRequestInformation(options *SchedulingGroupItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property schedulingGroups for groups
func (*SchedulingGroupItemRequestBuilder) CreateGetRequestInformation ¶
func (m *SchedulingGroupItemRequestBuilder) CreateGetRequestInformation(options *SchedulingGroupItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the logical grouping of users in the schedule (usually by role).
func (*SchedulingGroupItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *SchedulingGroupItemRequestBuilder) CreatePatchRequestInformation(options *SchedulingGroupItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property schedulingGroups in groups
func (*SchedulingGroupItemRequestBuilder) Delete ¶
func (m *SchedulingGroupItemRequestBuilder) Delete(options *SchedulingGroupItemRequestBuilderDeleteOptions) error
Delete delete navigation property schedulingGroups for groups
func (*SchedulingGroupItemRequestBuilder) Get ¶
func (m *SchedulingGroupItemRequestBuilder) Get(options *SchedulingGroupItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SchedulingGroupable, error)
Get the logical grouping of users in the schedule (usually by role).
func (*SchedulingGroupItemRequestBuilder) Patch ¶
func (m *SchedulingGroupItemRequestBuilder) Patch(options *SchedulingGroupItemRequestBuilderPatchOptions) error
Patch update the navigation property schedulingGroups in groups
type SchedulingGroupItemRequestBuilderDeleteOptions ¶
type SchedulingGroupItemRequestBuilderDeleteOptions struct { // 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 }
SchedulingGroupItemRequestBuilderDeleteOptions options for Delete
type SchedulingGroupItemRequestBuilderGetOptions ¶
type SchedulingGroupItemRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *SchedulingGroupItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
SchedulingGroupItemRequestBuilderGetOptions options for Get
type SchedulingGroupItemRequestBuilderGetQueryParameters ¶
type SchedulingGroupItemRequestBuilderGetQueryParameters struct { // Select properties to be returned Select []string }
SchedulingGroupItemRequestBuilderGetQueryParameters the logical grouping of users in the schedule (usually by role).
type SchedulingGroupItemRequestBuilderPatchOptions ¶
type SchedulingGroupItemRequestBuilderPatchOptions 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 }
SchedulingGroupItemRequestBuilderPatchOptions options for Patch