Documentation ¶
Index ¶
- func CreateSyncRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type SyncRequestBody
- func (m *SyncRequestBody) GetAdditionalData() map[string]interface{}
- func (m *SyncRequestBody) GetFieldDeserializers() ...
- 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 i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*SyncRequestBody) GetSyncType ¶
func (m *SyncRequestBody) GetSyncType() *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementExchangeConnectorSyncType
GetSyncType gets the syncType property value. The syncType property
func (*SyncRequestBody) Serialize ¶
func (m *SyncRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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 *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementExchangeConnectorSyncType)
SetSyncType sets the syncType property value. The syncType property
type SyncRequestBodyable ¶ added in v0.13.0
type SyncRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetSyncType() *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementExchangeConnectorSyncType SetSyncType(value *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.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 i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SyncRequestBuilder
NewSyncRequestBuilder instantiates a new SyncRequestBuilder and sets the default values.
func NewSyncRequestBuilderInternal ¶
func NewSyncRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SyncRequestBuilder
NewSyncRequestBuilderInternal instantiates a new SyncRequestBuilder and sets the default values.
func (*SyncRequestBuilder) CreatePostRequestInformation ¶
func (m *SyncRequestBuilder) CreatePostRequestInformation(options *SyncRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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 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 }
SyncRequestBuilderPostOptions options for Post