Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type ChannelOperationPredicate struct + func (p ChannelOperationPredicate) Matches(input stable.Channel) bool + type GetTeamIncomingChannelOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetTeamIncomingChannelOperationOptions() GetTeamIncomingChannelOperationOptions + func (o GetTeamIncomingChannelOperationOptions) ToHeaders() *client.Headers + func (o GetTeamIncomingChannelOperationOptions) ToOData() *odata.Query + func (o GetTeamIncomingChannelOperationOptions) ToQuery() *client.QueryParams + type GetTeamIncomingChannelOperationResponse struct + HttpResponse *http.Response + Model *stable.Channel + OData *odata.OData + type GetTeamIncomingChannelsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetTeamIncomingChannelsCountOperationOptions() GetTeamIncomingChannelsCountOperationOptions + func (o GetTeamIncomingChannelsCountOperationOptions) ToHeaders() *client.Headers + func (o GetTeamIncomingChannelsCountOperationOptions) ToOData() *odata.Query + func (o GetTeamIncomingChannelsCountOperationOptions) ToQuery() *client.QueryParams + type GetTeamIncomingChannelsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListTeamIncomingChannelsCompleteResult struct + Items []stable.Channel + LatestHttpResponse *http.Response + type ListTeamIncomingChannelsCustomPager struct + NextLink *odata.Link + func (p *ListTeamIncomingChannelsCustomPager) NextPageLink() *odata.Link + 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() ListTeamIncomingChannelsOperationOptions + func (o ListTeamIncomingChannelsOperationOptions) ToHeaders() *client.Headers + func (o ListTeamIncomingChannelsOperationOptions) ToOData() *odata.Query + func (o ListTeamIncomingChannelsOperationOptions) ToQuery() *client.QueryParams + type ListTeamIncomingChannelsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.Channel + OData *odata.OData + type TeamIncomingChannelClient struct + Client *msgraph.Client + func NewTeamIncomingChannelClientWithBaseURI(sdkApi sdkEnv.Api) (*TeamIncomingChannelClient, error) + func (c TeamIncomingChannelClient) GetTeamIncomingChannel(ctx context.Context, id stable.GroupIdTeamIncomingChannelId, ...) (result GetTeamIncomingChannelOperationResponse, err error) + func (c TeamIncomingChannelClient) GetTeamIncomingChannelsCount(ctx context.Context, id stable.GroupId, ...) (result GetTeamIncomingChannelsCountOperationResponse, err error) + func (c TeamIncomingChannelClient) ListTeamIncomingChannels(ctx context.Context, id stable.GroupId, ...) (result ListTeamIncomingChannelsOperationResponse, err error) + func (c TeamIncomingChannelClient) ListTeamIncomingChannelsComplete(ctx context.Context, id stable.GroupId, ...) (ListTeamIncomingChannelsCompleteResult, error) + func (c TeamIncomingChannelClient) ListTeamIncomingChannelsCompleteMatchingPredicate(ctx context.Context, id stable.GroupId, ...) (result ListTeamIncomingChannelsCompleteResult, err error)