getdevicenoncompliancereport

package
v0.19.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateGetDeviceNonComplianceReportRequestBodyFromDiscriminatorValue added in v0.13.0

CreateGetDeviceNonComplianceReportRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

func CreateGetDeviceNonComplianceReportResponseFromDiscriminatorValue added in v0.13.0

CreateGetDeviceNonComplianceReportResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

Types

type GetDeviceNonComplianceReportRequestBody

type GetDeviceNonComplianceReportRequestBody struct {
	// contains filtered or unexported fields
}

GetDeviceNonComplianceReportRequestBody provides operations to call the getDeviceNonComplianceReport method.

func NewGetDeviceNonComplianceReportRequestBody

func NewGetDeviceNonComplianceReportRequestBody() *GetDeviceNonComplianceReportRequestBody

NewGetDeviceNonComplianceReportRequestBody instantiates a new getDeviceNonComplianceReportRequestBody and sets the default values.

func (*GetDeviceNonComplianceReportRequestBody) GetAdditionalData

func (m *GetDeviceNonComplianceReportRequestBody) 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 (*GetDeviceNonComplianceReportRequestBody) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*GetDeviceNonComplianceReportRequestBody) GetFilter

GetFilter gets the filter property value. The filter property

func (*GetDeviceNonComplianceReportRequestBody) GetGroupBy

GetGroupBy gets the groupBy property value. The groupBy property

func (*GetDeviceNonComplianceReportRequestBody) GetName

GetName gets the name property value. The name property

func (*GetDeviceNonComplianceReportRequestBody) GetOrderBy

GetOrderBy gets the orderBy property value. The orderBy property

func (*GetDeviceNonComplianceReportRequestBody) GetSearch

GetSearch gets the search property value. The search property

func (*GetDeviceNonComplianceReportRequestBody) GetSelect added in v0.3.2

GetSelect gets the select property value. The select property

func (*GetDeviceNonComplianceReportRequestBody) GetSessionId

GetSessionId gets the sessionId property value. The sessionId property

func (*GetDeviceNonComplianceReportRequestBody) GetSkip

GetSkip gets the skip property value. The skip property

func (*GetDeviceNonComplianceReportRequestBody) GetTop

GetTop gets the top property value. The top property

func (*GetDeviceNonComplianceReportRequestBody) Serialize

Serialize serializes information the current object

func (*GetDeviceNonComplianceReportRequestBody) SetAdditionalData

func (m *GetDeviceNonComplianceReportRequestBody) 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 (*GetDeviceNonComplianceReportRequestBody) SetFilter

func (m *GetDeviceNonComplianceReportRequestBody) SetFilter(value *string)

SetFilter sets the filter property value. The filter property

func (*GetDeviceNonComplianceReportRequestBody) SetGroupBy

func (m *GetDeviceNonComplianceReportRequestBody) SetGroupBy(value []string)

SetGroupBy sets the groupBy property value. The groupBy property

func (*GetDeviceNonComplianceReportRequestBody) SetName

SetName sets the name property value. The name property

func (*GetDeviceNonComplianceReportRequestBody) SetOrderBy

func (m *GetDeviceNonComplianceReportRequestBody) SetOrderBy(value []string)

SetOrderBy sets the orderBy property value. The orderBy property

func (*GetDeviceNonComplianceReportRequestBody) SetSearch

func (m *GetDeviceNonComplianceReportRequestBody) SetSearch(value *string)

SetSearch sets the search property value. The search property

func (*GetDeviceNonComplianceReportRequestBody) SetSelect added in v0.3.2

func (m *GetDeviceNonComplianceReportRequestBody) SetSelect(value []string)

SetSelect sets the select property value. The select property

func (*GetDeviceNonComplianceReportRequestBody) SetSessionId

func (m *GetDeviceNonComplianceReportRequestBody) SetSessionId(value *string)

SetSessionId sets the sessionId property value. The sessionId property

func (*GetDeviceNonComplianceReportRequestBody) SetSkip

SetSkip sets the skip property value. The skip property

func (*GetDeviceNonComplianceReportRequestBody) SetTop

SetTop sets the top property value. The top property

type GetDeviceNonComplianceReportRequestBodyable added in v0.13.0

type GetDeviceNonComplianceReportRequestBodyable 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)
}

GetDeviceNonComplianceReportRequestBodyable

type GetDeviceNonComplianceReportRequestBuilder

type GetDeviceNonComplianceReportRequestBuilder struct {
	// contains filtered or unexported fields
}

GetDeviceNonComplianceReportRequestBuilder provides operations to call the getDeviceNonComplianceReport method.

func NewGetDeviceNonComplianceReportRequestBuilder

NewGetDeviceNonComplianceReportRequestBuilder instantiates a new GetDeviceNonComplianceReportRequestBuilder and sets the default values.

func NewGetDeviceNonComplianceReportRequestBuilderInternal

func NewGetDeviceNonComplianceReportRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetDeviceNonComplianceReportRequestBuilder

NewGetDeviceNonComplianceReportRequestBuilderInternal instantiates a new GetDeviceNonComplianceReportRequestBuilder and sets the default values.

func (*GetDeviceNonComplianceReportRequestBuilder) CreatePostRequestInformation

CreatePostRequestInformation invoke action getDeviceNonComplianceReport

func (*GetDeviceNonComplianceReportRequestBuilder) Post

Post invoke action getDeviceNonComplianceReport

type GetDeviceNonComplianceReportRequestBuilderPostOptions

type GetDeviceNonComplianceReportRequestBuilderPostOptions struct {
	//
	Body GetDeviceNonComplianceReportRequestBodyable
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Response handler to use in place of the default response handling provided by the core service
	ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}

GetDeviceNonComplianceReportRequestBuilderPostOptions options for Post

type GetDeviceNonComplianceReportResponse added in v0.13.0

type GetDeviceNonComplianceReportResponse struct {
	// contains filtered or unexported fields
}

GetDeviceNonComplianceReportResponse provides operations to call the getDeviceNonComplianceReport method.

func NewGetDeviceNonComplianceReportResponse added in v0.13.0

func NewGetDeviceNonComplianceReportResponse() *GetDeviceNonComplianceReportResponse

NewGetDeviceNonComplianceReportResponse instantiates a new getDeviceNonComplianceReportResponse and sets the default values.

func (*GetDeviceNonComplianceReportResponse) GetAdditionalData added in v0.13.0

func (m *GetDeviceNonComplianceReportResponse) 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 (*GetDeviceNonComplianceReportResponse) GetFieldDeserializers added in v0.13.0

GetFieldDeserializers the deserialization information for the current model

func (*GetDeviceNonComplianceReportResponse) GetValue added in v0.13.0

GetValue gets the value property value. The value property

func (*GetDeviceNonComplianceReportResponse) Serialize added in v0.13.0

Serialize serializes information the current object

func (*GetDeviceNonComplianceReportResponse) SetAdditionalData added in v0.13.0

func (m *GetDeviceNonComplianceReportResponse) 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 (*GetDeviceNonComplianceReportResponse) SetValue added in v0.13.0

func (m *GetDeviceNonComplianceReportResponse) SetValue(value []byte)

SetValue sets the value property value. The value property

type GetDeviceNonComplianceReportResponseable added in v0.13.0

GetDeviceNonComplianceReportResponseable

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL