Documentation
¶
Index ¶
- type GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval
- func (m *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) GetAdditionalData() map[string]interface{}
- func (m *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) IsNil() bool
- func (m *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) Serialize(...) error
- func (m *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) SetAdditionalData(value map[string]interface{})
- type GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder
- func (m *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) CreateGetRequestInformation(...) (...)
- func (m *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(...) ([]GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval, error)
- type GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval ¶
type GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval struct {
// contains filtered or unexported fields
}
GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval
func NewGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval ¶
func NewGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval() *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval
NewGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval instantiates a new getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval and sets the default values.
func (*GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) GetAdditionalData ¶
func (m *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) 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 (*GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) GetFieldDeserializers ¶
func (m *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) IsNil ¶
func (m *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) IsNil() bool
func (*GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) Serialize ¶
func (m *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) SetAdditionalData ¶
func (m *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) 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.
type GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder ¶
type GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder struct {
// contains filtered or unexported fields
}
GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder builds and executes requests for operations under \shares\{sharedDriveItem-id}\list\items\{listItem-id}\microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')
func NewGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder ¶
func NewGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder
NewGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values.
func NewGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal ¶
func NewGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter, startDateTime *string, endDateTime *string, interval *string) *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder
NewGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values.
func (*GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) CreateGetRequestInformation ¶
func (m *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) CreateGetRequestInformation(options *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation invoke function getActivitiesByInterval
func (*GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get ¶
func (m *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(options *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetOptions) ([]GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval, error)
Get invoke function getActivitiesByInterval
type GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetOptions ¶
type GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetOptions struct { // 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 }
GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetOptions options for Get