Documentation
¶
Index ¶
- type IfRequestBody
- func (m *IfRequestBody) GetAdditionalData() map[string]interface{}
- func (m *IfRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *IfRequestBody) GetLogicalTest() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *IfRequestBody) GetValueIfFalse() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *IfRequestBody) GetValueIfTrue() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *IfRequestBody) IsNil() bool
- func (m *IfRequestBody) Serialize(...) error
- func (m *IfRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *IfRequestBody) SetLogicalTest(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *IfRequestBody) SetValueIfFalse(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *IfRequestBody) SetValueIfTrue(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type IfRequestBuilder
- type IfRequestBuilderPostOptions
- type IfResponse
- func (m *IfResponse) GetAdditionalData() map[string]interface{}
- func (m *IfResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *IfResponse) GetWorkbookFunctionResult() ...
- func (m *IfResponse) IsNil() bool
- func (m *IfResponse) Serialize(...) error
- func (m *IfResponse) SetAdditionalData(value map[string]interface{})
- func (m *IfResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IfRequestBody ¶
type IfRequestBody struct {
// contains filtered or unexported fields
}
IfRequestBody
func NewIfRequestBody ¶
func NewIfRequestBody() *IfRequestBody
NewIfRequestBody instantiates a new ifRequestBody and sets the default values.
func (*IfRequestBody) GetAdditionalData ¶
func (m *IfRequestBody) 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 (*IfRequestBody) GetFieldDeserializers ¶
func (m *IfRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*IfRequestBody) GetLogicalTest ¶
func (m *IfRequestBody) GetLogicalTest() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetLogicalTest gets the logicalTest property value.
func (*IfRequestBody) GetValueIfFalse ¶
func (m *IfRequestBody) GetValueIfFalse() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetValueIfFalse gets the valueIfFalse property value.
func (*IfRequestBody) GetValueIfTrue ¶
func (m *IfRequestBody) GetValueIfTrue() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetValueIfTrue gets the valueIfTrue property value.
func (*IfRequestBody) IsNil ¶
func (m *IfRequestBody) IsNil() bool
func (*IfRequestBody) Serialize ¶
func (m *IfRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*IfRequestBody) SetAdditionalData ¶
func (m *IfRequestBody) 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 (*IfRequestBody) SetLogicalTest ¶
func (m *IfRequestBody) SetLogicalTest(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetLogicalTest sets the logicalTest property value.
func (*IfRequestBody) SetValueIfFalse ¶
func (m *IfRequestBody) SetValueIfFalse(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetValueIfFalse sets the valueIfFalse property value.
func (*IfRequestBody) SetValueIfTrue ¶
func (m *IfRequestBody) SetValueIfTrue(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetValueIfTrue sets the valueIfTrue property value.
type IfRequestBuilder ¶
type IfRequestBuilder struct {
// contains filtered or unexported fields
}
IfRequestBuilder builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.if
func NewIfRequestBuilder ¶
func NewIfRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *IfRequestBuilder
NewIfRequestBuilder instantiates a new IfRequestBuilder and sets the default values.
func NewIfRequestBuilderInternal ¶
func NewIfRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *IfRequestBuilder
NewIfRequestBuilderInternal instantiates a new IfRequestBuilder and sets the default values.
func (*IfRequestBuilder) CreatePostRequestInformation ¶
func (m *IfRequestBuilder) CreatePostRequestInformation(options *IfRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action if
func (*IfRequestBuilder) Post ¶
func (m *IfRequestBuilder) Post(options *IfRequestBuilderPostOptions) (*IfResponse, error)
Post invoke action if
type IfRequestBuilderPostOptions ¶
type IfRequestBuilderPostOptions struct { // Body *IfRequestBody // 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 }
IfRequestBuilderPostOptions options for Post
type IfResponse ¶
type IfResponse struct {
// contains filtered or unexported fields
}
IfResponse union type wrapper for classes workbookFunctionResult
func NewIfResponse ¶
func NewIfResponse() *IfResponse
NewIfResponse instantiates a new ifResponse and sets the default values.
func (*IfResponse) GetAdditionalData ¶
func (m *IfResponse) 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 (*IfResponse) GetFieldDeserializers ¶
func (m *IfResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*IfResponse) GetWorkbookFunctionResult ¶
func (m *IfResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
GetWorkbookFunctionResult gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*IfResponse) IsNil ¶
func (m *IfResponse) IsNil() bool
func (*IfResponse) Serialize ¶
func (m *IfResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*IfResponse) SetAdditionalData ¶
func (m *IfResponse) 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 (*IfResponse) SetWorkbookFunctionResult ¶
func (m *IfResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
SetWorkbookFunctionResult sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult