Documentation
¶
Index ¶
- func CreateGetDeviceManagementIntentSettingsReportRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateGetDeviceManagementIntentSettingsReportResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type GetDeviceManagementIntentSettingsReportRequestBody
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetFieldDeserializers() ...
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetFilter() *string
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetGroupBy() []string
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetName() *string
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetOrderBy() []string
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSearch() *string
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSelect() []string
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSessionId() *string
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSkip() *int32
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetTop() *int32
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) Serialize(...) error
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetFilter(value *string)
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetGroupBy(value []string)
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetName(value *string)
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetOrderBy(value []string)
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSearch(value *string)
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSelect(value []string)
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSessionId(value *string)
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSkip(value *int32)
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetTop(value *int32)
- type GetDeviceManagementIntentSettingsReportRequestBodyable
- type GetDeviceManagementIntentSettingsReportRequestBuilder
- func NewGetDeviceManagementIntentSettingsReportRequestBuilder(rawUrl string, ...) *GetDeviceManagementIntentSettingsReportRequestBuilder
- func NewGetDeviceManagementIntentSettingsReportRequestBuilderInternal(pathParameters map[string]string, ...) *GetDeviceManagementIntentSettingsReportRequestBuilder
- func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) CreatePostRequestInformation(body GetDeviceManagementIntentSettingsReportRequestBodyable) (...)
- func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body GetDeviceManagementIntentSettingsReportRequestBodyable, ...) (...)
- func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) Post(body GetDeviceManagementIntentSettingsReportRequestBodyable) (GetDeviceManagementIntentSettingsReportResponseable, error)
- func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body GetDeviceManagementIntentSettingsReportRequestBodyable, ...) (GetDeviceManagementIntentSettingsReportResponseable, error)
- type GetDeviceManagementIntentSettingsReportRequestBuilderPostRequestConfiguration
- type GetDeviceManagementIntentSettingsReportResponse
- func (m *GetDeviceManagementIntentSettingsReportResponse) GetAdditionalData() map[string]interface{}
- func (m *GetDeviceManagementIntentSettingsReportResponse) GetFieldDeserializers() ...
- func (m *GetDeviceManagementIntentSettingsReportResponse) GetValue() []byte
- func (m *GetDeviceManagementIntentSettingsReportResponse) Serialize(...) error
- func (m *GetDeviceManagementIntentSettingsReportResponse) SetAdditionalData(value map[string]interface{})
- func (m *GetDeviceManagementIntentSettingsReportResponse) SetValue(value []byte)
- type GetDeviceManagementIntentSettingsReportResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetDeviceManagementIntentSettingsReportRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetDeviceManagementIntentSettingsReportRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetDeviceManagementIntentSettingsReportRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateGetDeviceManagementIntentSettingsReportResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetDeviceManagementIntentSettingsReportResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetDeviceManagementIntentSettingsReportResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetDeviceManagementIntentSettingsReportRequestBody ¶
type GetDeviceManagementIntentSettingsReportRequestBody struct {
// contains filtered or unexported fields
}
GetDeviceManagementIntentSettingsReportRequestBody provides operations to call the getDeviceManagementIntentSettingsReport method.
func NewGetDeviceManagementIntentSettingsReportRequestBody ¶
func NewGetDeviceManagementIntentSettingsReportRequestBody() *GetDeviceManagementIntentSettingsReportRequestBody
NewGetDeviceManagementIntentSettingsReportRequestBody instantiates a new getDeviceManagementIntentSettingsReportRequestBody and sets the default values.
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetAdditionalData ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) 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 (*GetDeviceManagementIntentSettingsReportRequestBody) GetFieldDeserializers ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetFilter ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetFilter() *string
GetFilter gets the filter property value. The filter property
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetGroupBy ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetGroupBy() []string
GetGroupBy gets the groupBy property value. The groupBy property
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetName ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetName() *string
GetName gets the name property value. The name property
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetOrderBy ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetOrderBy() []string
GetOrderBy gets the orderBy property value. The orderBy property
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetSearch ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSearch() *string
GetSearch gets the search property value. The search property
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetSelect ¶ added in v0.3.2
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSelect() []string
GetSelect gets the select property value. The select property
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetSessionId ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSessionId() *string
GetSessionId gets the sessionId property value. The sessionId property
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetSkip ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSkip() *int32
GetSkip gets the skip property value. The skip property
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetTop ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetTop() *int32
GetTop gets the top property value. The top property
func (*GetDeviceManagementIntentSettingsReportRequestBody) Serialize ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetAdditionalData ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) 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 (*GetDeviceManagementIntentSettingsReportRequestBody) SetFilter ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetFilter(value *string)
SetFilter sets the filter property value. The filter property
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetGroupBy ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetGroupBy(value []string)
SetGroupBy sets the groupBy property value. The groupBy property
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetName ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetName(value *string)
SetName sets the name property value. The name property
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetOrderBy ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetOrderBy(value []string)
SetOrderBy sets the orderBy property value. The orderBy property
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetSearch ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSearch(value *string)
SetSearch sets the search property value. The search property
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetSelect ¶ added in v0.3.2
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSelect(value []string)
SetSelect sets the select property value. The select property
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetSessionId ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSessionId(value *string)
SetSessionId sets the sessionId property value. The sessionId property
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetSkip ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSkip(value *int32)
SetSkip sets the skip property value. The skip property
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetTop ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetTop(value *int32)
SetTop sets the top property value. The top property
type GetDeviceManagementIntentSettingsReportRequestBodyable ¶ added in v0.13.0
type GetDeviceManagementIntentSettingsReportRequestBodyable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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)
}
GetDeviceManagementIntentSettingsReportRequestBodyable
type GetDeviceManagementIntentSettingsReportRequestBuilder ¶
type GetDeviceManagementIntentSettingsReportRequestBuilder struct {
// contains filtered or unexported fields
}
GetDeviceManagementIntentSettingsReportRequestBuilder provides operations to call the getDeviceManagementIntentSettingsReport method.
func NewGetDeviceManagementIntentSettingsReportRequestBuilder ¶
func NewGetDeviceManagementIntentSettingsReportRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetDeviceManagementIntentSettingsReportRequestBuilder
NewGetDeviceManagementIntentSettingsReportRequestBuilder instantiates a new GetDeviceManagementIntentSettingsReportRequestBuilder and sets the default values.
func NewGetDeviceManagementIntentSettingsReportRequestBuilderInternal ¶
func NewGetDeviceManagementIntentSettingsReportRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetDeviceManagementIntentSettingsReportRequestBuilder
NewGetDeviceManagementIntentSettingsReportRequestBuilderInternal instantiates a new GetDeviceManagementIntentSettingsReportRequestBuilder and sets the default values.
func (*GetDeviceManagementIntentSettingsReportRequestBuilder) CreatePostRequestInformation ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) CreatePostRequestInformation(body GetDeviceManagementIntentSettingsReportRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action getDeviceManagementIntentSettingsReport
func (*GetDeviceManagementIntentSettingsReportRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body GetDeviceManagementIntentSettingsReportRequestBodyable, requestConfiguration *GetDeviceManagementIntentSettingsReportRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action getDeviceManagementIntentSettingsReport
func (*GetDeviceManagementIntentSettingsReportRequestBuilder) Post ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) Post(body GetDeviceManagementIntentSettingsReportRequestBodyable) (GetDeviceManagementIntentSettingsReportResponseable, error)
Post invoke action getDeviceManagementIntentSettingsReport
func (*GetDeviceManagementIntentSettingsReportRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body GetDeviceManagementIntentSettingsReportRequestBodyable, requestConfiguration *GetDeviceManagementIntentSettingsReportRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (GetDeviceManagementIntentSettingsReportResponseable, error)
PostWithRequestConfigurationAndResponseHandler invoke action getDeviceManagementIntentSettingsReport
type GetDeviceManagementIntentSettingsReportRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type GetDeviceManagementIntentSettingsReportRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
GetDeviceManagementIntentSettingsReportRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type GetDeviceManagementIntentSettingsReportResponse ¶ added in v0.13.0
type GetDeviceManagementIntentSettingsReportResponse struct {
// contains filtered or unexported fields
}
GetDeviceManagementIntentSettingsReportResponse provides operations to call the getDeviceManagementIntentSettingsReport method.
func NewGetDeviceManagementIntentSettingsReportResponse ¶ added in v0.13.0
func NewGetDeviceManagementIntentSettingsReportResponse() *GetDeviceManagementIntentSettingsReportResponse
NewGetDeviceManagementIntentSettingsReportResponse instantiates a new getDeviceManagementIntentSettingsReportResponse and sets the default values.
func (*GetDeviceManagementIntentSettingsReportResponse) GetAdditionalData ¶ added in v0.13.0
func (m *GetDeviceManagementIntentSettingsReportResponse) 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 (*GetDeviceManagementIntentSettingsReportResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *GetDeviceManagementIntentSettingsReportResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetDeviceManagementIntentSettingsReportResponse) GetValue ¶ added in v0.13.0
func (m *GetDeviceManagementIntentSettingsReportResponse) GetValue() []byte
GetValue gets the value property value. The value property
func (*GetDeviceManagementIntentSettingsReportResponse) Serialize ¶ added in v0.13.0
func (m *GetDeviceManagementIntentSettingsReportResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetDeviceManagementIntentSettingsReportResponse) SetAdditionalData ¶ added in v0.13.0
func (m *GetDeviceManagementIntentSettingsReportResponse) 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 (*GetDeviceManagementIntentSettingsReportResponse) SetValue ¶ added in v0.13.0
func (m *GetDeviceManagementIntentSettingsReportResponse) SetValue(value []byte)
SetValue sets the value property value. The value property
type GetDeviceManagementIntentSettingsReportResponseable ¶ added in v0.13.0
type GetDeviceManagementIntentSettingsReportResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
GetValue() []byte
SetValue(value []byte)
}
GetDeviceManagementIntentSettingsReportResponseable
Source Files
¶
- get_device_management_intent_settings_report_request_body.go
- get_device_management_intent_settings_report_request_bodyable.go
- get_device_management_intent_settings_report_request_builder.go
- get_device_management_intent_settings_report_response.go
- get_device_management_intent_settings_report_responseable.go