Documentation ¶
Index ¶
- type CommunicationsRequestBuilder
- func (m *CommunicationsRequestBuilder) CallRecords() ...
- func (m *CommunicationsRequestBuilder) CallRecordsById(id string) ...
- func (m *CommunicationsRequestBuilder) Calls() ...
- func (m *CommunicationsRequestBuilder) CallsById(id string) ...
- func (m *CommunicationsRequestBuilder) CreateGetRequestInformation(options *CommunicationsRequestBuilderGetOptions) (...)
- func (m *CommunicationsRequestBuilder) CreatePatchRequestInformation(options *CommunicationsRequestBuilderPatchOptions) (...)
- func (m *CommunicationsRequestBuilder) Get(options *CommunicationsRequestBuilderGetOptions) (...)
- func (m *CommunicationsRequestBuilder) GetPresencesByUserId() ...
- func (m *CommunicationsRequestBuilder) OnlineMeetings() ...
- func (m *CommunicationsRequestBuilder) OnlineMeetingsById(id string) ...
- func (m *CommunicationsRequestBuilder) Patch(options *CommunicationsRequestBuilderPatchOptions) error
- func (m *CommunicationsRequestBuilder) Presences() ...
- func (m *CommunicationsRequestBuilder) PresencesById(id string) ...
- type CommunicationsRequestBuilderGetOptions
- type CommunicationsRequestBuilderGetQueryParameters
- type CommunicationsRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommunicationsRequestBuilder ¶
type CommunicationsRequestBuilder struct {
// contains filtered or unexported fields
}
CommunicationsRequestBuilder provides operations to manage the cloudCommunications singleton.
func NewCommunicationsRequestBuilder ¶
func NewCommunicationsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CommunicationsRequestBuilder
NewCommunicationsRequestBuilder instantiates a new CommunicationsRequestBuilder and sets the default values.
func NewCommunicationsRequestBuilderInternal ¶
func NewCommunicationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CommunicationsRequestBuilder
NewCommunicationsRequestBuilderInternal instantiates a new CommunicationsRequestBuilder and sets the default values.
func (*CommunicationsRequestBuilder) CallRecords ¶
func (m *CommunicationsRequestBuilder) CallRecords() *ia16cdc2d9b3bc568ec8cc434362cdc775f06d33edc59461753307ae81aa82be2.CallRecordsRequestBuilder
CallRecords the callRecords property
func (*CommunicationsRequestBuilder) CallRecordsById ¶
func (m *CommunicationsRequestBuilder) CallRecordsById(id string) *i86a5a2d6d1df2d6f16bc44eca70678c6e13a6e96de856db7943e4d10d0e565f9.CallRecordItemRequestBuilder
CallRecordsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.communications.callRecords.item collection
func (*CommunicationsRequestBuilder) Calls ¶
func (m *CommunicationsRequestBuilder) Calls() *i97bbd24556e25a02196df7f369bb3b5f98f59c02b80c2e99a6f1a240704122ec.CallsRequestBuilder
Calls the calls property
func (*CommunicationsRequestBuilder) CallsById ¶
func (m *CommunicationsRequestBuilder) CallsById(id string) *i477b1ae6bd5bbfab5a3df641da78a8d4e8d13bcb144b2cc255a5232c225c8e02.CallItemRequestBuilder
CallsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.communications.calls.item collection
func (*CommunicationsRequestBuilder) CreateGetRequestInformation ¶
func (m *CommunicationsRequestBuilder) CreateGetRequestInformation(options *CommunicationsRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get communications
func (*CommunicationsRequestBuilder) CreatePatchRequestInformation ¶
func (m *CommunicationsRequestBuilder) CreatePatchRequestInformation(options *CommunicationsRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update communications
func (*CommunicationsRequestBuilder) Get ¶
func (m *CommunicationsRequestBuilder) Get(options *CommunicationsRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CloudCommunicationsable, error)
Get get communications
func (*CommunicationsRequestBuilder) GetPresencesByUserId ¶
func (m *CommunicationsRequestBuilder) GetPresencesByUserId() *i3c47b88ab2c0939d08c5ce7f7d03611ddbd6513767887f2f85b50574b229da2e.GetPresencesByUserIdRequestBuilder
GetPresencesByUserId the getPresencesByUserId property
func (*CommunicationsRequestBuilder) OnlineMeetings ¶
func (m *CommunicationsRequestBuilder) OnlineMeetings() *i8ffdea05c8e955294fca9f00741f2c593d8a678f56d226eb2403adf492ba07b0.OnlineMeetingsRequestBuilder
OnlineMeetings the onlineMeetings property
func (*CommunicationsRequestBuilder) OnlineMeetingsById ¶
func (m *CommunicationsRequestBuilder) OnlineMeetingsById(id string) *ia12cb51356bed2ae549e4383f0c613f371754648330c864ba0a94eed03acad34.OnlineMeetingItemRequestBuilder
OnlineMeetingsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.communications.onlineMeetings.item collection
func (*CommunicationsRequestBuilder) Patch ¶
func (m *CommunicationsRequestBuilder) Patch(options *CommunicationsRequestBuilderPatchOptions) error
Patch update communications
func (*CommunicationsRequestBuilder) Presences ¶
func (m *CommunicationsRequestBuilder) Presences() *i7094ab8c1a06bafeeedd3a2746844e0ec2ac0e2e7d2937ef9abdad9734836b3b.PresencesRequestBuilder
Presences the presences property
func (*CommunicationsRequestBuilder) PresencesById ¶
func (m *CommunicationsRequestBuilder) PresencesById(id string) *i18c4da38d0089983229c741b411e29ea20d5089f44a41039b28b9300ac6b2bbc.PresenceItemRequestBuilder
PresencesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.communications.presences.item collection
type CommunicationsRequestBuilderGetOptions ¶
type CommunicationsRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *CommunicationsRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
CommunicationsRequestBuilderGetOptions options for Get
type CommunicationsRequestBuilderGetQueryParameters ¶
type CommunicationsRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
CommunicationsRequestBuilderGetQueryParameters get communications
type CommunicationsRequestBuilderPatchOptions ¶
type CommunicationsRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CloudCommunicationsable // 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 }
CommunicationsRequestBuilderPatchOptions options for Patch