Documentation
¶
Index ¶
- type CumPrincRequestBody
- func (m *CumPrincRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CumPrincRequestBody) GetEndPeriod() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *CumPrincRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *CumPrincRequestBody) GetNper() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *CumPrincRequestBody) GetPv() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *CumPrincRequestBody) GetRate() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *CumPrincRequestBody) GetStartPeriod() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *CumPrincRequestBody) GetType() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *CumPrincRequestBody) IsNil() bool
- func (m *CumPrincRequestBody) Serialize(...) error
- func (m *CumPrincRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CumPrincRequestBody) SetEndPeriod(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *CumPrincRequestBody) SetNper(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *CumPrincRequestBody) SetPv(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *CumPrincRequestBody) SetRate(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *CumPrincRequestBody) SetStartPeriod(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *CumPrincRequestBody) SetType(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type CumPrincRequestBuilder
- type CumPrincRequestBuilderPostOptions
- type CumPrincResponse
- func (m *CumPrincResponse) GetAdditionalData() map[string]interface{}
- func (m *CumPrincResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *CumPrincResponse) GetWorkbookFunctionResult() ...
- func (m *CumPrincResponse) IsNil() bool
- func (m *CumPrincResponse) Serialize(...) error
- func (m *CumPrincResponse) SetAdditionalData(value map[string]interface{})
- func (m *CumPrincResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CumPrincRequestBody ¶
type CumPrincRequestBody struct {
// contains filtered or unexported fields
}
CumPrincRequestBody
func NewCumPrincRequestBody ¶
func NewCumPrincRequestBody() *CumPrincRequestBody
NewCumPrincRequestBody instantiates a new cumPrincRequestBody and sets the default values.
func (*CumPrincRequestBody) GetAdditionalData ¶
func (m *CumPrincRequestBody) 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 (*CumPrincRequestBody) GetEndPeriod ¶
func (m *CumPrincRequestBody) GetEndPeriod() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetEndPeriod gets the endPeriod property value.
func (*CumPrincRequestBody) GetFieldDeserializers ¶
func (m *CumPrincRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CumPrincRequestBody) GetNper ¶
func (m *CumPrincRequestBody) GetNper() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetNper gets the nper property value.
func (*CumPrincRequestBody) GetPv ¶
func (m *CumPrincRequestBody) GetPv() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetPv gets the pv property value.
func (*CumPrincRequestBody) GetRate ¶
func (m *CumPrincRequestBody) GetRate() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetRate gets the rate property value.
func (*CumPrincRequestBody) GetStartPeriod ¶
func (m *CumPrincRequestBody) GetStartPeriod() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetStartPeriod gets the startPeriod property value.
func (*CumPrincRequestBody) GetType ¶ added in v0.3.2
func (m *CumPrincRequestBody) GetType() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetType gets the type property value.
func (*CumPrincRequestBody) IsNil ¶
func (m *CumPrincRequestBody) IsNil() bool
func (*CumPrincRequestBody) Serialize ¶
func (m *CumPrincRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*CumPrincRequestBody) SetAdditionalData ¶
func (m *CumPrincRequestBody) 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 (*CumPrincRequestBody) SetEndPeriod ¶
func (m *CumPrincRequestBody) SetEndPeriod(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetEndPeriod sets the endPeriod property value.
func (*CumPrincRequestBody) SetNper ¶
func (m *CumPrincRequestBody) SetNper(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetNper sets the nper property value.
func (*CumPrincRequestBody) SetPv ¶
func (m *CumPrincRequestBody) SetPv(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetPv sets the pv property value.
func (*CumPrincRequestBody) SetRate ¶
func (m *CumPrincRequestBody) SetRate(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetRate sets the rate property value.
func (*CumPrincRequestBody) SetStartPeriod ¶
func (m *CumPrincRequestBody) SetStartPeriod(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetStartPeriod sets the startPeriod property value.
func (*CumPrincRequestBody) SetType ¶ added in v0.3.2
func (m *CumPrincRequestBody) SetType(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetType sets the type property value.
type CumPrincRequestBuilder ¶
type CumPrincRequestBuilder struct {
// contains filtered or unexported fields
}
CumPrincRequestBuilder builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.cumPrinc
func NewCumPrincRequestBuilder ¶
func NewCumPrincRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CumPrincRequestBuilder
NewCumPrincRequestBuilder instantiates a new CumPrincRequestBuilder and sets the default values.
func NewCumPrincRequestBuilderInternal ¶
func NewCumPrincRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CumPrincRequestBuilder
NewCumPrincRequestBuilderInternal instantiates a new CumPrincRequestBuilder and sets the default values.
func (*CumPrincRequestBuilder) CreatePostRequestInformation ¶
func (m *CumPrincRequestBuilder) CreatePostRequestInformation(options *CumPrincRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action cumPrinc
func (*CumPrincRequestBuilder) Post ¶
func (m *CumPrincRequestBuilder) Post(options *CumPrincRequestBuilderPostOptions) (*CumPrincResponse, error)
Post invoke action cumPrinc
type CumPrincRequestBuilderPostOptions ¶
type CumPrincRequestBuilderPostOptions struct { // Body *CumPrincRequestBody // 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 }
CumPrincRequestBuilderPostOptions options for Post
type CumPrincResponse ¶
type CumPrincResponse struct {
// contains filtered or unexported fields
}
CumPrincResponse union type wrapper for classes workbookFunctionResult
func NewCumPrincResponse ¶
func NewCumPrincResponse() *CumPrincResponse
NewCumPrincResponse instantiates a new cumPrincResponse and sets the default values.
func (*CumPrincResponse) GetAdditionalData ¶
func (m *CumPrincResponse) 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 (*CumPrincResponse) GetFieldDeserializers ¶
func (m *CumPrincResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CumPrincResponse) GetWorkbookFunctionResult ¶
func (m *CumPrincResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
GetWorkbookFunctionResult gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*CumPrincResponse) IsNil ¶
func (m *CumPrincResponse) IsNil() bool
func (*CumPrincResponse) Serialize ¶
func (m *CumPrincResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*CumPrincResponse) SetAdditionalData ¶
func (m *CumPrincResponse) 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 (*CumPrincResponse) SetWorkbookFunctionResult ¶
func (m *CumPrincResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
SetWorkbookFunctionResult sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult