Documentation
¶
Index ¶
- type BitxorRequestBody
- func (m *BitxorRequestBody) GetAdditionalData() map[string]interface{}
- func (m *BitxorRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *BitxorRequestBody) GetNumber1() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *BitxorRequestBody) GetNumber2() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *BitxorRequestBody) IsNil() bool
- func (m *BitxorRequestBody) Serialize(...) error
- func (m *BitxorRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *BitxorRequestBody) SetNumber1(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *BitxorRequestBody) SetNumber2(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type BitxorRequestBuilder
- type BitxorRequestBuilderPostOptions
- type BitxorResponse
- func (m *BitxorResponse) GetAdditionalData() map[string]interface{}
- func (m *BitxorResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *BitxorResponse) GetWorkbookFunctionResult() ...
- func (m *BitxorResponse) IsNil() bool
- func (m *BitxorResponse) Serialize(...) error
- func (m *BitxorResponse) SetAdditionalData(value map[string]interface{})
- func (m *BitxorResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitxorRequestBody ¶
type BitxorRequestBody struct {
// contains filtered or unexported fields
}
func NewBitxorRequestBody ¶
func NewBitxorRequestBody() *BitxorRequestBody
Instantiates a new bitxorRequestBody and sets the default values.
func (*BitxorRequestBody) GetAdditionalData ¶
func (m *BitxorRequestBody) 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 (*BitxorRequestBody) GetFieldDeserializers ¶
func (m *BitxorRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*BitxorRequestBody) GetNumber1 ¶
func (m *BitxorRequestBody) GetNumber1() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the number1 property value.
func (*BitxorRequestBody) GetNumber2 ¶
func (m *BitxorRequestBody) GetNumber2() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the number2 property value.
func (*BitxorRequestBody) IsNil ¶
func (m *BitxorRequestBody) IsNil() bool
func (*BitxorRequestBody) Serialize ¶
func (m *BitxorRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*BitxorRequestBody) SetAdditionalData ¶
func (m *BitxorRequestBody) 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 (*BitxorRequestBody) SetNumber1 ¶
func (m *BitxorRequestBody) SetNumber1(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the number1 property value. Parameters:
- value : Value to set for the number1 property.
func (*BitxorRequestBody) SetNumber2 ¶
func (m *BitxorRequestBody) SetNumber2(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the number2 property value. Parameters:
- value : Value to set for the number2 property.
type BitxorRequestBuilder ¶
type BitxorRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.bitxor
func NewBitxorRequestBuilder ¶
func NewBitxorRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *BitxorRequestBuilder
Instantiates a new BitxorRequestBuilder 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 NewBitxorRequestBuilderInternal ¶
func NewBitxorRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *BitxorRequestBuilder
Instantiates a new BitxorRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*BitxorRequestBuilder) CreatePostRequestInformation ¶
func (m *BitxorRequestBuilder) CreatePostRequestInformation(options *BitxorRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action bitxor Parameters:
- options : Options for the request
func (*BitxorRequestBuilder) Post ¶
func (m *BitxorRequestBuilder) Post(options *BitxorRequestBuilderPostOptions) (*BitxorResponse, error)
Invoke action bitxor Parameters:
- options : Options for the request
type BitxorRequestBuilderPostOptions ¶
type BitxorRequestBuilderPostOptions struct { // Body *BitxorRequestBody // 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 BitxorResponse ¶
type BitxorResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes workbookFunctionResult
func NewBitxorResponse ¶
func NewBitxorResponse() *BitxorResponse
Instantiates a new bitxorResponse and sets the default values.
func (*BitxorResponse) GetAdditionalData ¶
func (m *BitxorResponse) 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 (*BitxorResponse) GetFieldDeserializers ¶
func (m *BitxorResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*BitxorResponse) GetWorkbookFunctionResult ¶
func (m *BitxorResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
Gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*BitxorResponse) IsNil ¶
func (m *BitxorResponse) IsNil() bool
func (*BitxorResponse) Serialize ¶
func (m *BitxorResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*BitxorResponse) SetAdditionalData ¶
func (m *BitxorResponse) 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 (*BitxorResponse) SetWorkbookFunctionResult ¶
func (m *BitxorResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
Sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult Parameters:
- value : Value to set for the workbookFunctionResult property.