Documentation ¶
Index ¶
- type ChannelOperationPredicate
- type GetTeamIncomingChannelOperationOptions
- type GetTeamIncomingChannelOperationResponse
- type GetTeamIncomingChannelsCountOperationOptions
- type GetTeamIncomingChannelsCountOperationResponse
- type ListTeamIncomingChannelsCompleteResult
- type ListTeamIncomingChannelsCustomPager
- type ListTeamIncomingChannelsOperationOptions
- type ListTeamIncomingChannelsOperationResponse
- type TeamIncomingChannelClient
- func (c TeamIncomingChannelClient) GetTeamIncomingChannel(ctx context.Context, id beta.GroupIdTeamIncomingChannelId, ...) (result GetTeamIncomingChannelOperationResponse, err error)
- func (c TeamIncomingChannelClient) GetTeamIncomingChannelsCount(ctx context.Context, id beta.GroupId, ...) (result GetTeamIncomingChannelsCountOperationResponse, err error)
- func (c TeamIncomingChannelClient) ListTeamIncomingChannels(ctx context.Context, id beta.GroupId, ...) (result ListTeamIncomingChannelsOperationResponse, err error)
- func (c TeamIncomingChannelClient) ListTeamIncomingChannelsComplete(ctx context.Context, id beta.GroupId, ...) (ListTeamIncomingChannelsCompleteResult, error)
- func (c TeamIncomingChannelClient) ListTeamIncomingChannelsCompleteMatchingPredicate(ctx context.Context, id beta.GroupId, ...) (result ListTeamIncomingChannelsCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelOperationPredicate ¶
type ChannelOperationPredicate struct { }
type GetTeamIncomingChannelOperationOptions ¶
type GetTeamIncomingChannelOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetTeamIncomingChannelOperationOptions ¶
func DefaultGetTeamIncomingChannelOperationOptions() GetTeamIncomingChannelOperationOptions
func (GetTeamIncomingChannelOperationOptions) ToHeaders ¶
func (o GetTeamIncomingChannelOperationOptions) ToHeaders() *client.Headers
func (GetTeamIncomingChannelOperationOptions) ToOData ¶
func (o GetTeamIncomingChannelOperationOptions) ToOData() *odata.Query
func (GetTeamIncomingChannelOperationOptions) ToQuery ¶
func (o GetTeamIncomingChannelOperationOptions) ToQuery() *client.QueryParams
type GetTeamIncomingChannelsCountOperationOptions ¶
type GetTeamIncomingChannelsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetTeamIncomingChannelsCountOperationOptions ¶
func DefaultGetTeamIncomingChannelsCountOperationOptions() GetTeamIncomingChannelsCountOperationOptions
func (GetTeamIncomingChannelsCountOperationOptions) ToHeaders ¶
func (o GetTeamIncomingChannelsCountOperationOptions) ToHeaders() *client.Headers
func (GetTeamIncomingChannelsCountOperationOptions) ToOData ¶
func (o GetTeamIncomingChannelsCountOperationOptions) ToOData() *odata.Query
func (GetTeamIncomingChannelsCountOperationOptions) ToQuery ¶
func (o GetTeamIncomingChannelsCountOperationOptions) ToQuery() *client.QueryParams
type ListTeamIncomingChannelsCustomPager ¶
func (*ListTeamIncomingChannelsCustomPager) NextPageLink ¶
func (p *ListTeamIncomingChannelsCustomPager) NextPageLink() *odata.Link
type ListTeamIncomingChannelsOperationOptions ¶
type ListTeamIncomingChannelsOperationOptions 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 DefaultListTeamIncomingChannelsOperationOptions ¶
func DefaultListTeamIncomingChannelsOperationOptions() ListTeamIncomingChannelsOperationOptions
func (ListTeamIncomingChannelsOperationOptions) ToHeaders ¶
func (o ListTeamIncomingChannelsOperationOptions) ToHeaders() *client.Headers
func (ListTeamIncomingChannelsOperationOptions) ToOData ¶
func (o ListTeamIncomingChannelsOperationOptions) ToOData() *odata.Query
func (ListTeamIncomingChannelsOperationOptions) ToQuery ¶
func (o ListTeamIncomingChannelsOperationOptions) ToQuery() *client.QueryParams
type TeamIncomingChannelClient ¶
func NewTeamIncomingChannelClientWithBaseURI ¶
func NewTeamIncomingChannelClientWithBaseURI(sdkApi sdkEnv.Api) (*TeamIncomingChannelClient, error)
func (TeamIncomingChannelClient) GetTeamIncomingChannel ¶
func (c TeamIncomingChannelClient) GetTeamIncomingChannel(ctx context.Context, id beta.GroupIdTeamIncomingChannelId, options GetTeamIncomingChannelOperationOptions) (result GetTeamIncomingChannelOperationResponse, err error)
GetTeamIncomingChannel - Get incomingChannels from groups. List of channels shared with the team.
func (TeamIncomingChannelClient) GetTeamIncomingChannelsCount ¶
func (c TeamIncomingChannelClient) GetTeamIncomingChannelsCount(ctx context.Context, id beta.GroupId, options GetTeamIncomingChannelsCountOperationOptions) (result GetTeamIncomingChannelsCountOperationResponse, err error)
GetTeamIncomingChannelsCount - Get the number of the resource
func (TeamIncomingChannelClient) ListTeamIncomingChannels ¶
func (c TeamIncomingChannelClient) ListTeamIncomingChannels(ctx context.Context, id beta.GroupId, options ListTeamIncomingChannelsOperationOptions) (result ListTeamIncomingChannelsOperationResponse, err error)
ListTeamIncomingChannels - Get incomingChannels from groups. List of channels shared with the team.
func (TeamIncomingChannelClient) ListTeamIncomingChannelsComplete ¶
func (c TeamIncomingChannelClient) ListTeamIncomingChannelsComplete(ctx context.Context, id beta.GroupId, options ListTeamIncomingChannelsOperationOptions) (ListTeamIncomingChannelsCompleteResult, error)
ListTeamIncomingChannelsComplete retrieves all the results into a single object
func (TeamIncomingChannelClient) ListTeamIncomingChannelsCompleteMatchingPredicate ¶
func (c TeamIncomingChannelClient) ListTeamIncomingChannelsCompleteMatchingPredicate(ctx context.Context, id beta.GroupId, options ListTeamIncomingChannelsOperationOptions, predicate ChannelOperationPredicate) (result ListTeamIncomingChannelsCompleteResult, err error)
ListTeamIncomingChannelsCompleteMatchingPredicate retrieves all the results and then applies the predicate
Click to show internal directories.
Click to hide internal directories.