Documentation ¶
Index ¶
- func CreateOnenotePatchContentPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type OnenotePatchContentPostRequestBody
- func (m *OnenotePatchContentPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *OnenotePatchContentPostRequestBody) GetCommands() ...
- func (m *OnenotePatchContentPostRequestBody) GetFieldDeserializers() ...
- func (m *OnenotePatchContentPostRequestBody) Serialize(...) error
- func (m *OnenotePatchContentPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *OnenotePatchContentPostRequestBody) SetCommands(...)
- type OnenotePatchContentPostRequestBodyable
- type OnenotePatchContentRequestBuilder
- func (m *OnenotePatchContentRequestBuilder) CreatePostRequestInformation(body OnenotePatchContentPostRequestBodyable) (...)
- func (m *OnenotePatchContentRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body OnenotePatchContentPostRequestBodyable, ...) (...)
- func (m *OnenotePatchContentRequestBuilder) Post(body OnenotePatchContentPostRequestBodyable) error
- func (m *OnenotePatchContentRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body OnenotePatchContentPostRequestBodyable, ...) error
- type OnenotePatchContentRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOnenotePatchContentPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateOnenotePatchContentPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateOnenotePatchContentPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type OnenotePatchContentPostRequestBody ¶ added in v0.24.0
type OnenotePatchContentPostRequestBody struct {
// contains filtered or unexported fields
}
OnenotePatchContentPostRequestBody provides operations to call the onenotePatchContent method.
func NewOnenotePatchContentPostRequestBody ¶ added in v0.24.0
func NewOnenotePatchContentPostRequestBody() *OnenotePatchContentPostRequestBody
NewOnenotePatchContentPostRequestBody instantiates a new onenotePatchContentPostRequestBody and sets the default values.
func (*OnenotePatchContentPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *OnenotePatchContentPostRequestBody) 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 (*OnenotePatchContentPostRequestBody) GetCommands ¶ added in v0.24.0
func (m *OnenotePatchContentPostRequestBody) GetCommands() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePatchContentCommandable
GetCommands gets the commands property value. The commands property
func (*OnenotePatchContentPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *OnenotePatchContentPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*OnenotePatchContentPostRequestBody) Serialize ¶ added in v0.24.0
func (m *OnenotePatchContentPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*OnenotePatchContentPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *OnenotePatchContentPostRequestBody) 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 (*OnenotePatchContentPostRequestBody) SetCommands ¶ added in v0.24.0
func (m *OnenotePatchContentPostRequestBody) SetCommands(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePatchContentCommandable)
SetCommands sets the commands property value. The commands property
type OnenotePatchContentPostRequestBodyable ¶ added in v0.24.0
type OnenotePatchContentPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetCommands() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePatchContentCommandable SetCommands(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePatchContentCommandable) }
OnenotePatchContentPostRequestBodyable
type OnenotePatchContentRequestBuilder ¶
type OnenotePatchContentRequestBuilder struct {
// contains filtered or unexported fields
}
OnenotePatchContentRequestBuilder provides operations to call the onenotePatchContent method.
func NewOnenotePatchContentRequestBuilder ¶
func NewOnenotePatchContentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OnenotePatchContentRequestBuilder
NewOnenotePatchContentRequestBuilder instantiates a new OnenotePatchContentRequestBuilder and sets the default values.
func NewOnenotePatchContentRequestBuilderInternal ¶
func NewOnenotePatchContentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OnenotePatchContentRequestBuilder
NewOnenotePatchContentRequestBuilderInternal instantiates a new OnenotePatchContentRequestBuilder and sets the default values.
func (*OnenotePatchContentRequestBuilder) CreatePostRequestInformation ¶
func (m *OnenotePatchContentRequestBuilder) CreatePostRequestInformation(body OnenotePatchContentPostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action onenotePatchContent
func (*OnenotePatchContentRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OnenotePatchContentRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body OnenotePatchContentPostRequestBodyable, requestConfiguration *OnenotePatchContentRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action onenotePatchContent
func (*OnenotePatchContentRequestBuilder) Post ¶
func (m *OnenotePatchContentRequestBuilder) Post(body OnenotePatchContentPostRequestBodyable) error
Post invoke action onenotePatchContent
func (*OnenotePatchContentRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *OnenotePatchContentRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body OnenotePatchContentPostRequestBodyable, requestConfiguration *OnenotePatchContentRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PostWithRequestConfigurationAndResponseHandler invoke action onenotePatchContent
type OnenotePatchContentRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type OnenotePatchContentRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
OnenotePatchContentRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.