Documentation ¶
Index ¶
- type ManagedDevicesRequestBuilder
- func (m *ManagedDevicesRequestBuilder) CreateGetRequestInformation(options *ManagedDevicesRequestBuilderGetOptions) (...)
- func (m *ManagedDevicesRequestBuilder) CreatePostRequestInformation(options *ManagedDevicesRequestBuilderPostOptions) (...)
- func (m *ManagedDevicesRequestBuilder) Get(options *ManagedDevicesRequestBuilderGetOptions) (*ManagedDevicesResponse, error)
- func (m *ManagedDevicesRequestBuilder) Post(options *ManagedDevicesRequestBuilderPostOptions) (...)
- type ManagedDevicesRequestBuilderGetOptions
- type ManagedDevicesRequestBuilderGetQueryParameters
- type ManagedDevicesRequestBuilderPostOptions
- type ManagedDevicesResponse
- func (m *ManagedDevicesResponse) GetAdditionalData() map[string]interface{}
- func (m *ManagedDevicesResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *ManagedDevicesResponse) GetNextLink() *string
- func (m *ManagedDevicesResponse) GetValue() ...
- func (m *ManagedDevicesResponse) IsNil() bool
- func (m *ManagedDevicesResponse) Serialize(...) error
- func (m *ManagedDevicesResponse) SetAdditionalData(value map[string]interface{})
- func (m *ManagedDevicesResponse) SetNextLink(value *string)
- func (m *ManagedDevicesResponse) SetValue(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagedDevicesRequestBuilder ¶
type ManagedDevicesRequestBuilder struct {
// contains filtered or unexported fields
}
ManagedDevicesRequestBuilder builds and executes requests for operations under \me\managedDevices
func NewManagedDevicesRequestBuilder ¶
func NewManagedDevicesRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ManagedDevicesRequestBuilder
NewManagedDevicesRequestBuilder instantiates a new ManagedDevicesRequestBuilder and sets the default values.
func NewManagedDevicesRequestBuilderInternal ¶
func NewManagedDevicesRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ManagedDevicesRequestBuilder
NewManagedDevicesRequestBuilderInternal instantiates a new ManagedDevicesRequestBuilder and sets the default values.
func (*ManagedDevicesRequestBuilder) CreateGetRequestInformation ¶
func (m *ManagedDevicesRequestBuilder) CreateGetRequestInformation(options *ManagedDevicesRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the managed devices associated with the user.
func (*ManagedDevicesRequestBuilder) CreatePostRequestInformation ¶
func (m *ManagedDevicesRequestBuilder) CreatePostRequestInformation(options *ManagedDevicesRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation the managed devices associated with the user.
func (*ManagedDevicesRequestBuilder) Get ¶
func (m *ManagedDevicesRequestBuilder) Get(options *ManagedDevicesRequestBuilderGetOptions) (*ManagedDevicesResponse, error)
Get the managed devices associated with the user.
func (*ManagedDevicesRequestBuilder) Post ¶
func (m *ManagedDevicesRequestBuilder) Post(options *ManagedDevicesRequestBuilderPostOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ManagedDevice, error)
Post the managed devices associated with the user.
type ManagedDevicesRequestBuilderGetOptions ¶
type ManagedDevicesRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *ManagedDevicesRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
ManagedDevicesRequestBuilderGetOptions options for Get
type ManagedDevicesRequestBuilderGetQueryParameters ¶
type ManagedDevicesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool // Expand related entities Expand []string // Filter items by property values Filter *string // Order items by property values Orderby []string // Search items by search phrases Search *string // Select properties to be returned Select []string // Skip the first n items Skip *int32 // Show only the first n items Top *int32 }
ManagedDevicesRequestBuilderGetQueryParameters the managed devices associated with the user.
type ManagedDevicesRequestBuilderPostOptions ¶
type ManagedDevicesRequestBuilderPostOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ManagedDevice // 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 }
ManagedDevicesRequestBuilderPostOptions options for Post
type ManagedDevicesResponse ¶
type ManagedDevicesResponse struct {
// contains filtered or unexported fields
}
ManagedDevicesResponse
func NewManagedDevicesResponse ¶
func NewManagedDevicesResponse() *ManagedDevicesResponse
NewManagedDevicesResponse instantiates a new managedDevicesResponse and sets the default values.
func (*ManagedDevicesResponse) GetAdditionalData ¶
func (m *ManagedDevicesResponse) 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 (*ManagedDevicesResponse) GetFieldDeserializers ¶
func (m *ManagedDevicesResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ManagedDevicesResponse) GetNextLink ¶
func (m *ManagedDevicesResponse) GetNextLink() *string
GetNextLink gets the @odata.nextLink property value.
func (*ManagedDevicesResponse) GetValue ¶
func (m *ManagedDevicesResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ManagedDevice
GetValue gets the value property value.
func (*ManagedDevicesResponse) IsNil ¶
func (m *ManagedDevicesResponse) IsNil() bool
func (*ManagedDevicesResponse) Serialize ¶
func (m *ManagedDevicesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*ManagedDevicesResponse) SetAdditionalData ¶
func (m *ManagedDevicesResponse) 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 (*ManagedDevicesResponse) SetNextLink ¶
func (m *ManagedDevicesResponse) SetNextLink(value *string)
SetNextLink sets the @odata.nextLink property value.
func (*ManagedDevicesResponse) SetValue ¶
func (m *ManagedDevicesResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ManagedDevice)
SetValue sets the value property value.