Documentation
¶
Index ¶
- func CreateGetDeviceManagementIntentSettingsReportPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type GetDeviceManagementIntentSettingsReportPostRequestBody
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetFieldDeserializers() ...
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetFilter() *string
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetGroupBy() []string
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetName() *string
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetOrderBy() []string
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetSearch() *string
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetSelect() []string
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetSessionId() *string
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetSkip() *int32
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetTop() *int32
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) Serialize(...) error
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) SetFilter(value *string)
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) SetGroupBy(value []string)
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) SetName(value *string)
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) SetOrderBy(value []string)
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) SetSearch(value *string)
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) SetSelect(value []string)
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) SetSessionId(value *string)
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) SetSkip(value *int32)
- func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) SetTop(value *int32)
- type GetDeviceManagementIntentSettingsReportPostRequestBodyable
- type GetDeviceManagementIntentSettingsReportRequestBuilder
- func NewGetDeviceManagementIntentSettingsReportRequestBuilder(rawUrl string, ...) *GetDeviceManagementIntentSettingsReportRequestBuilder
- func NewGetDeviceManagementIntentSettingsReportRequestBuilderInternal(pathParameters map[string]string, ...) *GetDeviceManagementIntentSettingsReportRequestBuilder
- func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) CreatePostRequestInformation(body GetDeviceManagementIntentSettingsReportPostRequestBodyable) (...)
- func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body GetDeviceManagementIntentSettingsReportPostRequestBodyable, ...) (...)
- func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) Post(ctx context.Context, ...) ([]byte, error)
- type GetDeviceManagementIntentSettingsReportRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetDeviceManagementIntentSettingsReportPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateGetDeviceManagementIntentSettingsReportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetDeviceManagementIntentSettingsReportPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetDeviceManagementIntentSettingsReportPostRequestBody ¶ added in v0.24.0
type GetDeviceManagementIntentSettingsReportPostRequestBody struct {
// contains filtered or unexported fields
}
GetDeviceManagementIntentSettingsReportPostRequestBody provides operations to call the getDeviceManagementIntentSettingsReport method.
func NewGetDeviceManagementIntentSettingsReportPostRequestBody ¶ added in v0.24.0
func NewGetDeviceManagementIntentSettingsReportPostRequestBody() *GetDeviceManagementIntentSettingsReportPostRequestBody
NewGetDeviceManagementIntentSettingsReportPostRequestBody instantiates a new getDeviceManagementIntentSettingsReportPostRequestBody and sets the default values.
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) 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 (*GetDeviceManagementIntentSettingsReportPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) GetFilter ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetFilter() *string
GetFilter gets the filter property value. The filter property
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) GetGroupBy ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetGroupBy() []string
GetGroupBy gets the groupBy property value. The groupBy property
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) GetName ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetName() *string
GetName gets the name property value. The name property
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) GetOrderBy ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetOrderBy() []string
GetOrderBy gets the orderBy property value. The orderBy property
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) GetSearch ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetSearch() *string
GetSearch gets the search property value. The search property
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) GetSelect ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetSelect() []string
GetSelect gets the select property value. The select property
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) GetSessionId ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetSessionId() *string
GetSessionId gets the sessionId property value. The sessionId property
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) GetSkip ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetSkip() *int32
GetSkip gets the skip property value. The skip property
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) GetTop ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) GetTop() *int32
GetTop gets the top property value. The top property
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) Serialize ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) 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 (*GetDeviceManagementIntentSettingsReportPostRequestBody) SetFilter ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) SetFilter(value *string)
SetFilter sets the filter property value. The filter property
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) SetGroupBy ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) SetGroupBy(value []string)
SetGroupBy sets the groupBy property value. The groupBy property
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) SetName ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) SetName(value *string)
SetName sets the name property value. The name property
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) SetOrderBy ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) SetOrderBy(value []string)
SetOrderBy sets the orderBy property value. The orderBy property
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) SetSearch ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) SetSearch(value *string)
SetSearch sets the search property value. The search property
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) SetSelect ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) SetSelect(value []string)
SetSelect sets the select property value. The select property
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) SetSessionId ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) SetSessionId(value *string)
SetSessionId sets the sessionId property value. The sessionId property
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) SetSkip ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) SetSkip(value *int32)
SetSkip sets the skip property value. The skip property
func (*GetDeviceManagementIntentSettingsReportPostRequestBody) SetTop ¶ added in v0.24.0
func (m *GetDeviceManagementIntentSettingsReportPostRequestBody) SetTop(value *int32)
SetTop sets the top property value. The top property
type GetDeviceManagementIntentSettingsReportPostRequestBodyable ¶ added in v0.24.0
type GetDeviceManagementIntentSettingsReportPostRequestBodyable 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)
}
GetDeviceManagementIntentSettingsReportPostRequestBodyable
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 GetDeviceManagementIntentSettingsReportPostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action getDeviceManagementIntentSettingsReport
func (*GetDeviceManagementIntentSettingsReportRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body GetDeviceManagementIntentSettingsReportPostRequestBodyable, requestConfiguration *GetDeviceManagementIntentSettingsReportRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action getDeviceManagementIntentSettingsReport
func (*GetDeviceManagementIntentSettingsReportRequestBuilder) Post ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) Post(ctx context.Context, body GetDeviceManagementIntentSettingsReportPostRequestBodyable, requestConfiguration *GetDeviceManagementIntentSettingsReportRequestBuilderPostRequestConfiguration) ([]byte, error)
Post 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.