Documentation
¶
Index ¶
- type CallRecordsRequestBuilder
- func (m *CallRecordsRequestBuilder) Count() ...
- func (m *CallRecordsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *CallRecordsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *CallRecordsRequestBuilderGetRequestConfiguration) (...)
- func (m *CallRecordsRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *CallRecordsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *CallRecordsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *CallRecordsRequestBuilder) GetDirectRoutingCallsWithFromDateTimeWithToDateTime(...) ...
- func (m *CallRecordsRequestBuilder) GetPstnCallsWithFromDateTimeWithToDateTime(...) ...
- func (m *CallRecordsRequestBuilder) Post(ctx context.Context, ...) (...)
- type CallRecordsRequestBuilderGetQueryParameters
- type CallRecordsRequestBuilderGetRequestConfiguration
- type CallRecordsRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallRecordsRequestBuilder ¶
type CallRecordsRequestBuilder struct {
// contains filtered or unexported fields
}
CallRecordsRequestBuilder provides operations to manage the callRecords property of the microsoft.graph.cloudCommunications entity.
func NewCallRecordsRequestBuilder ¶
func NewCallRecordsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CallRecordsRequestBuilder
NewCallRecordsRequestBuilder instantiates a new CallRecordsRequestBuilder and sets the default values.
func NewCallRecordsRequestBuilderInternal ¶
func NewCallRecordsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CallRecordsRequestBuilder
NewCallRecordsRequestBuilderInternal instantiates a new CallRecordsRequestBuilder and sets the default values.
func (*CallRecordsRequestBuilder) Count ¶ added in v0.13.0
func (m *CallRecordsRequestBuilder) Count() *i01b89a68c6552bf01b30a4a02221f2e8634abc6b7a2f38c07eee396fb12de738.CountRequestBuilder
Count the Count property
func (*CallRecordsRequestBuilder) CreateGetRequestInformation ¶
func (m *CallRecordsRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get callRecords from communications
func (*CallRecordsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *CallRecordsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *CallRecordsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get callRecords from communications
func (*CallRecordsRequestBuilder) CreatePostRequestInformation ¶
func (m *CallRecordsRequestBuilder) CreatePostRequestInformation(body iaf7085b34cf3df74d75420043707a37fee7e9a355a2db4b4b46244736f7f1d19.CallRecordable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to callRecords for communications
func (*CallRecordsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *CallRecordsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iaf7085b34cf3df74d75420043707a37fee7e9a355a2db4b4b46244736f7f1d19.CallRecordable, requestConfiguration *CallRecordsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to callRecords for communications
func (*CallRecordsRequestBuilder) Get ¶
func (m *CallRecordsRequestBuilder) Get(ctx context.Context, requestConfiguration *CallRecordsRequestBuilderGetRequestConfiguration) (iaf7085b34cf3df74d75420043707a37fee7e9a355a2db4b4b46244736f7f1d19.CallRecordCollectionResponseable, error)
Get get callRecords from communications
func (*CallRecordsRequestBuilder) GetDirectRoutingCallsWithFromDateTimeWithToDateTime ¶ added in v0.24.0
func (m *CallRecordsRequestBuilder) GetDirectRoutingCallsWithFromDateTimeWithToDateTime(fromDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time, toDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) *ic8d905300937e6bed79877370ba1e7d6f856edc6c617c561fc499c63f07730d1.GetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder
GetDirectRoutingCallsWithFromDateTimeWithToDateTime provides operations to call the getDirectRoutingCalls method.
func (*CallRecordsRequestBuilder) GetPstnCallsWithFromDateTimeWithToDateTime ¶ added in v0.24.0
func (m *CallRecordsRequestBuilder) GetPstnCallsWithFromDateTimeWithToDateTime(fromDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time, toDateTime *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) *i54bc583c67883ead919f63c92505c79b9ce4f719bb87c45bcfeaa522e3d74c8e.GetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder
GetPstnCallsWithFromDateTimeWithToDateTime provides operations to call the getPstnCalls method.
func (*CallRecordsRequestBuilder) Post ¶
func (m *CallRecordsRequestBuilder) Post(ctx context.Context, body iaf7085b34cf3df74d75420043707a37fee7e9a355a2db4b4b46244736f7f1d19.CallRecordable, requestConfiguration *CallRecordsRequestBuilderPostRequestConfiguration) (iaf7085b34cf3df74d75420043707a37fee7e9a355a2db4b4b46244736f7f1d19.CallRecordable, error)
Post create new navigation property to callRecords for communications
type CallRecordsRequestBuilderGetQueryParameters ¶
type CallRecordsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Filter items by property values
Filter *string `uriparametername:"%24filter"`
// Order items by property values
Orderby []string `uriparametername:"%24orderby"`
// Search items by search phrases
Search *string `uriparametername:"%24search"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
// Skip the first n items
Skip *int32 `uriparametername:"%24skip"`
// Show only the first n items
Top *int32 `uriparametername:"%24top"`
}
CallRecordsRequestBuilderGetQueryParameters get callRecords from communications
type CallRecordsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type CallRecordsRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *CallRecordsRequestBuilderGetQueryParameters
}
CallRecordsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type CallRecordsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type CallRecordsRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
CallRecordsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.