Documentation
¶
Index ¶
- type GetDeviceManagementIntentSettingsReportRequestBody
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- 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) IsNil() bool
- 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 GetDeviceManagementIntentSettingsReportRequestBuilder
- func NewGetDeviceManagementIntentSettingsReportRequestBuilder(rawUrl string, ...) *GetDeviceManagementIntentSettingsReportRequestBuilder
- func NewGetDeviceManagementIntentSettingsReportRequestBuilderInternal(pathParameters map[string]string, ...) *GetDeviceManagementIntentSettingsReportRequestBuilder
- func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) CreatePostRequestInformation(options *GetDeviceManagementIntentSettingsReportRequestBuilderPostOptions) (...)
- func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) Post(options *GetDeviceManagementIntentSettingsReportRequestBuilderPostOptions) ([]byte, error)
- type GetDeviceManagementIntentSettingsReportRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetDeviceManagementIntentSettingsReportRequestBody ¶
type GetDeviceManagementIntentSettingsReportRequestBody struct {
// contains filtered or unexported fields
}
GetDeviceManagementIntentSettingsReportRequestBody
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(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetFilter ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetFilter() *string
GetFilter gets the filter property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetGroupBy ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetGroupBy() []string
GetGroupBy gets the groupBy property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetName ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetName() *string
GetName gets the name property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetOrderBy ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetOrderBy() []string
GetOrderBy gets the orderBy property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetSearch ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSearch() *string
GetSearch gets the search property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetSelect ¶ added in v0.3.2
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSelect() []string
GetSelect gets the select property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetSessionId ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSessionId() *string
GetSessionId gets the sessionId property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetSkip ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSkip() *int32
GetSkip gets the skip property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetTop ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetTop() *int32
GetTop gets the top property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) IsNil ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) IsNil() bool
func (*GetDeviceManagementIntentSettingsReportRequestBody) Serialize ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.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.
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetGroupBy ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetGroupBy(value []string)
SetGroupBy sets the groupBy property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetName ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetName(value *string)
SetName sets the name property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetOrderBy ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetOrderBy(value []string)
SetOrderBy sets the orderBy property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetSearch ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSearch(value *string)
SetSearch sets the search property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetSelect ¶ added in v0.3.2
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSelect(value []string)
SetSelect sets the select property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetSessionId ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSessionId(value *string)
SetSessionId sets the sessionId property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetSkip ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSkip(value *int32)
SetSkip sets the skip property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetTop ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetTop(value *int32)
SetTop sets the top property value.
type GetDeviceManagementIntentSettingsReportRequestBuilder ¶
type GetDeviceManagementIntentSettingsReportRequestBuilder struct {
// contains filtered or unexported fields
}
GetDeviceManagementIntentSettingsReportRequestBuilder builds and executes requests for operations under \deviceManagement\reports\microsoft.graph.getDeviceManagementIntentSettingsReport
func NewGetDeviceManagementIntentSettingsReportRequestBuilder ¶
func NewGetDeviceManagementIntentSettingsReportRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetDeviceManagementIntentSettingsReportRequestBuilder
NewGetDeviceManagementIntentSettingsReportRequestBuilder instantiates a new GetDeviceManagementIntentSettingsReportRequestBuilder and sets the default values.
func NewGetDeviceManagementIntentSettingsReportRequestBuilderInternal ¶
func NewGetDeviceManagementIntentSettingsReportRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetDeviceManagementIntentSettingsReportRequestBuilder
NewGetDeviceManagementIntentSettingsReportRequestBuilderInternal instantiates a new GetDeviceManagementIntentSettingsReportRequestBuilder and sets the default values.
func (*GetDeviceManagementIntentSettingsReportRequestBuilder) CreatePostRequestInformation ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) CreatePostRequestInformation(options *GetDeviceManagementIntentSettingsReportRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action getDeviceManagementIntentSettingsReport
func (*GetDeviceManagementIntentSettingsReportRequestBuilder) Post ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) Post(options *GetDeviceManagementIntentSettingsReportRequestBuilderPostOptions) ([]byte, error)
Post invoke action getDeviceManagementIntentSettingsReport
type GetDeviceManagementIntentSettingsReportRequestBuilderPostOptions ¶
type GetDeviceManagementIntentSettingsReportRequestBuilderPostOptions struct { // Body *GetDeviceManagementIntentSettingsReportRequestBody // 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 }
GetDeviceManagementIntentSettingsReportRequestBuilderPostOptions options for Post