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
}
func NewGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval ¶
func NewGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval() *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval
Instantiates a new getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval and sets the default values.
func (*GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) GetAdditionalData ¶
func (m *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) 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 (*GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) GetFieldDeserializers ¶
func (m *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
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
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) SetAdditionalData ¶
func (m *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval) 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.
type GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder ¶
type GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \drives\{drive-id}\list\items\{listItem-id}\microsoft.graph.getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')
func NewGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder ¶
func NewGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder
Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder 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 NewGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal ¶
func NewGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter, startDateTime *string, endDateTime *string, interval *string) *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder
Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values. Parameters:
- endDateTime : Usage: endDateTime={endDateTime}
- interval : Usage: interval={interval}
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
- startDateTime : Usage: startDateTime={startDateTime}
func (*GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) CreateGetRequestInformation ¶
func (m *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) CreateGetRequestInformation(options *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke function getActivitiesByInterval Parameters:
- options : Options for the request
func (*GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get ¶
func (m *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder) Get(options *GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetOptions) ([]GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval, error)
Invoke function getActivitiesByInterval Parameters:
- options : Options for the request
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 }
Options for Get