getdevicemanagementintentpersettingcontributingprofiles

package
v0.21.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateGetDeviceManagementIntentPerSettingContributingProfilesRequestBodyFromDiscriminatorValue added in v0.13.0

func CreateGetDeviceManagementIntentPerSettingContributingProfilesRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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 i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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

GetFieldDeserializers the deserialization information for the current model

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetFilter

GetFilter gets the filter property value. The filter property

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetGroupBy

GetGroupBy gets the groupBy property value. The groupBy property

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetName

GetName gets the name property value. The name property

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetOrderBy

GetOrderBy gets the orderBy property value. The orderBy property

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSearch

GetSearch gets the search property value. The search property

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSelect added in v0.3.2

GetSelect gets the select property value. The select property

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSessionId

GetSessionId gets the sessionId property value. The sessionId property

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSkip

GetSkip gets the skip property value. The skip property

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetTop

GetTop gets the top property value. The top property

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) Serialize

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

SetFilter sets the filter property value. The filter property

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetGroupBy

SetGroupBy sets the groupBy property value. The groupBy property

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetName

SetName sets the name property value. The name property

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetOrderBy

SetOrderBy sets the orderBy property value. The orderBy property

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSearch

SetSearch sets the search property value. The search property

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSelect added in v0.3.2

SetSelect sets the select property value. The select property

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSessionId

SetSessionId sets the sessionId property value. The sessionId property

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSkip

SetSkip sets the skip property value. The skip property

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetTop

SetTop sets the top property value. The top property

type GetDeviceManagementIntentPerSettingContributingProfilesRequestBodyable added in v0.13.0

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

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 i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder

NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder instantiates a new GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder and sets the default values.

func NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderInternal

func NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder

NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderInternal instantiates a new GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder and sets the default values.

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder) CreatePostRequestInformation

CreatePostRequestInformation invoke action getDeviceManagementIntentPerSettingContributingProfiles

func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder) Post

Post invoke action getDeviceManagementIntentPerSettingContributingProfiles

type GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderPostOptions

type GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderPostOptions struct {
	//
	Body GetDeviceManagementIntentPerSettingContributingProfilesRequestBodyable
	// 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
}

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

GetFieldDeserializers the deserialization information for the current model

func (*GetDeviceManagementIntentPerSettingContributingProfilesResponse) GetValue added in v0.13.0

GetValue gets the value property value. The value property

func (*GetDeviceManagementIntentPerSettingContributingProfilesResponse) Serialize added in v0.13.0

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

SetValue sets the value property value. The value property

type GetDeviceManagementIntentPerSettingContributingProfilesResponseable added in v0.13.0

type GetDeviceManagementIntentPerSettingContributingProfilesResponseable interface {
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
	GetValue() []byte
	SetValue(value []byte)
}

GetDeviceManagementIntentPerSettingContributingProfilesResponseable

Jump to

Keyboard shortcuts

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