Documentation ¶
Index ¶
- type TeamItemRequestBuilder
- func (m *TeamItemRequestBuilder) AllChannels() ...
- func (m *TeamItemRequestBuilder) AllChannelsById(id string) ...
- func (m *TeamItemRequestBuilder) Archive() ...
- func (m *TeamItemRequestBuilder) Channels() ...
- func (m *TeamItemRequestBuilder) ChannelsById(id string) ...
- func (m *TeamItemRequestBuilder) Clone() ...
- func (m *TeamItemRequestBuilder) CompleteMigration() ...
- func (m *TeamItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *TeamItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *TeamItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *TeamItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *TeamItemRequestBuilder) Get(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Teamable, ...)
- func (m *TeamItemRequestBuilder) Group() ...
- func (m *TeamItemRequestBuilder) IncomingChannels() ...
- func (m *TeamItemRequestBuilder) IncomingChannelsById(id string) ...
- func (m *TeamItemRequestBuilder) InstalledApps() ...
- func (m *TeamItemRequestBuilder) InstalledAppsById(id string) ...
- func (m *TeamItemRequestBuilder) Members() ...
- func (m *TeamItemRequestBuilder) MembersById(id string) ...
- func (m *TeamItemRequestBuilder) Operations() ...
- func (m *TeamItemRequestBuilder) OperationsById(id string) ...
- func (m *TeamItemRequestBuilder) Patch(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Teamable, ...)
- func (m *TeamItemRequestBuilder) Photo() ...
- func (m *TeamItemRequestBuilder) PrimaryChannel() ...
- func (m *TeamItemRequestBuilder) Schedule() ...
- func (m *TeamItemRequestBuilder) SendActivityNotification() ...
- func (m *TeamItemRequestBuilder) Tags() ...
- func (m *TeamItemRequestBuilder) TagsById(id string) ...
- func (m *TeamItemRequestBuilder) Template() ...
- func (m *TeamItemRequestBuilder) Unarchive() ...
- type TeamItemRequestBuilderDeleteRequestConfiguration
- type TeamItemRequestBuilderGetQueryParameters
- type TeamItemRequestBuilderGetRequestConfiguration
- type TeamItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TeamItemRequestBuilder ¶ added in v0.12.0
type TeamItemRequestBuilder struct {
// contains filtered or unexported fields
}
TeamItemRequestBuilder provides operations to manage the collection of team entities.
func NewTeamItemRequestBuilder ¶ added in v0.12.0
func NewTeamItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamItemRequestBuilder
NewTeamItemRequestBuilder instantiates a new TeamItemRequestBuilder and sets the default values.
func NewTeamItemRequestBuilderInternal ¶ added in v0.12.0
func NewTeamItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamItemRequestBuilder
NewTeamItemRequestBuilderInternal instantiates a new TeamItemRequestBuilder and sets the default values.
func (*TeamItemRequestBuilder) AllChannels ¶ added in v0.28.0
func (m *TeamItemRequestBuilder) AllChannels() *id42b130ad2d47c0a14f279b59cb0081ea2cd07584c7a38df737c9dd7c99c1976.AllChannelsRequestBuilder
AllChannels provides operations to manage the allChannels property of the microsoft.graph.team entity.
func (*TeamItemRequestBuilder) AllChannelsById ¶ added in v0.28.0
func (m *TeamItemRequestBuilder) AllChannelsById(id string) *i9fd988942b1914b11d1790841f3af7b85efd256822487ed83679466a66b3fb59.ChannelItemRequestBuilder
AllChannelsById provides operations to manage the allChannels property of the microsoft.graph.team entity.
func (*TeamItemRequestBuilder) Archive ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) Archive() *i6b2db9d1ed1ca06816d98e7327f880f451780be7beb8380462b23278f4c949d8.ArchiveRequestBuilder
Archive provides operations to call the archive method.
func (*TeamItemRequestBuilder) Channels ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) Channels() *i9c16b9ccd15275976651d11bc1695c103bd12afe48b01714765458594b9f7975.ChannelsRequestBuilder
Channels provides operations to manage the channels property of the microsoft.graph.team entity.
func (*TeamItemRequestBuilder) ChannelsById ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) ChannelsById(id string) *i95bd316e1af2146251d5c5f8f94d9865c17745b134282c19c4fae4c81ba47474.ChannelItemRequestBuilder
ChannelsById provides operations to manage the channels property of the microsoft.graph.team entity.
func (*TeamItemRequestBuilder) Clone ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) Clone() *i86a4744d5e45722adbed1e0f22b69f1a4b6148d0445ff82385abf3cedd90a29d.CloneRequestBuilder
Clone provides operations to call the clone method.
func (*TeamItemRequestBuilder) CompleteMigration ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) CompleteMigration() *id19ffdf54b88ab907e8aa643b2969b583758c77cb61e7e304e1e7fbc61c9d1fa.CompleteMigrationRequestBuilder
CompleteMigration provides operations to call the completeMigration method.
func (*TeamItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *TeamItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete entity from teams
func (*TeamItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *TeamItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation retrieve the properties and relationships of the specified team.
func (*TeamItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Teamable, requestConfiguration *TeamItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the properties of the specified team.
func (*TeamItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *TeamItemRequestBuilderDeleteRequestConfiguration) error
Delete delete entity from teams
func (*TeamItemRequestBuilder) Get ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) Get(ctx context.Context, requestConfiguration *TeamItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Teamable, error)
Get retrieve the properties and relationships of the specified team.
func (*TeamItemRequestBuilder) Group ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) Group() *ic0623992ab864953cddbe4e195f8ecf82c663de82e6f4af4bd9402875dbb3257.GroupRequestBuilder
Group provides operations to manage the group property of the microsoft.graph.team entity.
func (*TeamItemRequestBuilder) IncomingChannels ¶ added in v0.28.0
func (m *TeamItemRequestBuilder) IncomingChannels() *ic1586e13f55531e36f79cfc95650dc1050b9aa6f0c57969599b2fe450a05078c.IncomingChannelsRequestBuilder
IncomingChannels provides operations to manage the incomingChannels property of the microsoft.graph.team entity.
func (*TeamItemRequestBuilder) IncomingChannelsById ¶ added in v0.28.0
func (m *TeamItemRequestBuilder) IncomingChannelsById(id string) *i47ac7f5f25f369795017e987d58959bf433cffedfeee0f41d10f557d0dc64f40.ChannelItemRequestBuilder
IncomingChannelsById provides operations to manage the incomingChannels property of the microsoft.graph.team entity.
func (*TeamItemRequestBuilder) InstalledApps ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) InstalledApps() *i94154a059496bbfe5f4225f44a08db234c17a10c3a7d58124a8fb182751e3bc6.InstalledAppsRequestBuilder
InstalledApps provides operations to manage the installedApps property of the microsoft.graph.team entity.
func (*TeamItemRequestBuilder) InstalledAppsById ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) InstalledAppsById(id string) *i6b8094a2be2251280648d1c8aa1f2cb616745b9111719fe2f3f1b754098a2ea7.TeamsAppInstallationItemRequestBuilder
InstalledAppsById provides operations to manage the installedApps property of the microsoft.graph.team entity.
func (*TeamItemRequestBuilder) Members ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) Members() *ie3ea4358486c3530306ce0ee6275a0285de71b92eff7f63adb5e51ed2ef63235.MembersRequestBuilder
Members provides operations to manage the members property of the microsoft.graph.team entity.
func (*TeamItemRequestBuilder) MembersById ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) MembersById(id string) *i167530cb07fd4387f5ffe0c5a728e41dd5608a4963302dd28d98720ea3c093dc.ConversationMemberItemRequestBuilder
MembersById provides operations to manage the members property of the microsoft.graph.team entity.
func (*TeamItemRequestBuilder) Operations ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) Operations() *i0d53f661bb96ea28364f561f24c6a15b30ee8383c8b828dac50eca27ee85d3fa.OperationsRequestBuilder
Operations provides operations to manage the operations property of the microsoft.graph.team entity.
func (*TeamItemRequestBuilder) OperationsById ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) OperationsById(id string) *i3efb7759b468a039683d7e9a7233c6ef567ad6e2bfdb31d83c6c7c4bfb121545.TeamsAsyncOperationItemRequestBuilder
OperationsById provides operations to manage the operations property of the microsoft.graph.team entity.
func (*TeamItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Teamable, requestConfiguration *TeamItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Teamable, error)
Patch update the properties of the specified team.
func (*TeamItemRequestBuilder) Photo ¶ added in v0.30.0
func (m *TeamItemRequestBuilder) Photo() *i149d801c662f9e963517ba3a6c49cb4845b36d355c160bcc1729479cd18d6107.PhotoRequestBuilder
Photo provides operations to manage the photo property of the microsoft.graph.team entity.
func (*TeamItemRequestBuilder) PrimaryChannel ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) PrimaryChannel() *i96200494e669e195393f509bc7a1b076f717becc8f2d0e85d3bdc73e820e2615.PrimaryChannelRequestBuilder
PrimaryChannel provides operations to manage the primaryChannel property of the microsoft.graph.team entity.
func (*TeamItemRequestBuilder) Schedule ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) Schedule() *i112483150813fdda19082d152401ea7792fc69e950a26fd2de0f70593b4e9aa3.ScheduleRequestBuilder
Schedule provides operations to manage the schedule property of the microsoft.graph.team entity.
func (*TeamItemRequestBuilder) SendActivityNotification ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) SendActivityNotification() *i15af31366dc887244693eaa3d3a5b29b322f057d84108b094ab85c131706bc4d.SendActivityNotificationRequestBuilder
SendActivityNotification provides operations to call the sendActivityNotification method.
func (*TeamItemRequestBuilder) Tags ¶ added in v0.41.0
func (m *TeamItemRequestBuilder) Tags() *id10e40d460f5e6fec4c37430edd37ea1b19ebe0818c68acfde864d94b6e465f1.TagsRequestBuilder
Tags provides operations to manage the tags property of the microsoft.graph.team entity.
func (*TeamItemRequestBuilder) TagsById ¶ added in v0.41.0
func (m *TeamItemRequestBuilder) TagsById(id string) *id69fe1bc24b951cc84e66e8108d1952ade3a29cca8871917c9be1e3dd0b9449e.TeamworkTagItemRequestBuilder
TagsById provides operations to manage the tags property of the microsoft.graph.team entity.
func (*TeamItemRequestBuilder) Template ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) Template() *i941dc9f0521a47c6bd3be5dd3a072e94f5381994ffe128d7e54810e76ed8e473.TemplateRequestBuilder
Template provides operations to manage the template property of the microsoft.graph.team entity.
func (*TeamItemRequestBuilder) Unarchive ¶ added in v0.12.0
func (m *TeamItemRequestBuilder) Unarchive() *i3ab10cbdf172c82da95d8c321e7ab0c74610f25b0a5df76707ecc483fe73c949.UnarchiveRequestBuilder
Unarchive provides operations to call the unarchive method.
type TeamItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type TeamItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
TeamItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TeamItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type TeamItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
TeamItemRequestBuilderGetQueryParameters retrieve the properties and relationships of the specified team.
type TeamItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type TeamItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *TeamItemRequestBuilderGetQueryParameters }
TeamItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TeamItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type TeamItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
TeamItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.