Documentation ¶
Index ¶
- func CreateSyncRequestBodyFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- type SyncRequestBody
- func (m *SyncRequestBody) GetAdditionalData() map[string]interface{}
- func (m *SyncRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *SyncRequestBody) GetSyncType() ...
- func (m *SyncRequestBody) Serialize(...) error
- func (m *SyncRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *SyncRequestBody) SetSyncType(...)
- type SyncRequestBodyable
- type SyncRequestBuilder
- type SyncRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSyncRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateSyncRequestBodyFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateSyncRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type SyncRequestBody ¶
type SyncRequestBody struct {
// contains filtered or unexported fields
}
SyncRequestBody provides operations to call the sync method.
func NewSyncRequestBody ¶
func NewSyncRequestBody() *SyncRequestBody
NewSyncRequestBody instantiates a new syncRequestBody and sets the default values.
func (*SyncRequestBody) GetAdditionalData ¶
func (m *SyncRequestBody) 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 (*SyncRequestBody) GetFieldDeserializers ¶
func (m *SyncRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*SyncRequestBody) GetSyncType ¶
func (m *SyncRequestBody) GetSyncType() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DeviceManagementExchangeConnectorSyncType
GetSyncType gets the syncType property value.
func (*SyncRequestBody) Serialize ¶
func (m *SyncRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*SyncRequestBody) SetAdditionalData ¶
func (m *SyncRequestBody) 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 (*SyncRequestBody) SetSyncType ¶
func (m *SyncRequestBody) SetSyncType(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DeviceManagementExchangeConnectorSyncType)
SetSyncType sets the syncType property value.
type SyncRequestBodyable ¶ added in v0.13.0
type SyncRequestBodyable interface { i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable GetSyncType() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DeviceManagementExchangeConnectorSyncType SetSyncType(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DeviceManagementExchangeConnectorSyncType) }
SyncRequestBodyable
type SyncRequestBuilder ¶
type SyncRequestBuilder struct {
// contains filtered or unexported fields
}
SyncRequestBuilder provides operations to call the sync method.
func NewSyncRequestBuilder ¶
func NewSyncRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SyncRequestBuilder
NewSyncRequestBuilder instantiates a new SyncRequestBuilder and sets the default values.
func NewSyncRequestBuilderInternal ¶
func NewSyncRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SyncRequestBuilder
NewSyncRequestBuilderInternal instantiates a new SyncRequestBuilder and sets the default values.
func (*SyncRequestBuilder) CreatePostRequestInformation ¶
func (m *SyncRequestBuilder) CreatePostRequestInformation(options *SyncRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action sync
func (*SyncRequestBuilder) Post ¶
func (m *SyncRequestBuilder) Post(options *SyncRequestBuilderPostOptions) error
Post invoke action sync
type SyncRequestBuilderPostOptions ¶
type SyncRequestBuilderPostOptions struct { // Body SyncRequestBodyable // 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 }
SyncRequestBuilderPostOptions options for Post