Documentation
¶
Index ¶
- type DeviceCategoryItemRequestBuilder
- func (m *DeviceCategoryItemRequestBuilder) CreateDeleteRequestInformation(options *DeviceCategoryItemRequestBuilderDeleteOptions) (...)
- func (m *DeviceCategoryItemRequestBuilder) CreateGetRequestInformation(options *DeviceCategoryItemRequestBuilderGetOptions) (...)
- func (m *DeviceCategoryItemRequestBuilder) CreatePatchRequestInformation(options *DeviceCategoryItemRequestBuilderPatchOptions) (...)
- func (m *DeviceCategoryItemRequestBuilder) Delete(options *DeviceCategoryItemRequestBuilderDeleteOptions) error
- func (m *DeviceCategoryItemRequestBuilder) Get(options *DeviceCategoryItemRequestBuilderGetOptions) (...)
- func (m *DeviceCategoryItemRequestBuilder) Patch(options *DeviceCategoryItemRequestBuilderPatchOptions) error
- type DeviceCategoryItemRequestBuilderDeleteOptions
- type DeviceCategoryItemRequestBuilderGetOptions
- type DeviceCategoryItemRequestBuilderGetQueryParameters
- type DeviceCategoryItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceCategoryItemRequestBuilder ¶ added in v0.12.0
type DeviceCategoryItemRequestBuilder struct {
// contains filtered or unexported fields
}
DeviceCategoryItemRequestBuilder builds and executes requests for operations under \deviceManagement\deviceCategories\{deviceCategory-id}
func NewDeviceCategoryItemRequestBuilder ¶ added in v0.12.0
func NewDeviceCategoryItemRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DeviceCategoryItemRequestBuilder
NewDeviceCategoryItemRequestBuilder instantiates a new DeviceCategoryItemRequestBuilder and sets the default values.
func NewDeviceCategoryItemRequestBuilderInternal ¶ added in v0.12.0
func NewDeviceCategoryItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DeviceCategoryItemRequestBuilder
NewDeviceCategoryItemRequestBuilderInternal instantiates a new DeviceCategoryItemRequestBuilder and sets the default values.
func (*DeviceCategoryItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *DeviceCategoryItemRequestBuilder) CreateDeleteRequestInformation(options *DeviceCategoryItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation the list of device categories with the tenant.
func (*DeviceCategoryItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *DeviceCategoryItemRequestBuilder) CreateGetRequestInformation(options *DeviceCategoryItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the list of device categories with the tenant.
func (*DeviceCategoryItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *DeviceCategoryItemRequestBuilder) CreatePatchRequestInformation(options *DeviceCategoryItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation the list of device categories with the tenant.
func (*DeviceCategoryItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *DeviceCategoryItemRequestBuilder) Delete(options *DeviceCategoryItemRequestBuilderDeleteOptions) error
Delete the list of device categories with the tenant.
func (*DeviceCategoryItemRequestBuilder) Get ¶ added in v0.12.0
func (m *DeviceCategoryItemRequestBuilder) Get(options *DeviceCategoryItemRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DeviceCategory, error)
Get the list of device categories with the tenant.
func (*DeviceCategoryItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *DeviceCategoryItemRequestBuilder) Patch(options *DeviceCategoryItemRequestBuilderPatchOptions) error
Patch the list of device categories with the tenant.
type DeviceCategoryItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type DeviceCategoryItemRequestBuilderDeleteOptions 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
}
DeviceCategoryItemRequestBuilderDeleteOptions options for Delete
type DeviceCategoryItemRequestBuilderGetOptions ¶ added in v0.12.0
type DeviceCategoryItemRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *DeviceCategoryItemRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
DeviceCategoryItemRequestBuilderGetOptions options for Get
type DeviceCategoryItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type DeviceCategoryItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select []string
}
DeviceCategoryItemRequestBuilderGetQueryParameters the list of device categories with the tenant.
type DeviceCategoryItemRequestBuilderPatchOptions ¶ added in v0.12.0
type DeviceCategoryItemRequestBuilderPatchOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DeviceCategory
// 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
}
DeviceCategoryItemRequestBuilderPatchOptions options for Patch