Documentation ¶
Index ¶
- type ChannelOperationPredicate
- type GetTeamAllChannelOperationOptions
- type GetTeamAllChannelOperationResponse
- type GetTeamAllChannelsCountOperationOptions
- type GetTeamAllChannelsCountOperationResponse
- type ListTeamAllChannelsCompleteResult
- type ListTeamAllChannelsCustomPager
- type ListTeamAllChannelsOperationOptions
- type ListTeamAllChannelsOperationResponse
- type TeamAllChannelClient
- func (c TeamAllChannelClient) GetTeamAllChannel(ctx context.Context, id beta.GroupIdTeamAllChannelId, ...) (result GetTeamAllChannelOperationResponse, err error)
- func (c TeamAllChannelClient) GetTeamAllChannelsCount(ctx context.Context, id beta.GroupId, ...) (result GetTeamAllChannelsCountOperationResponse, err error)
- func (c TeamAllChannelClient) ListTeamAllChannels(ctx context.Context, id beta.GroupId, ...) (result ListTeamAllChannelsOperationResponse, err error)
- func (c TeamAllChannelClient) ListTeamAllChannelsComplete(ctx context.Context, id beta.GroupId, ...) (ListTeamAllChannelsCompleteResult, error)
- func (c TeamAllChannelClient) ListTeamAllChannelsCompleteMatchingPredicate(ctx context.Context, id beta.GroupId, ...) (result ListTeamAllChannelsCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelOperationPredicate ¶
type ChannelOperationPredicate struct { }
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 (o GetTeamAllChannelOperationOptions) ToHeaders() *client.Headers
func (GetTeamAllChannelOperationOptions) ToOData ¶
func (o GetTeamAllChannelOperationOptions) ToOData() *odata.Query
func (GetTeamAllChannelOperationOptions) ToQuery ¶
func (o GetTeamAllChannelOperationOptions) ToQuery() *client.QueryParams
type GetTeamAllChannelsCountOperationOptions ¶
type GetTeamAllChannelsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetTeamAllChannelsCountOperationOptions ¶
func DefaultGetTeamAllChannelsCountOperationOptions() GetTeamAllChannelsCountOperationOptions
func (GetTeamAllChannelsCountOperationOptions) ToHeaders ¶
func (o GetTeamAllChannelsCountOperationOptions) ToHeaders() *client.Headers
func (GetTeamAllChannelsCountOperationOptions) ToOData ¶
func (o GetTeamAllChannelsCountOperationOptions) ToOData() *odata.Query
func (GetTeamAllChannelsCountOperationOptions) ToQuery ¶
func (o GetTeamAllChannelsCountOperationOptions) ToQuery() *client.QueryParams
type ListTeamAllChannelsCustomPager ¶
func (*ListTeamAllChannelsCustomPager) NextPageLink ¶
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 (o ListTeamAllChannelsOperationOptions) ToHeaders() *client.Headers
func (ListTeamAllChannelsOperationOptions) ToOData ¶
func (o ListTeamAllChannelsOperationOptions) ToOData() *odata.Query
func (ListTeamAllChannelsOperationOptions) ToQuery ¶
func (o ListTeamAllChannelsOperationOptions) ToQuery() *client.QueryParams
type TeamAllChannelClient ¶
func NewTeamAllChannelClientWithBaseURI ¶
func NewTeamAllChannelClientWithBaseURI(sdkApi sdkEnv.Api) (*TeamAllChannelClient, error)
func (TeamAllChannelClient) GetTeamAllChannel ¶
func (c TeamAllChannelClient) GetTeamAllChannel(ctx context.Context, id beta.GroupIdTeamAllChannelId, options GetTeamAllChannelOperationOptions) (result GetTeamAllChannelOperationResponse, err error)
GetTeamAllChannel - Get allChannels from groups. List of channels either hosted in or shared with the team (incoming channels).
func (TeamAllChannelClient) GetTeamAllChannelsCount ¶
func (c TeamAllChannelClient) GetTeamAllChannelsCount(ctx context.Context, id beta.GroupId, options GetTeamAllChannelsCountOperationOptions) (result GetTeamAllChannelsCountOperationResponse, err error)
GetTeamAllChannelsCount - Get the number of the resource
func (TeamAllChannelClient) ListTeamAllChannels ¶
func (c TeamAllChannelClient) ListTeamAllChannels(ctx context.Context, id beta.GroupId, options ListTeamAllChannelsOperationOptions) (result ListTeamAllChannelsOperationResponse, err error)
ListTeamAllChannels - Get allChannels from groups. List of channels either hosted in or shared with the team (incoming channels).
func (TeamAllChannelClient) ListTeamAllChannelsComplete ¶
func (c TeamAllChannelClient) ListTeamAllChannelsComplete(ctx context.Context, id beta.GroupId, options ListTeamAllChannelsOperationOptions) (ListTeamAllChannelsCompleteResult, error)
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
Click to show internal directories.
Click to hide internal directories.