Documentation ¶
Index ¶
- type MultiValueExtendedPropertiesRequestBuilder
- func (m *MultiValueExtendedPropertiesRequestBuilder) CreateGetRequestInformation(options *MultiValueExtendedPropertiesRequestBuilderGetOptions) (...)
- func (m *MultiValueExtendedPropertiesRequestBuilder) CreatePostRequestInformation(options *MultiValueExtendedPropertiesRequestBuilderPostOptions) (...)
- func (m *MultiValueExtendedPropertiesRequestBuilder) Get(options *MultiValueExtendedPropertiesRequestBuilderGetOptions) (*MultiValueExtendedPropertiesResponse, error)
- func (m *MultiValueExtendedPropertiesRequestBuilder) Post(options *MultiValueExtendedPropertiesRequestBuilderPostOptions) (...)
- type MultiValueExtendedPropertiesRequestBuilderGetOptions
- type MultiValueExtendedPropertiesRequestBuilderGetQueryParameters
- type MultiValueExtendedPropertiesRequestBuilderPostOptions
- type MultiValueExtendedPropertiesResponse
- func (m *MultiValueExtendedPropertiesResponse) GetAdditionalData() map[string]interface{}
- func (m *MultiValueExtendedPropertiesResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *MultiValueExtendedPropertiesResponse) GetNextLink() *string
- func (m *MultiValueExtendedPropertiesResponse) GetValue() ...
- func (m *MultiValueExtendedPropertiesResponse) IsNil() bool
- func (m *MultiValueExtendedPropertiesResponse) Serialize(...) error
- func (m *MultiValueExtendedPropertiesResponse) SetAdditionalData(value map[string]interface{})
- func (m *MultiValueExtendedPropertiesResponse) SetNextLink(value *string)
- func (m *MultiValueExtendedPropertiesResponse) SetValue(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiValueExtendedPropertiesRequestBuilder ¶
type MultiValueExtendedPropertiesRequestBuilder struct {
// contains filtered or unexported fields
}
MultiValueExtendedPropertiesRequestBuilder builds and executes requests for operations under \me\calendars\{calendar-id}\events\{event-id}\multiValueExtendedProperties
func NewMultiValueExtendedPropertiesRequestBuilder ¶
func NewMultiValueExtendedPropertiesRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *MultiValueExtendedPropertiesRequestBuilder
NewMultiValueExtendedPropertiesRequestBuilder instantiates a new MultiValueExtendedPropertiesRequestBuilder and sets the default values.
func NewMultiValueExtendedPropertiesRequestBuilderInternal ¶
func NewMultiValueExtendedPropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *MultiValueExtendedPropertiesRequestBuilder
NewMultiValueExtendedPropertiesRequestBuilderInternal instantiates a new MultiValueExtendedPropertiesRequestBuilder and sets the default values.
func (*MultiValueExtendedPropertiesRequestBuilder) CreateGetRequestInformation ¶
func (m *MultiValueExtendedPropertiesRequestBuilder) CreateGetRequestInformation(options *MultiValueExtendedPropertiesRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the collection of multi-value extended properties defined for the event. Read-only. Nullable.
func (*MultiValueExtendedPropertiesRequestBuilder) CreatePostRequestInformation ¶
func (m *MultiValueExtendedPropertiesRequestBuilder) CreatePostRequestInformation(options *MultiValueExtendedPropertiesRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation the collection of multi-value extended properties defined for the event. Read-only. Nullable.
func (*MultiValueExtendedPropertiesRequestBuilder) Get ¶
func (m *MultiValueExtendedPropertiesRequestBuilder) Get(options *MultiValueExtendedPropertiesRequestBuilderGetOptions) (*MultiValueExtendedPropertiesResponse, error)
Get the collection of multi-value extended properties defined for the event. Read-only. Nullable.
func (*MultiValueExtendedPropertiesRequestBuilder) Post ¶
func (m *MultiValueExtendedPropertiesRequestBuilder) Post(options *MultiValueExtendedPropertiesRequestBuilderPostOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MultiValueLegacyExtendedProperty, error)
Post the collection of multi-value extended properties defined for the event. Read-only. Nullable.
type MultiValueExtendedPropertiesRequestBuilderGetOptions ¶
type MultiValueExtendedPropertiesRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *MultiValueExtendedPropertiesRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
MultiValueExtendedPropertiesRequestBuilderGetOptions options for Get
type MultiValueExtendedPropertiesRequestBuilderGetQueryParameters ¶
type MultiValueExtendedPropertiesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool // Expand related entities Expand []string // Filter items by property values Filter *string // Order items by property values Orderby []string // Search items by search phrases Search *string // Select properties to be returned Select []string // Skip the first n items Skip *int32 // Show only the first n items Top *int32 }
MultiValueExtendedPropertiesRequestBuilderGetQueryParameters the collection of multi-value extended properties defined for the event. Read-only. Nullable.
type MultiValueExtendedPropertiesRequestBuilderPostOptions ¶
type MultiValueExtendedPropertiesRequestBuilderPostOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MultiValueLegacyExtendedProperty // 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 }
MultiValueExtendedPropertiesRequestBuilderPostOptions options for Post
type MultiValueExtendedPropertiesResponse ¶
type MultiValueExtendedPropertiesResponse struct {
// contains filtered or unexported fields
}
MultiValueExtendedPropertiesResponse
func NewMultiValueExtendedPropertiesResponse ¶
func NewMultiValueExtendedPropertiesResponse() *MultiValueExtendedPropertiesResponse
NewMultiValueExtendedPropertiesResponse instantiates a new multiValueExtendedPropertiesResponse and sets the default values.
func (*MultiValueExtendedPropertiesResponse) GetAdditionalData ¶
func (m *MultiValueExtendedPropertiesResponse) 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 (*MultiValueExtendedPropertiesResponse) GetFieldDeserializers ¶
func (m *MultiValueExtendedPropertiesResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*MultiValueExtendedPropertiesResponse) GetNextLink ¶
func (m *MultiValueExtendedPropertiesResponse) GetNextLink() *string
GetNextLink gets the @odata.nextLink property value.
func (*MultiValueExtendedPropertiesResponse) GetValue ¶
func (m *MultiValueExtendedPropertiesResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MultiValueLegacyExtendedProperty
GetValue gets the value property value.
func (*MultiValueExtendedPropertiesResponse) IsNil ¶
func (m *MultiValueExtendedPropertiesResponse) IsNil() bool
func (*MultiValueExtendedPropertiesResponse) Serialize ¶
func (m *MultiValueExtendedPropertiesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*MultiValueExtendedPropertiesResponse) SetAdditionalData ¶
func (m *MultiValueExtendedPropertiesResponse) 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 (*MultiValueExtendedPropertiesResponse) SetNextLink ¶
func (m *MultiValueExtendedPropertiesResponse) SetNextLink(value *string)
SetNextLink sets the @odata.nextLink property value.
func (*MultiValueExtendedPropertiesResponse) SetValue ¶
func (m *MultiValueExtendedPropertiesResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MultiValueLegacyExtendedProperty)
SetValue sets the value property value.