Documentation
¶
Index ¶
- type BesselJRequestBody
- func (m *BesselJRequestBody) GetAdditionalData() map[string]interface{}
- func (m *BesselJRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *BesselJRequestBody) GetN() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *BesselJRequestBody) GetX() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *BesselJRequestBody) IsNil() bool
- func (m *BesselJRequestBody) Serialize(...) error
- func (m *BesselJRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *BesselJRequestBody) SetN(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *BesselJRequestBody) SetX(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type BesselJRequestBuilder
- type BesselJRequestBuilderPostOptions
- type BesselJResponse
- func (m *BesselJResponse) GetAdditionalData() map[string]interface{}
- func (m *BesselJResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *BesselJResponse) GetWorkbookFunctionResult() ...
- func (m *BesselJResponse) IsNil() bool
- func (m *BesselJResponse) Serialize(...) error
- func (m *BesselJResponse) SetAdditionalData(value map[string]interface{})
- func (m *BesselJResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BesselJRequestBody ¶
type BesselJRequestBody struct {
// contains filtered or unexported fields
}
func NewBesselJRequestBody ¶
func NewBesselJRequestBody() *BesselJRequestBody
Instantiates a new besselJRequestBody and sets the default values.
func (*BesselJRequestBody) GetAdditionalData ¶
func (m *BesselJRequestBody) GetAdditionalData() map[string]interface{}
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 (*BesselJRequestBody) GetFieldDeserializers ¶
func (m *BesselJRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*BesselJRequestBody) GetN ¶
func (m *BesselJRequestBody) GetN() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the n property value.
func (*BesselJRequestBody) GetX ¶
func (m *BesselJRequestBody) GetX() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the x property value.
func (*BesselJRequestBody) IsNil ¶
func (m *BesselJRequestBody) IsNil() bool
func (*BesselJRequestBody) Serialize ¶
func (m *BesselJRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*BesselJRequestBody) SetAdditionalData ¶
func (m *BesselJRequestBody) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*BesselJRequestBody) SetN ¶
func (m *BesselJRequestBody) SetN(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the n property value. Parameters:
- value : Value to set for the n property.
func (*BesselJRequestBody) SetX ¶
func (m *BesselJRequestBody) SetX(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the x property value. Parameters:
- value : Value to set for the x property.
type BesselJRequestBuilder ¶
type BesselJRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.besselJ
func NewBesselJRequestBuilder ¶
func NewBesselJRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *BesselJRequestBuilder
Instantiates a new BesselJRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewBesselJRequestBuilderInternal ¶
func NewBesselJRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *BesselJRequestBuilder
Instantiates a new BesselJRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*BesselJRequestBuilder) CreatePostRequestInformation ¶
func (m *BesselJRequestBuilder) CreatePostRequestInformation(options *BesselJRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action besselJ Parameters:
- options : Options for the request
func (*BesselJRequestBuilder) Post ¶
func (m *BesselJRequestBuilder) Post(options *BesselJRequestBuilderPostOptions) (*BesselJResponse, error)
Invoke action besselJ Parameters:
- options : Options for the request
type BesselJRequestBuilderPostOptions ¶
type BesselJRequestBuilderPostOptions struct { // Body *BesselJRequestBody // 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 }
Options for Post
type BesselJResponse ¶
type BesselJResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes workbookFunctionResult
func NewBesselJResponse ¶
func NewBesselJResponse() *BesselJResponse
Instantiates a new besselJResponse and sets the default values.
func (*BesselJResponse) GetAdditionalData ¶
func (m *BesselJResponse) GetAdditionalData() map[string]interface{}
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 (*BesselJResponse) GetFieldDeserializers ¶
func (m *BesselJResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*BesselJResponse) GetWorkbookFunctionResult ¶
func (m *BesselJResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
Gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*BesselJResponse) IsNil ¶
func (m *BesselJResponse) IsNil() bool
func (*BesselJResponse) Serialize ¶
func (m *BesselJResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*BesselJResponse) SetAdditionalData ¶
func (m *BesselJResponse) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*BesselJResponse) SetWorkbookFunctionResult ¶
func (m *BesselJResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
Sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult Parameters:
- value : Value to set for the workbookFunctionResult property.