Documentation ¶
Index ¶
- type BesselKRequestBody
- func (m *BesselKRequestBody) GetAdditionalData() map[string]interface{}
- func (m *BesselKRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *BesselKRequestBody) GetN() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *BesselKRequestBody) GetX() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *BesselKRequestBody) IsNil() bool
- func (m *BesselKRequestBody) Serialize(...) error
- func (m *BesselKRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *BesselKRequestBody) SetN(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *BesselKRequestBody) SetX(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type BesselKRequestBuilder
- type BesselKRequestBuilderPostOptions
- type BesselKResponse
- func (m *BesselKResponse) GetAdditionalData() map[string]interface{}
- func (m *BesselKResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *BesselKResponse) GetWorkbookFunctionResult() ...
- func (m *BesselKResponse) IsNil() bool
- func (m *BesselKResponse) Serialize(...) error
- func (m *BesselKResponse) SetAdditionalData(value map[string]interface{})
- func (m *BesselKResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BesselKRequestBody ¶
type BesselKRequestBody struct {
// contains filtered or unexported fields
}
BesselKRequestBody
func NewBesselKRequestBody ¶
func NewBesselKRequestBody() *BesselKRequestBody
NewBesselKRequestBody instantiates a new besselKRequestBody and sets the default values.
func (*BesselKRequestBody) GetAdditionalData ¶
func (m *BesselKRequestBody) 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 (*BesselKRequestBody) GetFieldDeserializers ¶
func (m *BesselKRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*BesselKRequestBody) GetN ¶
func (m *BesselKRequestBody) GetN() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetN gets the n property value.
func (*BesselKRequestBody) GetX ¶
func (m *BesselKRequestBody) GetX() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetX gets the x property value.
func (*BesselKRequestBody) IsNil ¶
func (m *BesselKRequestBody) IsNil() bool
func (*BesselKRequestBody) Serialize ¶
func (m *BesselKRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*BesselKRequestBody) SetAdditionalData ¶
func (m *BesselKRequestBody) 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 (*BesselKRequestBody) SetN ¶
func (m *BesselKRequestBody) SetN(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetN sets the n property value.
func (*BesselKRequestBody) SetX ¶
func (m *BesselKRequestBody) SetX(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetX sets the x property value.
type BesselKRequestBuilder ¶
type BesselKRequestBuilder struct {
// contains filtered or unexported fields
}
BesselKRequestBuilder builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.besselK
func NewBesselKRequestBuilder ¶
func NewBesselKRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *BesselKRequestBuilder
NewBesselKRequestBuilder instantiates a new BesselKRequestBuilder and sets the default values.
func NewBesselKRequestBuilderInternal ¶
func NewBesselKRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *BesselKRequestBuilder
NewBesselKRequestBuilderInternal instantiates a new BesselKRequestBuilder and sets the default values.
func (*BesselKRequestBuilder) CreatePostRequestInformation ¶
func (m *BesselKRequestBuilder) CreatePostRequestInformation(options *BesselKRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action besselK
func (*BesselKRequestBuilder) Post ¶
func (m *BesselKRequestBuilder) Post(options *BesselKRequestBuilderPostOptions) (*BesselKResponse, error)
Post invoke action besselK
type BesselKRequestBuilderPostOptions ¶
type BesselKRequestBuilderPostOptions struct { // Body *BesselKRequestBody // 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 }
BesselKRequestBuilderPostOptions options for Post
type BesselKResponse ¶
type BesselKResponse struct {
// contains filtered or unexported fields
}
BesselKResponse union type wrapper for classes workbookFunctionResult
func NewBesselKResponse ¶
func NewBesselKResponse() *BesselKResponse
NewBesselKResponse instantiates a new besselKResponse and sets the default values.
func (*BesselKResponse) GetAdditionalData ¶
func (m *BesselKResponse) 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 (*BesselKResponse) GetFieldDeserializers ¶
func (m *BesselKResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*BesselKResponse) GetWorkbookFunctionResult ¶
func (m *BesselKResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
GetWorkbookFunctionResult gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*BesselKResponse) IsNil ¶
func (m *BesselKResponse) IsNil() bool
func (*BesselKResponse) Serialize ¶
func (m *BesselKResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*BesselKResponse) SetAdditionalData ¶
func (m *BesselKResponse) 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 (*BesselKResponse) SetWorkbookFunctionResult ¶
func (m *BesselKResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
SetWorkbookFunctionResult sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult