Documentation
¶
Index ¶
- func CreateGetDeviceManagementIntentPerSettingContributingProfilesRequestBodyFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- func CreateGetDeviceManagementIntentPerSettingContributingProfilesResponseFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- type GetDeviceManagementIntentPerSettingContributingProfilesRequestBody
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetFilter() *string
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetGroupBy() []string
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetName() *string
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetOrderBy() []string
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSearch() *string
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSelect() []string
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSessionId() *string
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSkip() *int32
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetTop() *int32
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) IsNil() bool
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) Serialize(...) error
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetFilter(value *string)
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetGroupBy(value []string)
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetName(value *string)
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetOrderBy(value []string)
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSearch(value *string)
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSelect(value []string)
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSessionId(value *string)
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSkip(value *int32)
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetTop(value *int32)
- type GetDeviceManagementIntentPerSettingContributingProfilesRequestBodyable
- type GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder
- func NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder(rawUrl string, ...) *GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder
- func NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderInternal(pathParameters map[string]string, ...) *GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder
- type GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderPostOptions
- type GetDeviceManagementIntentPerSettingContributingProfilesResponse
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) GetAdditionalData() map[string]interface{}
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) GetValue() []byte
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) IsNil() bool
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) Serialize(...) error
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) SetAdditionalData(value map[string]interface{})
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) SetValue(value []byte)
- type GetDeviceManagementIntentPerSettingContributingProfilesResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetDeviceManagementIntentPerSettingContributingProfilesRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetDeviceManagementIntentPerSettingContributingProfilesRequestBodyFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateGetDeviceManagementIntentPerSettingContributingProfilesRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateGetDeviceManagementIntentPerSettingContributingProfilesResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetDeviceManagementIntentPerSettingContributingProfilesResponseFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateGetDeviceManagementIntentPerSettingContributingProfilesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetDeviceManagementIntentPerSettingContributingProfilesRequestBody ¶
type GetDeviceManagementIntentPerSettingContributingProfilesRequestBody struct {
// contains filtered or unexported fields
}
GetDeviceManagementIntentPerSettingContributingProfilesRequestBody provides operations to call the getDeviceManagementIntentPerSettingContributingProfiles method.
func NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBody ¶
func NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBody() *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody
NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBody instantiates a new getDeviceManagementIntentPerSettingContributingProfilesRequestBody and sets the default values.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetAdditionalData ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetFieldDeserializers ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetFilter ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetFilter() *string
GetFilter gets the filter property value.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetGroupBy ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetGroupBy() []string
GetGroupBy gets the groupBy property value.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetName ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetName() *string
GetName gets the name property value.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetOrderBy ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetOrderBy() []string
GetOrderBy gets the orderBy property value.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSearch ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSearch() *string
GetSearch gets the search property value.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSelect ¶ added in v0.3.2
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSelect() []string
GetSelect gets the select property value.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSessionId ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSessionId() *string
GetSessionId gets the sessionId property value.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSkip ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSkip() *int32
GetSkip gets the skip property value.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetTop ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetTop() *int32
GetTop gets the top property value.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) IsNil ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) IsNil() bool
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) Serialize ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetAdditionalData ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetFilter ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetFilter(value *string)
SetFilter sets the filter property value.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetGroupBy ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetGroupBy(value []string)
SetGroupBy sets the groupBy property value.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetName ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetName(value *string)
SetName sets the name property value.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetOrderBy ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetOrderBy(value []string)
SetOrderBy sets the orderBy property value.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSearch ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSearch(value *string)
SetSearch sets the search property value.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSelect ¶ added in v0.3.2
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSelect(value []string)
SetSelect sets the select property value.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSessionId ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSessionId(value *string)
SetSessionId sets the sessionId property value.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSkip ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSkip(value *int32)
SetSkip sets the skip property value.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetTop ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetTop(value *int32)
SetTop sets the top property value.
type GetDeviceManagementIntentPerSettingContributingProfilesRequestBodyable ¶ added in v0.13.0
type GetDeviceManagementIntentPerSettingContributingProfilesRequestBodyable interface { i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable GetFilter() *string GetGroupBy() []string GetName() *string GetOrderBy() []string GetSearch() *string GetSelect() []string GetSessionId() *string GetSkip() *int32 GetTop() *int32 SetFilter(value *string) SetGroupBy(value []string) SetName(value *string) SetOrderBy(value []string) SetSearch(value *string) SetSelect(value []string) SetSessionId(value *string) SetSkip(value *int32) SetTop(value *int32) }
GetDeviceManagementIntentPerSettingContributingProfilesRequestBodyable
type GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder ¶
type GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder struct {
// contains filtered or unexported fields
}
GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder provides operations to call the getDeviceManagementIntentPerSettingContributingProfiles method.
func NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder ¶
func NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder
NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder instantiates a new GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder and sets the default values.
func NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderInternal ¶
func NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder
NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderInternal instantiates a new GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder and sets the default values.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder) CreatePostRequestInformation ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder) CreatePostRequestInformation(options *GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action getDeviceManagementIntentPerSettingContributingProfiles
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder) Post ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder) Post(options *GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderPostOptions) (GetDeviceManagementIntentPerSettingContributingProfilesResponseable, error)
Post invoke action getDeviceManagementIntentPerSettingContributingProfiles
type GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderPostOptions ¶
type GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderPostOptions struct { // Body GetDeviceManagementIntentPerSettingContributingProfilesRequestBodyable // 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 }
GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderPostOptions options for Post
type GetDeviceManagementIntentPerSettingContributingProfilesResponse ¶ added in v0.13.0
type GetDeviceManagementIntentPerSettingContributingProfilesResponse struct {
// contains filtered or unexported fields
}
GetDeviceManagementIntentPerSettingContributingProfilesResponse provides operations to call the getDeviceManagementIntentPerSettingContributingProfiles method.
func NewGetDeviceManagementIntentPerSettingContributingProfilesResponse ¶ added in v0.13.0
func NewGetDeviceManagementIntentPerSettingContributingProfilesResponse() *GetDeviceManagementIntentPerSettingContributingProfilesResponse
NewGetDeviceManagementIntentPerSettingContributingProfilesResponse instantiates a new getDeviceManagementIntentPerSettingContributingProfilesResponse and sets the default values.
func (*GetDeviceManagementIntentPerSettingContributingProfilesResponse) GetAdditionalData ¶ added in v0.13.0
func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*GetDeviceManagementIntentPerSettingContributingProfilesResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetDeviceManagementIntentPerSettingContributingProfilesResponse) GetValue ¶ added in v0.13.0
func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) GetValue() []byte
GetValue gets the value property value.
func (*GetDeviceManagementIntentPerSettingContributingProfilesResponse) IsNil ¶ added in v0.13.0
func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) IsNil() bool
func (*GetDeviceManagementIntentPerSettingContributingProfilesResponse) Serialize ¶ added in v0.13.0
func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*GetDeviceManagementIntentPerSettingContributingProfilesResponse) SetAdditionalData ¶ added in v0.13.0
func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*GetDeviceManagementIntentPerSettingContributingProfilesResponse) SetValue ¶ added in v0.13.0
func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) SetValue(value []byte)
SetValue sets the value property value.
type GetDeviceManagementIntentPerSettingContributingProfilesResponseable ¶ added in v0.13.0
type GetDeviceManagementIntentPerSettingContributingProfilesResponseable interface { i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable GetValue() []byte SetValue(value []byte) }
GetDeviceManagementIntentPerSettingContributingProfilesResponseable
Source Files
¶
- get_device_management_intent_per_setting_contributing_profiles_request_body.go
- get_device_management_intent_per_setting_contributing_profiles_request_bodyable.go
- get_device_management_intent_per_setting_contributing_profiles_request_builder.go
- get_device_management_intent_per_setting_contributing_profiles_response.go
- get_device_management_intent_per_setting_contributing_profiles_responseable.go