Documentation
¶
Index ¶
- type GroupSettingRequestBuilder
- func (m *GroupSettingRequestBuilder) CreateDeleteRequestInformation(options *GroupSettingRequestBuilderDeleteOptions) (...)
- func (m *GroupSettingRequestBuilder) CreateGetRequestInformation(options *GroupSettingRequestBuilderGetOptions) (...)
- func (m *GroupSettingRequestBuilder) CreatePatchRequestInformation(options *GroupSettingRequestBuilderPatchOptions) (...)
- func (m *GroupSettingRequestBuilder) Delete(options *GroupSettingRequestBuilderDeleteOptions) error
- func (m *GroupSettingRequestBuilder) Get(options *GroupSettingRequestBuilderGetOptions) (...)
- func (m *GroupSettingRequestBuilder) Patch(options *GroupSettingRequestBuilderPatchOptions) error
- type GroupSettingRequestBuilderDeleteOptions
- type GroupSettingRequestBuilderGetOptions
- type GroupSettingRequestBuilderGetQueryParameters
- type GroupSettingRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupSettingRequestBuilder ¶
type GroupSettingRequestBuilder struct {
// contains filtered or unexported fields
}
GroupSettingRequestBuilder builds and executes requests for operations under \groupSettings\{groupSetting-id}
func NewGroupSettingRequestBuilder ¶
func NewGroupSettingRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GroupSettingRequestBuilder
NewGroupSettingRequestBuilder instantiates a new GroupSettingRequestBuilder and sets the default values.
func NewGroupSettingRequestBuilderInternal ¶
func NewGroupSettingRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GroupSettingRequestBuilder
NewGroupSettingRequestBuilderInternal instantiates a new GroupSettingRequestBuilder and sets the default values.
func (*GroupSettingRequestBuilder) CreateDeleteRequestInformation ¶
func (m *GroupSettingRequestBuilder) CreateDeleteRequestInformation(options *GroupSettingRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete entity from groupSettings
func (*GroupSettingRequestBuilder) CreateGetRequestInformation ¶
func (m *GroupSettingRequestBuilder) CreateGetRequestInformation(options *GroupSettingRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation get entity from groupSettings by key
func (*GroupSettingRequestBuilder) CreatePatchRequestInformation ¶
func (m *GroupSettingRequestBuilder) CreatePatchRequestInformation(options *GroupSettingRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update entity in groupSettings
func (*GroupSettingRequestBuilder) Delete ¶
func (m *GroupSettingRequestBuilder) Delete(options *GroupSettingRequestBuilderDeleteOptions) error
Delete delete entity from groupSettings
func (*GroupSettingRequestBuilder) Get ¶
func (m *GroupSettingRequestBuilder) Get(options *GroupSettingRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.GroupSetting, error)
Get get entity from groupSettings by key
func (*GroupSettingRequestBuilder) Patch ¶
func (m *GroupSettingRequestBuilder) Patch(options *GroupSettingRequestBuilderPatchOptions) error
Patch update entity in groupSettings
type GroupSettingRequestBuilderDeleteOptions ¶
type GroupSettingRequestBuilderDeleteOptions 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
}
GroupSettingRequestBuilderDeleteOptions options for Delete
type GroupSettingRequestBuilderGetOptions ¶
type GroupSettingRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *GroupSettingRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
GroupSettingRequestBuilderGetOptions options for Get
type GroupSettingRequestBuilderGetQueryParameters ¶
type GroupSettingRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select []string
}
GroupSettingRequestBuilderGetQueryParameters get entity from groupSettings by key
type GroupSettingRequestBuilderPatchOptions ¶
type GroupSettingRequestBuilderPatchOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.GroupSetting
// 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
}
GroupSettingRequestBuilderPatchOptions options for Patch