teamchannelsharedwithteam

package
v0.20241209.1115630 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 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 CreateTeamChannelSharedWithTeamOperationOptions

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

func DefaultCreateTeamChannelSharedWithTeamOperationOptions

func DefaultCreateTeamChannelSharedWithTeamOperationOptions() CreateTeamChannelSharedWithTeamOperationOptions

func (CreateTeamChannelSharedWithTeamOperationOptions) ToHeaders

func (CreateTeamChannelSharedWithTeamOperationOptions) ToOData

func (CreateTeamChannelSharedWithTeamOperationOptions) ToQuery

type CreateTeamChannelSharedWithTeamOperationResponse

type CreateTeamChannelSharedWithTeamOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.SharedWithChannelTeamInfo
}

type DeleteTeamChannelSharedWithTeamOperationOptions

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

func DefaultDeleteTeamChannelSharedWithTeamOperationOptions

func DefaultDeleteTeamChannelSharedWithTeamOperationOptions() DeleteTeamChannelSharedWithTeamOperationOptions

func (DeleteTeamChannelSharedWithTeamOperationOptions) ToHeaders

func (DeleteTeamChannelSharedWithTeamOperationOptions) ToOData

func (DeleteTeamChannelSharedWithTeamOperationOptions) ToQuery

type DeleteTeamChannelSharedWithTeamOperationResponse

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

type GetTeamChannelSharedWithTeamOperationOptions

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

func DefaultGetTeamChannelSharedWithTeamOperationOptions

func DefaultGetTeamChannelSharedWithTeamOperationOptions() GetTeamChannelSharedWithTeamOperationOptions

func (GetTeamChannelSharedWithTeamOperationOptions) ToHeaders

func (GetTeamChannelSharedWithTeamOperationOptions) ToOData

func (GetTeamChannelSharedWithTeamOperationOptions) ToQuery

type GetTeamChannelSharedWithTeamOperationResponse

type GetTeamChannelSharedWithTeamOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.SharedWithChannelTeamInfo
}

type GetTeamChannelSharedWithTeamsCountOperationOptions

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

func DefaultGetTeamChannelSharedWithTeamsCountOperationOptions

func DefaultGetTeamChannelSharedWithTeamsCountOperationOptions() GetTeamChannelSharedWithTeamsCountOperationOptions

func (GetTeamChannelSharedWithTeamsCountOperationOptions) ToHeaders

func (GetTeamChannelSharedWithTeamsCountOperationOptions) ToOData

func (GetTeamChannelSharedWithTeamsCountOperationOptions) ToQuery

type GetTeamChannelSharedWithTeamsCountOperationResponse

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

type ListTeamChannelSharedWithTeamsCompleteResult

type ListTeamChannelSharedWithTeamsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.SharedWithChannelTeamInfo
}

type ListTeamChannelSharedWithTeamsCustomPager

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

type ListTeamChannelSharedWithTeamsOperationOptions

type ListTeamChannelSharedWithTeamsOperationOptions 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 DefaultListTeamChannelSharedWithTeamsOperationOptions

func DefaultListTeamChannelSharedWithTeamsOperationOptions() ListTeamChannelSharedWithTeamsOperationOptions

func (ListTeamChannelSharedWithTeamsOperationOptions) ToHeaders

func (ListTeamChannelSharedWithTeamsOperationOptions) ToOData

func (ListTeamChannelSharedWithTeamsOperationOptions) ToQuery

type ListTeamChannelSharedWithTeamsOperationResponse

type ListTeamChannelSharedWithTeamsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.SharedWithChannelTeamInfo
}

type SharedWithChannelTeamInfoOperationPredicate

type SharedWithChannelTeamInfoOperationPredicate struct {
}

func (SharedWithChannelTeamInfoOperationPredicate) Matches

type TeamChannelSharedWithTeamClient

type TeamChannelSharedWithTeamClient struct {
	Client *msgraph.Client
}

func NewTeamChannelSharedWithTeamClientWithBaseURI

func NewTeamChannelSharedWithTeamClientWithBaseURI(sdkApi sdkEnv.Api) (*TeamChannelSharedWithTeamClient, error)

func (TeamChannelSharedWithTeamClient) CreateTeamChannelSharedWithTeam

CreateTeamChannelSharedWithTeam - Create new navigation property to sharedWithTeams for groups

func (TeamChannelSharedWithTeamClient) DeleteTeamChannelSharedWithTeam

DeleteTeamChannelSharedWithTeam - Delete navigation property sharedWithTeams for groups

func (TeamChannelSharedWithTeamClient) GetTeamChannelSharedWithTeam

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

func (TeamChannelSharedWithTeamClient) GetTeamChannelSharedWithTeamsCount

GetTeamChannelSharedWithTeamsCount - Get the number of the resource

func (TeamChannelSharedWithTeamClient) ListTeamChannelSharedWithTeams

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

func (TeamChannelSharedWithTeamClient) ListTeamChannelSharedWithTeamsComplete

ListTeamChannelSharedWithTeamsComplete retrieves all the results into a single object

func (TeamChannelSharedWithTeamClient) ListTeamChannelSharedWithTeamsCompleteMatchingPredicate

ListTeamChannelSharedWithTeamsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (TeamChannelSharedWithTeamClient) UpdateTeamChannelSharedWithTeam

UpdateTeamChannelSharedWithTeam - Update the navigation property sharedWithTeams in groups

type UpdateTeamChannelSharedWithTeamOperationOptions

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

func DefaultUpdateTeamChannelSharedWithTeamOperationOptions

func DefaultUpdateTeamChannelSharedWithTeamOperationOptions() UpdateTeamChannelSharedWithTeamOperationOptions

func (UpdateTeamChannelSharedWithTeamOperationOptions) ToHeaders

func (UpdateTeamChannelSharedWithTeamOperationOptions) ToOData

func (UpdateTeamChannelSharedWithTeamOperationOptions) ToQuery

type UpdateTeamChannelSharedWithTeamOperationResponse

type UpdateTeamChannelSharedWithTeamOperationResponse 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