joinedteamchannelsharedwithteam

package
v0.20241111.1164443 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateJoinedTeamChannelSharedWithTeamOperationOptions

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

func DefaultCreateJoinedTeamChannelSharedWithTeamOperationOptions

func DefaultCreateJoinedTeamChannelSharedWithTeamOperationOptions() CreateJoinedTeamChannelSharedWithTeamOperationOptions

func (CreateJoinedTeamChannelSharedWithTeamOperationOptions) ToHeaders

func (CreateJoinedTeamChannelSharedWithTeamOperationOptions) ToOData

func (CreateJoinedTeamChannelSharedWithTeamOperationOptions) ToQuery

type CreateJoinedTeamChannelSharedWithTeamOperationResponse

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

type DeleteJoinedTeamChannelSharedWithTeamOperationOptions

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

func DefaultDeleteJoinedTeamChannelSharedWithTeamOperationOptions

func DefaultDeleteJoinedTeamChannelSharedWithTeamOperationOptions() DeleteJoinedTeamChannelSharedWithTeamOperationOptions

func (DeleteJoinedTeamChannelSharedWithTeamOperationOptions) ToHeaders

func (DeleteJoinedTeamChannelSharedWithTeamOperationOptions) ToOData

func (DeleteJoinedTeamChannelSharedWithTeamOperationOptions) ToQuery

type DeleteJoinedTeamChannelSharedWithTeamOperationResponse

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

type GetJoinedTeamChannelSharedWithTeamOperationOptions

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

func DefaultGetJoinedTeamChannelSharedWithTeamOperationOptions

func DefaultGetJoinedTeamChannelSharedWithTeamOperationOptions() GetJoinedTeamChannelSharedWithTeamOperationOptions

func (GetJoinedTeamChannelSharedWithTeamOperationOptions) ToHeaders

func (GetJoinedTeamChannelSharedWithTeamOperationOptions) ToOData

func (GetJoinedTeamChannelSharedWithTeamOperationOptions) ToQuery

type GetJoinedTeamChannelSharedWithTeamOperationResponse

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

type GetJoinedTeamChannelSharedWithTeamsCountOperationOptions

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

func (GetJoinedTeamChannelSharedWithTeamsCountOperationOptions) ToHeaders

func (GetJoinedTeamChannelSharedWithTeamsCountOperationOptions) ToOData

func (GetJoinedTeamChannelSharedWithTeamsCountOperationOptions) ToQuery

type GetJoinedTeamChannelSharedWithTeamsCountOperationResponse

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

type JoinedTeamChannelSharedWithTeamClient

type JoinedTeamChannelSharedWithTeamClient struct {
	Client *msgraph.Client
}

func NewJoinedTeamChannelSharedWithTeamClientWithBaseURI

func NewJoinedTeamChannelSharedWithTeamClientWithBaseURI(sdkApi sdkEnv.Api) (*JoinedTeamChannelSharedWithTeamClient, error)

func (JoinedTeamChannelSharedWithTeamClient) CreateJoinedTeamChannelSharedWithTeam

CreateJoinedTeamChannelSharedWithTeam - Create new navigation property to sharedWithTeams for me

func (JoinedTeamChannelSharedWithTeamClient) DeleteJoinedTeamChannelSharedWithTeam

DeleteJoinedTeamChannelSharedWithTeam - Delete navigation property sharedWithTeams for me

func (JoinedTeamChannelSharedWithTeamClient) GetJoinedTeamChannelSharedWithTeam

GetJoinedTeamChannelSharedWithTeam - Get sharedWithTeams from me. A collection of teams with which a channel is shared.

func (JoinedTeamChannelSharedWithTeamClient) GetJoinedTeamChannelSharedWithTeamsCount

GetJoinedTeamChannelSharedWithTeamsCount - Get the number of the resource

func (JoinedTeamChannelSharedWithTeamClient) ListJoinedTeamChannelSharedWithTeams

ListJoinedTeamChannelSharedWithTeams - Get sharedWithTeams from me. A collection of teams with which a channel is shared.

func (JoinedTeamChannelSharedWithTeamClient) ListJoinedTeamChannelSharedWithTeamsComplete

ListJoinedTeamChannelSharedWithTeamsComplete retrieves all the results into a single object

func (JoinedTeamChannelSharedWithTeamClient) ListJoinedTeamChannelSharedWithTeamsCompleteMatchingPredicate

ListJoinedTeamChannelSharedWithTeamsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (JoinedTeamChannelSharedWithTeamClient) UpdateJoinedTeamChannelSharedWithTeam

UpdateJoinedTeamChannelSharedWithTeam - Update the navigation property sharedWithTeams in me

type ListJoinedTeamChannelSharedWithTeamsCompleteResult

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

type ListJoinedTeamChannelSharedWithTeamsCustomPager

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

type ListJoinedTeamChannelSharedWithTeamsOperationOptions

type ListJoinedTeamChannelSharedWithTeamsOperationOptions 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 DefaultListJoinedTeamChannelSharedWithTeamsOperationOptions

func DefaultListJoinedTeamChannelSharedWithTeamsOperationOptions() ListJoinedTeamChannelSharedWithTeamsOperationOptions

func (ListJoinedTeamChannelSharedWithTeamsOperationOptions) ToHeaders

func (ListJoinedTeamChannelSharedWithTeamsOperationOptions) ToOData

func (ListJoinedTeamChannelSharedWithTeamsOperationOptions) ToQuery

type ListJoinedTeamChannelSharedWithTeamsOperationResponse

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

type SharedWithChannelTeamInfoOperationPredicate

type SharedWithChannelTeamInfoOperationPredicate struct {
}

func (SharedWithChannelTeamInfoOperationPredicate) Matches

type UpdateJoinedTeamChannelSharedWithTeamOperationOptions

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

func DefaultUpdateJoinedTeamChannelSharedWithTeamOperationOptions

func DefaultUpdateJoinedTeamChannelSharedWithTeamOperationOptions() UpdateJoinedTeamChannelSharedWithTeamOperationOptions

func (UpdateJoinedTeamChannelSharedWithTeamOperationOptions) ToHeaders

func (UpdateJoinedTeamChannelSharedWithTeamOperationOptions) ToOData

func (UpdateJoinedTeamChannelSharedWithTeamOperationOptions) ToQuery

type UpdateJoinedTeamChannelSharedWithTeamOperationResponse

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