Documentation ¶
Index ¶
- func CreateDeltaResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type DeltaRequestBuilder
- type DeltaRequestBuilderGetOptions
- type DeltaResponse
- func (m *DeltaResponse) GetAdditionalData() map[string]interface{}
- func (m *DeltaResponse) GetFieldDeserializers() ...
- func (m *DeltaResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable
- func (m *DeltaResponse) Serialize(...) error
- func (m *DeltaResponse) SetAdditionalData(value map[string]interface{})
- func (m *DeltaResponse) SetValue(...)
- type DeltaResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDeltaResponseFromDiscriminatorValue ¶
func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateDeltaResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type DeltaRequestBuilder ¶
type DeltaRequestBuilder struct {
// contains filtered or unexported fields
}
DeltaRequestBuilder provides operations to call the delta method.
func NewDeltaRequestBuilder ¶
func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeltaRequestBuilder
NewDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.
func NewDeltaRequestBuilderInternal ¶
func NewDeltaRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeltaRequestBuilder
NewDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.
func (*DeltaRequestBuilder) CreateGetRequestInformation ¶
func (m *DeltaRequestBuilder) CreateGetRequestInformation(options *DeltaRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation invoke function delta
func (*DeltaRequestBuilder) Get ¶
func (m *DeltaRequestBuilder) Get(options *DeltaRequestBuilderGetOptions) (DeltaResponseable, error)
Get invoke function delta
type DeltaRequestBuilderGetOptions ¶
type DeltaRequestBuilderGetOptions struct { // 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 }
DeltaRequestBuilderGetOptions options for Get
type DeltaResponse ¶
type DeltaResponse struct {
// contains filtered or unexported fields
}
DeltaResponse provides operations to call the delta method.
func NewDeltaResponse ¶
func NewDeltaResponse() *DeltaResponse
NewDeltaResponse instantiates a new deltaResponse and sets the default values.
func (*DeltaResponse) GetAdditionalData ¶
func (m *DeltaResponse) 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 (*DeltaResponse) GetFieldDeserializers ¶
func (m *DeltaResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*DeltaResponse) GetValue ¶
func (m *DeltaResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable
GetValue gets the value property value. The value property
func (*DeltaResponse) Serialize ¶
func (m *DeltaResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*DeltaResponse) SetAdditionalData ¶
func (m *DeltaResponse) 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 (*DeltaResponse) SetValue ¶
func (m *DeltaResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable)
SetValue sets the value property value. The value property
type DeltaResponseable ¶
type DeltaResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Eventable) }
DeltaResponseable