Documentation ¶
Index ¶
- func CreateOnenotePatchContentRequestBodyFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- type OnenotePatchContentRequestBody
- func (m *OnenotePatchContentRequestBody) GetAdditionalData() map[string]interface{}
- func (m *OnenotePatchContentRequestBody) GetCommands() ...
- func (m *OnenotePatchContentRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *OnenotePatchContentRequestBody) Serialize(...) error
- func (m *OnenotePatchContentRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *OnenotePatchContentRequestBody) SetCommands(...)
- type OnenotePatchContentRequestBodyable
- type OnenotePatchContentRequestBuilder
- type OnenotePatchContentRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOnenotePatchContentRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateOnenotePatchContentRequestBodyFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateOnenotePatchContentRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type OnenotePatchContentRequestBody ¶
type OnenotePatchContentRequestBody struct {
// contains filtered or unexported fields
}
OnenotePatchContentRequestBody provides operations to call the onenotePatchContent method.
func NewOnenotePatchContentRequestBody ¶
func NewOnenotePatchContentRequestBody() *OnenotePatchContentRequestBody
NewOnenotePatchContentRequestBody instantiates a new onenotePatchContentRequestBody and sets the default values.
func (*OnenotePatchContentRequestBody) GetAdditionalData ¶
func (m *OnenotePatchContentRequestBody) 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 (*OnenotePatchContentRequestBody) GetCommands ¶
func (m *OnenotePatchContentRequestBody) GetCommands() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OnenotePatchContentCommandable
GetCommands gets the commands property value.
func (*OnenotePatchContentRequestBody) GetFieldDeserializers ¶
func (m *OnenotePatchContentRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*OnenotePatchContentRequestBody) Serialize ¶
func (m *OnenotePatchContentRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*OnenotePatchContentRequestBody) SetAdditionalData ¶
func (m *OnenotePatchContentRequestBody) 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 (*OnenotePatchContentRequestBody) SetCommands ¶
func (m *OnenotePatchContentRequestBody) SetCommands(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OnenotePatchContentCommandable)
SetCommands sets the commands property value.
type OnenotePatchContentRequestBodyable ¶ added in v0.13.0
type OnenotePatchContentRequestBodyable interface { i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable GetCommands() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OnenotePatchContentCommandable SetCommands(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OnenotePatchContentCommandable) }
OnenotePatchContentRequestBodyable
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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *OnenotePatchContentRequestBuilder
NewOnenotePatchContentRequestBuilder instantiates a new OnenotePatchContentRequestBuilder and sets the default values.
func NewOnenotePatchContentRequestBuilderInternal ¶
func NewOnenotePatchContentRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *OnenotePatchContentRequestBuilder
NewOnenotePatchContentRequestBuilderInternal instantiates a new OnenotePatchContentRequestBuilder and sets the default values.
func (*OnenotePatchContentRequestBuilder) CreatePostRequestInformation ¶
func (m *OnenotePatchContentRequestBuilder) CreatePostRequestInformation(options *OnenotePatchContentRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action onenotePatchContent
func (*OnenotePatchContentRequestBuilder) Post ¶
func (m *OnenotePatchContentRequestBuilder) Post(options *OnenotePatchContentRequestBuilderPostOptions) error
Post invoke action onenotePatchContent
type OnenotePatchContentRequestBuilderPostOptions ¶
type OnenotePatchContentRequestBuilderPostOptions struct { // Body OnenotePatchContentRequestBodyable // 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 }
OnenotePatchContentRequestBuilderPostOptions options for Post