Documentation ¶
Index ¶
- type ChannelOperationPredicate
- type GetJoinedTeamAllChannelOperationOptions
- type GetJoinedTeamAllChannelOperationResponse
- type GetJoinedTeamAllChannelsCountOperationOptions
- type GetJoinedTeamAllChannelsCountOperationResponse
- type JoinedTeamAllChannelClient
- func (c JoinedTeamAllChannelClient) GetJoinedTeamAllChannel(ctx context.Context, id stable.MeJoinedTeamIdAllChannelId, ...) (result GetJoinedTeamAllChannelOperationResponse, err error)
- func (c JoinedTeamAllChannelClient) GetJoinedTeamAllChannelsCount(ctx context.Context, id stable.MeJoinedTeamId, ...) (result GetJoinedTeamAllChannelsCountOperationResponse, err error)
- func (c JoinedTeamAllChannelClient) ListJoinedTeamAllChannels(ctx context.Context, id stable.MeJoinedTeamId, ...) (result ListJoinedTeamAllChannelsOperationResponse, err error)
- func (c JoinedTeamAllChannelClient) ListJoinedTeamAllChannelsComplete(ctx context.Context, id stable.MeJoinedTeamId, ...) (ListJoinedTeamAllChannelsCompleteResult, error)
- func (c JoinedTeamAllChannelClient) ListJoinedTeamAllChannelsCompleteMatchingPredicate(ctx context.Context, id stable.MeJoinedTeamId, ...) (result ListJoinedTeamAllChannelsCompleteResult, err error)
- type ListJoinedTeamAllChannelsCompleteResult
- type ListJoinedTeamAllChannelsCustomPager
- type ListJoinedTeamAllChannelsOperationOptions
- type ListJoinedTeamAllChannelsOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelOperationPredicate ¶
type ChannelOperationPredicate struct { }
type GetJoinedTeamAllChannelOperationOptions ¶
type GetJoinedTeamAllChannelOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetJoinedTeamAllChannelOperationOptions ¶
func DefaultGetJoinedTeamAllChannelOperationOptions() GetJoinedTeamAllChannelOperationOptions
func (GetJoinedTeamAllChannelOperationOptions) ToHeaders ¶
func (o GetJoinedTeamAllChannelOperationOptions) ToHeaders() *client.Headers
func (GetJoinedTeamAllChannelOperationOptions) ToOData ¶
func (o GetJoinedTeamAllChannelOperationOptions) ToOData() *odata.Query
func (GetJoinedTeamAllChannelOperationOptions) ToQuery ¶
func (o GetJoinedTeamAllChannelOperationOptions) ToQuery() *client.QueryParams
type GetJoinedTeamAllChannelsCountOperationOptions ¶
type GetJoinedTeamAllChannelsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetJoinedTeamAllChannelsCountOperationOptions ¶
func DefaultGetJoinedTeamAllChannelsCountOperationOptions() GetJoinedTeamAllChannelsCountOperationOptions
func (GetJoinedTeamAllChannelsCountOperationOptions) ToHeaders ¶
func (o GetJoinedTeamAllChannelsCountOperationOptions) ToHeaders() *client.Headers
func (GetJoinedTeamAllChannelsCountOperationOptions) ToOData ¶
func (o GetJoinedTeamAllChannelsCountOperationOptions) ToOData() *odata.Query
func (GetJoinedTeamAllChannelsCountOperationOptions) ToQuery ¶
func (o GetJoinedTeamAllChannelsCountOperationOptions) ToQuery() *client.QueryParams
type JoinedTeamAllChannelClient ¶
func NewJoinedTeamAllChannelClientWithBaseURI ¶
func NewJoinedTeamAllChannelClientWithBaseURI(sdkApi sdkEnv.Api) (*JoinedTeamAllChannelClient, error)
func (JoinedTeamAllChannelClient) GetJoinedTeamAllChannel ¶
func (c JoinedTeamAllChannelClient) GetJoinedTeamAllChannel(ctx context.Context, id stable.MeJoinedTeamIdAllChannelId, options GetJoinedTeamAllChannelOperationOptions) (result GetJoinedTeamAllChannelOperationResponse, err error)
GetJoinedTeamAllChannel - Get allChannels from me. List of channels either hosted in or shared with the team (incoming channels).
func (JoinedTeamAllChannelClient) GetJoinedTeamAllChannelsCount ¶
func (c JoinedTeamAllChannelClient) GetJoinedTeamAllChannelsCount(ctx context.Context, id stable.MeJoinedTeamId, options GetJoinedTeamAllChannelsCountOperationOptions) (result GetJoinedTeamAllChannelsCountOperationResponse, err error)
GetJoinedTeamAllChannelsCount - Get the number of the resource
func (JoinedTeamAllChannelClient) ListJoinedTeamAllChannels ¶
func (c JoinedTeamAllChannelClient) ListJoinedTeamAllChannels(ctx context.Context, id stable.MeJoinedTeamId, options ListJoinedTeamAllChannelsOperationOptions) (result ListJoinedTeamAllChannelsOperationResponse, err error)
ListJoinedTeamAllChannels - Get allChannels from me. List of channels either hosted in or shared with the team (incoming channels).
func (JoinedTeamAllChannelClient) ListJoinedTeamAllChannelsComplete ¶
func (c JoinedTeamAllChannelClient) ListJoinedTeamAllChannelsComplete(ctx context.Context, id stable.MeJoinedTeamId, options ListJoinedTeamAllChannelsOperationOptions) (ListJoinedTeamAllChannelsCompleteResult, error)
ListJoinedTeamAllChannelsComplete retrieves all the results into a single object
func (JoinedTeamAllChannelClient) ListJoinedTeamAllChannelsCompleteMatchingPredicate ¶
func (c JoinedTeamAllChannelClient) ListJoinedTeamAllChannelsCompleteMatchingPredicate(ctx context.Context, id stable.MeJoinedTeamId, options ListJoinedTeamAllChannelsOperationOptions, predicate ChannelOperationPredicate) (result ListJoinedTeamAllChannelsCompleteResult, err error)
ListJoinedTeamAllChannelsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ListJoinedTeamAllChannelsCustomPager ¶
func (*ListJoinedTeamAllChannelsCustomPager) NextPageLink ¶
func (p *ListJoinedTeamAllChannelsCustomPager) NextPageLink() *odata.Link
type ListJoinedTeamAllChannelsOperationOptions ¶
type ListJoinedTeamAllChannelsOperationOptions 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 DefaultListJoinedTeamAllChannelsOperationOptions ¶
func DefaultListJoinedTeamAllChannelsOperationOptions() ListJoinedTeamAllChannelsOperationOptions
func (ListJoinedTeamAllChannelsOperationOptions) ToHeaders ¶
func (o ListJoinedTeamAllChannelsOperationOptions) ToHeaders() *client.Headers
func (ListJoinedTeamAllChannelsOperationOptions) ToOData ¶
func (o ListJoinedTeamAllChannelsOperationOptions) ToOData() *odata.Query
func (ListJoinedTeamAllChannelsOperationOptions) ToQuery ¶
func (o ListJoinedTeamAllChannelsOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.