joinedteamprimarychannelsharedwithteam

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 CreateJoinedTeamPrimaryChannelSharedWithTeamOperationOptions

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

func (CreateJoinedTeamPrimaryChannelSharedWithTeamOperationOptions) ToHeaders

func (CreateJoinedTeamPrimaryChannelSharedWithTeamOperationOptions) ToOData

func (CreateJoinedTeamPrimaryChannelSharedWithTeamOperationOptions) ToQuery

type CreateJoinedTeamPrimaryChannelSharedWithTeamOperationResponse

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

type DeleteJoinedTeamPrimaryChannelSharedWithTeamOperationOptions

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

func (DeleteJoinedTeamPrimaryChannelSharedWithTeamOperationOptions) ToHeaders

func (DeleteJoinedTeamPrimaryChannelSharedWithTeamOperationOptions) ToOData

func (DeleteJoinedTeamPrimaryChannelSharedWithTeamOperationOptions) ToQuery

type DeleteJoinedTeamPrimaryChannelSharedWithTeamOperationResponse

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

type GetJoinedTeamPrimaryChannelSharedWithTeamOperationOptions

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

func (GetJoinedTeamPrimaryChannelSharedWithTeamOperationOptions) ToHeaders

func (GetJoinedTeamPrimaryChannelSharedWithTeamOperationOptions) ToOData

func (GetJoinedTeamPrimaryChannelSharedWithTeamOperationOptions) ToQuery

type GetJoinedTeamPrimaryChannelSharedWithTeamOperationResponse

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

type GetJoinedTeamPrimaryChannelSharedWithTeamsCountOperationOptions

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

func (GetJoinedTeamPrimaryChannelSharedWithTeamsCountOperationOptions) ToHeaders

func (GetJoinedTeamPrimaryChannelSharedWithTeamsCountOperationOptions) ToOData

func (GetJoinedTeamPrimaryChannelSharedWithTeamsCountOperationOptions) ToQuery

type GetJoinedTeamPrimaryChannelSharedWithTeamsCountOperationResponse

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

type JoinedTeamPrimaryChannelSharedWithTeamClient

type JoinedTeamPrimaryChannelSharedWithTeamClient struct {
	Client *msgraph.Client
}

func NewJoinedTeamPrimaryChannelSharedWithTeamClientWithBaseURI

func NewJoinedTeamPrimaryChannelSharedWithTeamClientWithBaseURI(sdkApi sdkEnv.Api) (*JoinedTeamPrimaryChannelSharedWithTeamClient, error)

func (JoinedTeamPrimaryChannelSharedWithTeamClient) CreateJoinedTeamPrimaryChannelSharedWithTeam

CreateJoinedTeamPrimaryChannelSharedWithTeam - Create new navigation property to sharedWithTeams for me

func (JoinedTeamPrimaryChannelSharedWithTeamClient) DeleteJoinedTeamPrimaryChannelSharedWithTeam

DeleteJoinedTeamPrimaryChannelSharedWithTeam - Delete navigation property sharedWithTeams for me

func (JoinedTeamPrimaryChannelSharedWithTeamClient) GetJoinedTeamPrimaryChannelSharedWithTeam

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

func (JoinedTeamPrimaryChannelSharedWithTeamClient) GetJoinedTeamPrimaryChannelSharedWithTeamsCount

GetJoinedTeamPrimaryChannelSharedWithTeamsCount - Get the number of the resource

func (JoinedTeamPrimaryChannelSharedWithTeamClient) ListJoinedTeamPrimaryChannelSharedWithTeams

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

func (JoinedTeamPrimaryChannelSharedWithTeamClient) ListJoinedTeamPrimaryChannelSharedWithTeamsComplete

ListJoinedTeamPrimaryChannelSharedWithTeamsComplete retrieves all the results into a single object

func (JoinedTeamPrimaryChannelSharedWithTeamClient) ListJoinedTeamPrimaryChannelSharedWithTeamsCompleteMatchingPredicate

ListJoinedTeamPrimaryChannelSharedWithTeamsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (JoinedTeamPrimaryChannelSharedWithTeamClient) UpdateJoinedTeamPrimaryChannelSharedWithTeam

UpdateJoinedTeamPrimaryChannelSharedWithTeam - Update the navigation property sharedWithTeams in me

type ListJoinedTeamPrimaryChannelSharedWithTeamsCompleteResult

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

type ListJoinedTeamPrimaryChannelSharedWithTeamsCustomPager

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

type ListJoinedTeamPrimaryChannelSharedWithTeamsOperationOptions

type ListJoinedTeamPrimaryChannelSharedWithTeamsOperationOptions 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 (ListJoinedTeamPrimaryChannelSharedWithTeamsOperationOptions) ToHeaders

func (ListJoinedTeamPrimaryChannelSharedWithTeamsOperationOptions) ToOData

func (ListJoinedTeamPrimaryChannelSharedWithTeamsOperationOptions) ToQuery

type ListJoinedTeamPrimaryChannelSharedWithTeamsOperationResponse

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

type SharedWithChannelTeamInfoOperationPredicate

type SharedWithChannelTeamInfoOperationPredicate struct {
}

func (SharedWithChannelTeamInfoOperationPredicate) Matches

type UpdateJoinedTeamPrimaryChannelSharedWithTeamOperationOptions

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

func (UpdateJoinedTeamPrimaryChannelSharedWithTeamOperationOptions) ToHeaders

func (UpdateJoinedTeamPrimaryChannelSharedWithTeamOperationOptions) ToOData

func (UpdateJoinedTeamPrimaryChannelSharedWithTeamOperationOptions) ToQuery

type UpdateJoinedTeamPrimaryChannelSharedWithTeamOperationResponse

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