Documentation
¶
Index ¶
- type PrimaryChannelRequestBuilder
- func (m *PrimaryChannelRequestBuilder) CompleteMigration() ...
- func (m *PrimaryChannelRequestBuilder) CreateDeleteRequestInformation(options *PrimaryChannelRequestBuilderDeleteOptions) (...)
- func (m *PrimaryChannelRequestBuilder) CreateGetRequestInformation(options *PrimaryChannelRequestBuilderGetOptions) (...)
- func (m *PrimaryChannelRequestBuilder) CreatePatchRequestInformation(options *PrimaryChannelRequestBuilderPatchOptions) (...)
- func (m *PrimaryChannelRequestBuilder) Delete(options *PrimaryChannelRequestBuilderDeleteOptions) error
- func (m *PrimaryChannelRequestBuilder) FilesFolder() ...
- func (m *PrimaryChannelRequestBuilder) Get(options *PrimaryChannelRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Channel, ...)
- func (m *PrimaryChannelRequestBuilder) Members() ...
- func (m *PrimaryChannelRequestBuilder) MembersById(id string) ...
- func (m *PrimaryChannelRequestBuilder) Messages() ...
- func (m *PrimaryChannelRequestBuilder) MessagesById(id string) ...
- func (m *PrimaryChannelRequestBuilder) Patch(options *PrimaryChannelRequestBuilderPatchOptions) error
- func (m *PrimaryChannelRequestBuilder) ProvisionEmail() ...
- func (m *PrimaryChannelRequestBuilder) RemoveEmail() ...
- func (m *PrimaryChannelRequestBuilder) Tabs() ...
- func (m *PrimaryChannelRequestBuilder) TabsById(id string) ...
- type PrimaryChannelRequestBuilderDeleteOptions
- type PrimaryChannelRequestBuilderGetOptions
- type PrimaryChannelRequestBuilderGetQueryParameters
- type PrimaryChannelRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrimaryChannelRequestBuilder ¶
type PrimaryChannelRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \teams\{team-id}\primaryChannel
func NewPrimaryChannelRequestBuilder ¶
func NewPrimaryChannelRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PrimaryChannelRequestBuilder
Instantiates a new PrimaryChannelRequestBuilder 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 NewPrimaryChannelRequestBuilderInternal ¶
func NewPrimaryChannelRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PrimaryChannelRequestBuilder
Instantiates a new PrimaryChannelRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*PrimaryChannelRequestBuilder) CompleteMigration ¶
func (m *PrimaryChannelRequestBuilder) CompleteMigration() *i1e4013461c5123188ab7ccd33dd297c0d5a7865ba9fea8e6c138306141eeec4a.CompleteMigrationRequestBuilder
func (*PrimaryChannelRequestBuilder) CreateDeleteRequestInformation ¶
func (m *PrimaryChannelRequestBuilder) CreateDeleteRequestInformation(options *PrimaryChannelRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The general channel for the team. Parameters:
- options : Options for the request
func (*PrimaryChannelRequestBuilder) CreateGetRequestInformation ¶
func (m *PrimaryChannelRequestBuilder) CreateGetRequestInformation(options *PrimaryChannelRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The general channel for the team. Parameters:
- options : Options for the request
func (*PrimaryChannelRequestBuilder) CreatePatchRequestInformation ¶
func (m *PrimaryChannelRequestBuilder) CreatePatchRequestInformation(options *PrimaryChannelRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The general channel for the team. Parameters:
- options : Options for the request
func (*PrimaryChannelRequestBuilder) Delete ¶
func (m *PrimaryChannelRequestBuilder) Delete(options *PrimaryChannelRequestBuilderDeleteOptions) error
The general channel for the team. Parameters:
- options : Options for the request
func (*PrimaryChannelRequestBuilder) FilesFolder ¶
func (*PrimaryChannelRequestBuilder) Get ¶
func (m *PrimaryChannelRequestBuilder) Get(options *PrimaryChannelRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Channel, error)
The general channel for the team. Parameters:
- options : Options for the request
func (*PrimaryChannelRequestBuilder) MembersById ¶
func (m *PrimaryChannelRequestBuilder) MembersById(id string) *ie734300e5bedd84acd036f8be309a4094f66ee9a58c5ec5b270079e8efc64674.ConversationMemberRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.teams.item.primaryChannel.members.item collection Parameters:
- id : Unique identifier of the item
func (*PrimaryChannelRequestBuilder) MessagesById ¶
func (m *PrimaryChannelRequestBuilder) MessagesById(id string) *ib00fe6f5242d43b4e0cf713930bcfb1828c83941d27088c19568b60fa6e113d8.ChatMessageRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.teams.item.primaryChannel.messages.item collection Parameters:
- id : Unique identifier of the item
func (*PrimaryChannelRequestBuilder) Patch ¶
func (m *PrimaryChannelRequestBuilder) Patch(options *PrimaryChannelRequestBuilderPatchOptions) error
The general channel for the team. Parameters:
- options : Options for the request
func (*PrimaryChannelRequestBuilder) ProvisionEmail ¶
func (*PrimaryChannelRequestBuilder) RemoveEmail ¶
func (*PrimaryChannelRequestBuilder) TabsById ¶
func (m *PrimaryChannelRequestBuilder) TabsById(id string) *i0193f7b86687af396beaaecb295b77e66ded553cf49127c0d06bc79b38a4d93f.TeamsTabRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.teams.item.primaryChannel.tabs.item collection Parameters:
- id : Unique identifier of the item
type PrimaryChannelRequestBuilderDeleteOptions ¶
type PrimaryChannelRequestBuilderDeleteOptions 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 Delete
type PrimaryChannelRequestBuilderGetOptions ¶
type PrimaryChannelRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *PrimaryChannelRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Get
type PrimaryChannelRequestBuilderGetQueryParameters ¶
type PrimaryChannelRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select_escaped []string }
The general channel for the team.
type PrimaryChannelRequestBuilderPatchOptions ¶
type PrimaryChannelRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Channel // 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 Patch