teamallchannel

package
v0.20241128.1112539 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 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 ChannelOperationPredicate

type ChannelOperationPredicate struct {
}

func (ChannelOperationPredicate) Matches

func (p ChannelOperationPredicate) Matches(input beta.Channel) bool

type GetTeamAllChannelOperationOptions

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

func DefaultGetTeamAllChannelOperationOptions

func DefaultGetTeamAllChannelOperationOptions() GetTeamAllChannelOperationOptions

func (GetTeamAllChannelOperationOptions) ToHeaders

func (GetTeamAllChannelOperationOptions) ToOData

func (GetTeamAllChannelOperationOptions) ToQuery

type GetTeamAllChannelOperationResponse

type GetTeamAllChannelOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.Channel
}

type GetTeamAllChannelsCountOperationOptions

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

func DefaultGetTeamAllChannelsCountOperationOptions

func DefaultGetTeamAllChannelsCountOperationOptions() GetTeamAllChannelsCountOperationOptions

func (GetTeamAllChannelsCountOperationOptions) ToHeaders

func (GetTeamAllChannelsCountOperationOptions) ToOData

func (GetTeamAllChannelsCountOperationOptions) ToQuery

type GetTeamAllChannelsCountOperationResponse

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

type ListTeamAllChannelsCompleteResult

type ListTeamAllChannelsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.Channel
}

type ListTeamAllChannelsCustomPager

type ListTeamAllChannelsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
func (p *ListTeamAllChannelsCustomPager) NextPageLink() *odata.Link

type ListTeamAllChannelsOperationOptions

type ListTeamAllChannelsOperationOptions 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 DefaultListTeamAllChannelsOperationOptions

func DefaultListTeamAllChannelsOperationOptions() ListTeamAllChannelsOperationOptions

func (ListTeamAllChannelsOperationOptions) ToHeaders

func (ListTeamAllChannelsOperationOptions) ToOData

func (ListTeamAllChannelsOperationOptions) ToQuery

type ListTeamAllChannelsOperationResponse

type ListTeamAllChannelsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.Channel
}

type TeamAllChannelClient

type TeamAllChannelClient struct {
	Client *msgraph.Client
}

func NewTeamAllChannelClientWithBaseURI

func NewTeamAllChannelClientWithBaseURI(sdkApi sdkEnv.Api) (*TeamAllChannelClient, error)

func (TeamAllChannelClient) GetTeamAllChannel

GetTeamAllChannel - Get allChannels from groups. List of channels either hosted in or shared with the team (incoming channels).

func (TeamAllChannelClient) GetTeamAllChannelsCount

GetTeamAllChannelsCount - Get the number of the resource

func (TeamAllChannelClient) ListTeamAllChannels

ListTeamAllChannels - Get allChannels from groups. List of channels either hosted in or shared with the team (incoming channels).

func (TeamAllChannelClient) ListTeamAllChannelsComplete

ListTeamAllChannelsComplete retrieves all the results into a single object

func (TeamAllChannelClient) ListTeamAllChannelsCompleteMatchingPredicate

func (c TeamAllChannelClient) ListTeamAllChannelsCompleteMatchingPredicate(ctx context.Context, id beta.GroupId, options ListTeamAllChannelsOperationOptions, predicate ChannelOperationPredicate) (result ListTeamAllChannelsCompleteResult, err error)

ListTeamAllChannelsCompleteMatchingPredicate retrieves all the results and then applies the predicate

Jump to

Keyboard shortcuts

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