Documentation ¶
Index ¶
- type WeekNumRequestBody
- func (m *WeekNumRequestBody) GetAdditionalData() map[string]interface{}
- func (m *WeekNumRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *WeekNumRequestBody) GetReturnType() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *WeekNumRequestBody) GetSerialNumber() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *WeekNumRequestBody) IsNil() bool
- func (m *WeekNumRequestBody) Serialize(...) error
- func (m *WeekNumRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *WeekNumRequestBody) SetReturnType(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *WeekNumRequestBody) SetSerialNumber(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type WeekNumRequestBuilder
- type WeekNumRequestBuilderPostOptions
- type WeekNumResponse
- func (m *WeekNumResponse) GetAdditionalData() map[string]interface{}
- func (m *WeekNumResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *WeekNumResponse) GetWorkbookFunctionResult() ...
- func (m *WeekNumResponse) IsNil() bool
- func (m *WeekNumResponse) Serialize(...) error
- func (m *WeekNumResponse) SetAdditionalData(value map[string]interface{})
- func (m *WeekNumResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WeekNumRequestBody ¶
type WeekNumRequestBody struct {
// contains filtered or unexported fields
}
func NewWeekNumRequestBody ¶
func NewWeekNumRequestBody() *WeekNumRequestBody
Instantiates a new weekNumRequestBody and sets the default values.
func (*WeekNumRequestBody) GetAdditionalData ¶
func (m *WeekNumRequestBody) 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 (*WeekNumRequestBody) GetFieldDeserializers ¶
func (m *WeekNumRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*WeekNumRequestBody) GetReturnType ¶
func (m *WeekNumRequestBody) GetReturnType() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the returnType property value.
func (*WeekNumRequestBody) GetSerialNumber ¶
func (m *WeekNumRequestBody) GetSerialNumber() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the serialNumber property value.
func (*WeekNumRequestBody) IsNil ¶
func (m *WeekNumRequestBody) IsNil() bool
func (*WeekNumRequestBody) Serialize ¶
func (m *WeekNumRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*WeekNumRequestBody) SetAdditionalData ¶
func (m *WeekNumRequestBody) 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 (*WeekNumRequestBody) SetReturnType ¶
func (m *WeekNumRequestBody) SetReturnType(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the returnType property value. Parameters:
- value : Value to set for the returnType property.
func (*WeekNumRequestBody) SetSerialNumber ¶
func (m *WeekNumRequestBody) SetSerialNumber(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the serialNumber property value. Parameters:
- value : Value to set for the serialNumber property.
type WeekNumRequestBuilder ¶
type WeekNumRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.weekNum
func NewWeekNumRequestBuilder ¶
func NewWeekNumRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *WeekNumRequestBuilder
Instantiates a new WeekNumRequestBuilder 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 NewWeekNumRequestBuilderInternal ¶
func NewWeekNumRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *WeekNumRequestBuilder
Instantiates a new WeekNumRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*WeekNumRequestBuilder) CreatePostRequestInformation ¶
func (m *WeekNumRequestBuilder) CreatePostRequestInformation(options *WeekNumRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action weekNum Parameters:
- options : Options for the request
func (*WeekNumRequestBuilder) Post ¶
func (m *WeekNumRequestBuilder) Post(options *WeekNumRequestBuilderPostOptions) (*WeekNumResponse, error)
Invoke action weekNum Parameters:
- options : Options for the request
type WeekNumRequestBuilderPostOptions ¶
type WeekNumRequestBuilderPostOptions struct { // Body *WeekNumRequestBody // 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 WeekNumResponse ¶
type WeekNumResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes workbookFunctionResult
func NewWeekNumResponse ¶
func NewWeekNumResponse() *WeekNumResponse
Instantiates a new weekNumResponse and sets the default values.
func (*WeekNumResponse) GetAdditionalData ¶
func (m *WeekNumResponse) 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 (*WeekNumResponse) GetFieldDeserializers ¶
func (m *WeekNumResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*WeekNumResponse) GetWorkbookFunctionResult ¶
func (m *WeekNumResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
Gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*WeekNumResponse) IsNil ¶
func (m *WeekNumResponse) IsNil() bool
func (*WeekNumResponse) Serialize ¶
func (m *WeekNumResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*WeekNumResponse) SetAdditionalData ¶
func (m *WeekNumResponse) 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 (*WeekNumResponse) SetWorkbookFunctionResult ¶
func (m *WeekNumResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
Sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult Parameters:
- value : Value to set for the workbookFunctionResult property.