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