Documentation
¶
Index ¶
- type RemoteAssistancePartnersRequestBuilder
- func (m *RemoteAssistancePartnersRequestBuilder) CreateGetRequestInformation(options *RemoteAssistancePartnersRequestBuilderGetOptions) (...)
- func (m *RemoteAssistancePartnersRequestBuilder) CreatePostRequestInformation(options *RemoteAssistancePartnersRequestBuilderPostOptions) (...)
- func (m *RemoteAssistancePartnersRequestBuilder) Get(options *RemoteAssistancePartnersRequestBuilderGetOptions) (*RemoteAssistancePartnersResponse, error)
- func (m *RemoteAssistancePartnersRequestBuilder) Post(options *RemoteAssistancePartnersRequestBuilderPostOptions) (...)
- type RemoteAssistancePartnersRequestBuilderGetOptions
- type RemoteAssistancePartnersRequestBuilderGetQueryParameters
- type RemoteAssistancePartnersRequestBuilderPostOptions
- type RemoteAssistancePartnersResponse
- func (m *RemoteAssistancePartnersResponse) GetAdditionalData() map[string]interface{}
- func (m *RemoteAssistancePartnersResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *RemoteAssistancePartnersResponse) GetNextLink() *string
- func (m *RemoteAssistancePartnersResponse) GetValue() ...
- func (m *RemoteAssistancePartnersResponse) IsNil() bool
- func (m *RemoteAssistancePartnersResponse) Serialize(...) error
- func (m *RemoteAssistancePartnersResponse) SetAdditionalData(value map[string]interface{})
- func (m *RemoteAssistancePartnersResponse) SetNextLink(value *string)
- func (m *RemoteAssistancePartnersResponse) SetValue(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteAssistancePartnersRequestBuilder ¶
type RemoteAssistancePartnersRequestBuilder struct {
// contains filtered or unexported fields
}
RemoteAssistancePartnersRequestBuilder builds and executes requests for operations under \deviceManagement\remoteAssistancePartners
func NewRemoteAssistancePartnersRequestBuilder ¶
func NewRemoteAssistancePartnersRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RemoteAssistancePartnersRequestBuilder
NewRemoteAssistancePartnersRequestBuilder instantiates a new RemoteAssistancePartnersRequestBuilder and sets the default values.
func NewRemoteAssistancePartnersRequestBuilderInternal ¶
func NewRemoteAssistancePartnersRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RemoteAssistancePartnersRequestBuilder
NewRemoteAssistancePartnersRequestBuilderInternal instantiates a new RemoteAssistancePartnersRequestBuilder and sets the default values.
func (*RemoteAssistancePartnersRequestBuilder) CreateGetRequestInformation ¶
func (m *RemoteAssistancePartnersRequestBuilder) CreateGetRequestInformation(options *RemoteAssistancePartnersRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the remote assist partners.
func (*RemoteAssistancePartnersRequestBuilder) CreatePostRequestInformation ¶
func (m *RemoteAssistancePartnersRequestBuilder) CreatePostRequestInformation(options *RemoteAssistancePartnersRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation the remote assist partners.
func (*RemoteAssistancePartnersRequestBuilder) Get ¶
func (m *RemoteAssistancePartnersRequestBuilder) Get(options *RemoteAssistancePartnersRequestBuilderGetOptions) (*RemoteAssistancePartnersResponse, error)
Get the remote assist partners.
func (*RemoteAssistancePartnersRequestBuilder) Post ¶
func (m *RemoteAssistancePartnersRequestBuilder) Post(options *RemoteAssistancePartnersRequestBuilderPostOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.RemoteAssistancePartner, error)
Post the remote assist partners.
type RemoteAssistancePartnersRequestBuilderGetOptions ¶
type RemoteAssistancePartnersRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *RemoteAssistancePartnersRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
RemoteAssistancePartnersRequestBuilderGetOptions options for Get
type RemoteAssistancePartnersRequestBuilderGetQueryParameters ¶
type RemoteAssistancePartnersRequestBuilderGetQueryParameters 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 }
RemoteAssistancePartnersRequestBuilderGetQueryParameters the remote assist partners.
type RemoteAssistancePartnersRequestBuilderPostOptions ¶
type RemoteAssistancePartnersRequestBuilderPostOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.RemoteAssistancePartner // 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 }
RemoteAssistancePartnersRequestBuilderPostOptions options for Post
type RemoteAssistancePartnersResponse ¶
type RemoteAssistancePartnersResponse struct {
// contains filtered or unexported fields
}
RemoteAssistancePartnersResponse
func NewRemoteAssistancePartnersResponse ¶
func NewRemoteAssistancePartnersResponse() *RemoteAssistancePartnersResponse
NewRemoteAssistancePartnersResponse instantiates a new remoteAssistancePartnersResponse and sets the default values.
func (*RemoteAssistancePartnersResponse) GetAdditionalData ¶
func (m *RemoteAssistancePartnersResponse) 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 (*RemoteAssistancePartnersResponse) GetFieldDeserializers ¶
func (m *RemoteAssistancePartnersResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*RemoteAssistancePartnersResponse) GetNextLink ¶
func (m *RemoteAssistancePartnersResponse) GetNextLink() *string
GetNextLink gets the nextLink property value.
func (*RemoteAssistancePartnersResponse) GetValue ¶
func (m *RemoteAssistancePartnersResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.RemoteAssistancePartner
GetValue gets the value property value.
func (*RemoteAssistancePartnersResponse) IsNil ¶
func (m *RemoteAssistancePartnersResponse) IsNil() bool
func (*RemoteAssistancePartnersResponse) Serialize ¶
func (m *RemoteAssistancePartnersResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*RemoteAssistancePartnersResponse) SetAdditionalData ¶
func (m *RemoteAssistancePartnersResponse) 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 (*RemoteAssistancePartnersResponse) SetNextLink ¶
func (m *RemoteAssistancePartnersResponse) SetNextLink(value *string)
SetNextLink sets the nextLink property value.
func (*RemoteAssistancePartnersResponse) SetValue ¶
func (m *RemoteAssistancePartnersResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.RemoteAssistancePartner)
SetValue sets the value property value.