Documentation ¶
Index ¶
- type CallRecordItemRequestBuilder
- func (m *CallRecordItemRequestBuilder) CreateDeleteRequestInformation(options *CallRecordItemRequestBuilderDeleteOptions) (...)
- func (m *CallRecordItemRequestBuilder) CreateGetRequestInformation(options *CallRecordItemRequestBuilderGetOptions) (...)
- func (m *CallRecordItemRequestBuilder) CreatePatchRequestInformation(options *CallRecordItemRequestBuilderPatchOptions) (...)
- func (m *CallRecordItemRequestBuilder) Delete(options *CallRecordItemRequestBuilderDeleteOptions) error
- func (m *CallRecordItemRequestBuilder) Get(options *CallRecordItemRequestBuilderGetOptions) (...)
- func (m *CallRecordItemRequestBuilder) Patch(options *CallRecordItemRequestBuilderPatchOptions) error
- func (m *CallRecordItemRequestBuilder) Sessions() ...
- func (m *CallRecordItemRequestBuilder) SessionsById(id string) ...
- type CallRecordItemRequestBuilderDeleteOptions
- type CallRecordItemRequestBuilderGetOptions
- type CallRecordItemRequestBuilderGetQueryParameters
- type CallRecordItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallRecordItemRequestBuilder ¶ added in v0.12.0
type CallRecordItemRequestBuilder struct {
// contains filtered or unexported fields
}
CallRecordItemRequestBuilder provides operations to manage the callRecords property of the microsoft.graph.cloudCommunications entity.
func NewCallRecordItemRequestBuilder ¶ added in v0.12.0
func NewCallRecordItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CallRecordItemRequestBuilder
NewCallRecordItemRequestBuilder instantiates a new CallRecordItemRequestBuilder and sets the default values.
func NewCallRecordItemRequestBuilderInternal ¶ added in v0.12.0
func NewCallRecordItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CallRecordItemRequestBuilder
NewCallRecordItemRequestBuilderInternal instantiates a new CallRecordItemRequestBuilder and sets the default values.
func (*CallRecordItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *CallRecordItemRequestBuilder) CreateDeleteRequestInformation(options *CallRecordItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property callRecords for communications
func (*CallRecordItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *CallRecordItemRequestBuilder) CreateGetRequestInformation(options *CallRecordItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get callRecords from communications
func (*CallRecordItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *CallRecordItemRequestBuilder) CreatePatchRequestInformation(options *CallRecordItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property callRecords in communications
func (*CallRecordItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *CallRecordItemRequestBuilder) Delete(options *CallRecordItemRequestBuilderDeleteOptions) error
Delete delete navigation property callRecords for communications
func (*CallRecordItemRequestBuilder) Get ¶ added in v0.12.0
func (m *CallRecordItemRequestBuilder) Get(options *CallRecordItemRequestBuilderGetOptions) (iaf7085b34cf3df74d75420043707a37fee7e9a355a2db4b4b46244736f7f1d19.CallRecordable, error)
Get get callRecords from communications
func (*CallRecordItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *CallRecordItemRequestBuilder) Patch(options *CallRecordItemRequestBuilderPatchOptions) error
Patch update the navigation property callRecords in communications
func (*CallRecordItemRequestBuilder) Sessions ¶ added in v0.12.0
func (m *CallRecordItemRequestBuilder) Sessions() *i65996736b63ab9cabe8c89f604e70564ead7e05b317a8c9fcd95a90b4128bf43.SessionsRequestBuilder
Sessions the sessions property
func (*CallRecordItemRequestBuilder) SessionsById ¶ added in v0.12.0
func (m *CallRecordItemRequestBuilder) SessionsById(id string) *i488c4284132c5a475776087f23636f5411258dfdeb550628fd2a5f1a3b950944.SessionItemRequestBuilder
SessionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.communications.callRecords.item.sessions.item collection
type CallRecordItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type CallRecordItemRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
CallRecordItemRequestBuilderDeleteOptions options for Delete
type CallRecordItemRequestBuilderGetOptions ¶ added in v0.12.0
type CallRecordItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *CallRecordItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
CallRecordItemRequestBuilderGetOptions options for Get
type CallRecordItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type CallRecordItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
CallRecordItemRequestBuilderGetQueryParameters get callRecords from communications
type CallRecordItemRequestBuilderPatchOptions ¶ added in v0.12.0
type CallRecordItemRequestBuilderPatchOptions struct { // Body iaf7085b34cf3df74d75420043707a37fee7e9a355a2db4b4b46244736f7f1d19.CallRecordable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
CallRecordItemRequestBuilderPatchOptions options for Patch