team

package
v0.44.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2022 License: MIT Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TeamRequestBuilder

type TeamRequestBuilder struct {
	// contains filtered or unexported fields
}

TeamRequestBuilder provides operations to manage the team property of the microsoft.graph.group entity.

func NewTeamRequestBuilder

NewTeamRequestBuilder instantiates a new TeamRequestBuilder and sets the default values.

func NewTeamRequestBuilderInternal

func NewTeamRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TeamRequestBuilder

NewTeamRequestBuilderInternal instantiates a new TeamRequestBuilder and sets the default values.

func (*TeamRequestBuilder) AllChannels added in v0.28.0

AllChannels the allChannels property

func (*TeamRequestBuilder) AllChannelsById added in v0.28.0

AllChannelsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.team.allChannels.item collection

func (*TeamRequestBuilder) Archive added in v0.27.0

Archive the archive property

func (*TeamRequestBuilder) Channels added in v0.13.0

Channels the channels property

func (*TeamRequestBuilder) ChannelsById added in v0.13.0

ChannelsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.team.channels.item collection

func (*TeamRequestBuilder) Clone added in v0.27.0

Clone the clone property

func (*TeamRequestBuilder) CompleteMigration added in v0.27.0

CompleteMigration the completeMigration property

func (*TeamRequestBuilder) CreateDeleteRequestInformation

CreateDeleteRequestInformation delete navigation property team for groups

func (*TeamRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation the team associated with this group.

func (*TeamRequestBuilder) CreatePatchRequestInformation

CreatePatchRequestInformation create a new team under a group. In order to create a team, the group must have a least one owner. If the group was created less than 15 minutes ago, it's possible for the Create team call to fail with a 404 error code due to replication delays. The recommended pattern is to retry the Create team call three times, with a 10 second delay between calls.

func (*TeamRequestBuilder) Delete

Delete delete navigation property team for groups

func (*TeamRequestBuilder) Get

Get the team associated with this group.

func (*TeamRequestBuilder) Group added in v0.13.0

Group the group property

func (*TeamRequestBuilder) IncomingChannels added in v0.28.0

IncomingChannels the incomingChannels property

func (*TeamRequestBuilder) IncomingChannelsById added in v0.28.0

IncomingChannelsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.team.incomingChannels.item collection

func (*TeamRequestBuilder) InstalledApps added in v0.13.0

InstalledApps the installedApps property

func (*TeamRequestBuilder) InstalledAppsById added in v0.13.0

InstalledAppsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.team.installedApps.item collection

func (*TeamRequestBuilder) Members added in v0.13.0

Members the members property

func (*TeamRequestBuilder) MembersById added in v0.13.0

MembersById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.team.members.item collection

func (*TeamRequestBuilder) Operations added in v0.13.0

Operations the operations property

func (*TeamRequestBuilder) OperationsById added in v0.13.0

OperationsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.team.operations.item collection

func (*TeamRequestBuilder) Patch

Patch create a new team under a group. In order to create a team, the group must have a least one owner. If the group was created less than 15 minutes ago, it's possible for the Create team call to fail with a 404 error code due to replication delays. The recommended pattern is to retry the Create team call three times, with a 10 second delay between calls.

func (*TeamRequestBuilder) Photo added in v0.30.0

Photo the photo property

func (*TeamRequestBuilder) PrimaryChannel added in v0.13.0

PrimaryChannel the primaryChannel property

func (*TeamRequestBuilder) Schedule added in v0.13.0

Schedule the schedule property

func (*TeamRequestBuilder) SendActivityNotification added in v0.27.0

SendActivityNotification the sendActivityNotification property

func (*TeamRequestBuilder) Tags added in v0.41.0

Tags the tags property

func (*TeamRequestBuilder) TagsById added in v0.41.0

TagsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.team.tags.item collection

func (*TeamRequestBuilder) Template added in v0.13.0

Template the template property

func (*TeamRequestBuilder) Unarchive added in v0.27.0

Unarchive the unarchive property

type TeamRequestBuilderDeleteRequestConfiguration added in v0.22.0

type TeamRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

TeamRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type TeamRequestBuilderGetQueryParameters

type TeamRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

TeamRequestBuilderGetQueryParameters the team associated with this group.

type TeamRequestBuilderGetRequestConfiguration added in v0.22.0

type TeamRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *TeamRequestBuilderGetQueryParameters
}

TeamRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type TeamRequestBuilderPatchRequestConfiguration added in v0.22.0

type TeamRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

TeamRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Directories

Path Synopsis
add

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL