teamprimarychannelsharedwithteam

package
v0.20241017.1093842 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateTeamPrimaryChannelSharedWithTeamOperationOptions

type CreateTeamPrimaryChannelSharedWithTeamOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateTeamPrimaryChannelSharedWithTeamOperationOptions

func DefaultCreateTeamPrimaryChannelSharedWithTeamOperationOptions() CreateTeamPrimaryChannelSharedWithTeamOperationOptions

func (CreateTeamPrimaryChannelSharedWithTeamOperationOptions) ToHeaders

func (CreateTeamPrimaryChannelSharedWithTeamOperationOptions) ToOData

func (CreateTeamPrimaryChannelSharedWithTeamOperationOptions) ToQuery

type CreateTeamPrimaryChannelSharedWithTeamOperationResponse

type CreateTeamPrimaryChannelSharedWithTeamOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.SharedWithChannelTeamInfo
}

type DeleteTeamPrimaryChannelSharedWithTeamOperationOptions

type DeleteTeamPrimaryChannelSharedWithTeamOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteTeamPrimaryChannelSharedWithTeamOperationOptions

func DefaultDeleteTeamPrimaryChannelSharedWithTeamOperationOptions() DeleteTeamPrimaryChannelSharedWithTeamOperationOptions

func (DeleteTeamPrimaryChannelSharedWithTeamOperationOptions) ToHeaders

func (DeleteTeamPrimaryChannelSharedWithTeamOperationOptions) ToOData

func (DeleteTeamPrimaryChannelSharedWithTeamOperationOptions) ToQuery

type DeleteTeamPrimaryChannelSharedWithTeamOperationResponse

type DeleteTeamPrimaryChannelSharedWithTeamOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetTeamPrimaryChannelSharedWithTeamOperationOptions

type GetTeamPrimaryChannelSharedWithTeamOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetTeamPrimaryChannelSharedWithTeamOperationOptions

func DefaultGetTeamPrimaryChannelSharedWithTeamOperationOptions() GetTeamPrimaryChannelSharedWithTeamOperationOptions

func (GetTeamPrimaryChannelSharedWithTeamOperationOptions) ToHeaders

func (GetTeamPrimaryChannelSharedWithTeamOperationOptions) ToOData

func (GetTeamPrimaryChannelSharedWithTeamOperationOptions) ToQuery

type GetTeamPrimaryChannelSharedWithTeamOperationResponse

type GetTeamPrimaryChannelSharedWithTeamOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.SharedWithChannelTeamInfo
}

type GetTeamPrimaryChannelSharedWithTeamsCountOperationOptions

type GetTeamPrimaryChannelSharedWithTeamsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func (GetTeamPrimaryChannelSharedWithTeamsCountOperationOptions) ToHeaders

func (GetTeamPrimaryChannelSharedWithTeamsCountOperationOptions) ToOData

func (GetTeamPrimaryChannelSharedWithTeamsCountOperationOptions) ToQuery

type GetTeamPrimaryChannelSharedWithTeamsCountOperationResponse

type GetTeamPrimaryChannelSharedWithTeamsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListTeamPrimaryChannelSharedWithTeamsCompleteResult

type ListTeamPrimaryChannelSharedWithTeamsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.SharedWithChannelTeamInfo
}

type ListTeamPrimaryChannelSharedWithTeamsCustomPager

type ListTeamPrimaryChannelSharedWithTeamsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListTeamPrimaryChannelSharedWithTeamsOperationOptions

type ListTeamPrimaryChannelSharedWithTeamsOperationOptions struct {
	Count     *bool
	Expand    *odata.Expand
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Select    *[]string
	Skip      *int64
	Top       *int64
}

func DefaultListTeamPrimaryChannelSharedWithTeamsOperationOptions

func DefaultListTeamPrimaryChannelSharedWithTeamsOperationOptions() ListTeamPrimaryChannelSharedWithTeamsOperationOptions

func (ListTeamPrimaryChannelSharedWithTeamsOperationOptions) ToHeaders

func (ListTeamPrimaryChannelSharedWithTeamsOperationOptions) ToOData

func (ListTeamPrimaryChannelSharedWithTeamsOperationOptions) ToQuery

type ListTeamPrimaryChannelSharedWithTeamsOperationResponse

type ListTeamPrimaryChannelSharedWithTeamsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.SharedWithChannelTeamInfo
}

type SharedWithChannelTeamInfoOperationPredicate

type SharedWithChannelTeamInfoOperationPredicate struct {
}

func (SharedWithChannelTeamInfoOperationPredicate) Matches

type TeamPrimaryChannelSharedWithTeamClient

type TeamPrimaryChannelSharedWithTeamClient struct {
	Client *msgraph.Client
}

func NewTeamPrimaryChannelSharedWithTeamClientWithBaseURI

func NewTeamPrimaryChannelSharedWithTeamClientWithBaseURI(sdkApi sdkEnv.Api) (*TeamPrimaryChannelSharedWithTeamClient, error)

func (TeamPrimaryChannelSharedWithTeamClient) CreateTeamPrimaryChannelSharedWithTeam

CreateTeamPrimaryChannelSharedWithTeam - Create new navigation property to sharedWithTeams for groups

func (TeamPrimaryChannelSharedWithTeamClient) DeleteTeamPrimaryChannelSharedWithTeam

DeleteTeamPrimaryChannelSharedWithTeam - Delete navigation property sharedWithTeams for groups

func (TeamPrimaryChannelSharedWithTeamClient) GetTeamPrimaryChannelSharedWithTeam

GetTeamPrimaryChannelSharedWithTeam - Get sharedWithTeams from groups. A collection of teams with which a channel is shared.

func (TeamPrimaryChannelSharedWithTeamClient) GetTeamPrimaryChannelSharedWithTeamsCount

GetTeamPrimaryChannelSharedWithTeamsCount - Get the number of the resource

func (TeamPrimaryChannelSharedWithTeamClient) ListTeamPrimaryChannelSharedWithTeams

ListTeamPrimaryChannelSharedWithTeams - Get sharedWithTeams from groups. A collection of teams with which a channel is shared.

func (TeamPrimaryChannelSharedWithTeamClient) ListTeamPrimaryChannelSharedWithTeamsComplete

ListTeamPrimaryChannelSharedWithTeamsComplete retrieves all the results into a single object

func (TeamPrimaryChannelSharedWithTeamClient) ListTeamPrimaryChannelSharedWithTeamsCompleteMatchingPredicate

ListTeamPrimaryChannelSharedWithTeamsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (TeamPrimaryChannelSharedWithTeamClient) UpdateTeamPrimaryChannelSharedWithTeam

UpdateTeamPrimaryChannelSharedWithTeam - Update the navigation property sharedWithTeams in groups

type UpdateTeamPrimaryChannelSharedWithTeamOperationOptions

type UpdateTeamPrimaryChannelSharedWithTeamOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateTeamPrimaryChannelSharedWithTeamOperationOptions

func DefaultUpdateTeamPrimaryChannelSharedWithTeamOperationOptions() UpdateTeamPrimaryChannelSharedWithTeamOperationOptions

func (UpdateTeamPrimaryChannelSharedWithTeamOperationOptions) ToHeaders

func (UpdateTeamPrimaryChannelSharedWithTeamOperationOptions) ToOData

func (UpdateTeamPrimaryChannelSharedWithTeamOperationOptions) ToQuery

type UpdateTeamPrimaryChannelSharedWithTeamOperationResponse

type UpdateTeamPrimaryChannelSharedWithTeamOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

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