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 GetJoinedTeamAllChannelOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetJoinedTeamAllChannelOperationOptions() GetJoinedTeamAllChannelOperationOptions + func (o GetJoinedTeamAllChannelOperationOptions) ToHeaders() *client.Headers + func (o GetJoinedTeamAllChannelOperationOptions) ToOData() *odata.Query + func (o GetJoinedTeamAllChannelOperationOptions) ToQuery() *client.QueryParams + type GetJoinedTeamAllChannelOperationResponse struct + HttpResponse *http.Response + Model *stable.Channel + OData *odata.OData + type GetJoinedTeamAllChannelsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetJoinedTeamAllChannelsCountOperationOptions() GetJoinedTeamAllChannelsCountOperationOptions + func (o GetJoinedTeamAllChannelsCountOperationOptions) ToHeaders() *client.Headers + func (o GetJoinedTeamAllChannelsCountOperationOptions) ToOData() *odata.Query + func (o GetJoinedTeamAllChannelsCountOperationOptions) ToQuery() *client.QueryParams + type GetJoinedTeamAllChannelsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type JoinedTeamAllChannelClient struct + Client *msgraph.Client + func NewJoinedTeamAllChannelClientWithBaseURI(sdkApi sdkEnv.Api) (*JoinedTeamAllChannelClient, error) + 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 struct + Items []stable.Channel + LatestHttpResponse *http.Response + type ListJoinedTeamAllChannelsCustomPager struct + NextLink *odata.Link + func (p *ListJoinedTeamAllChannelsCustomPager) NextPageLink() *odata.Link + 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() ListJoinedTeamAllChannelsOperationOptions + func (o ListJoinedTeamAllChannelsOperationOptions) ToHeaders() *client.Headers + func (o ListJoinedTeamAllChannelsOperationOptions) ToOData() *odata.Query + func (o ListJoinedTeamAllChannelsOperationOptions) ToQuery() *client.QueryParams + type ListJoinedTeamAllChannelsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.Channel + OData *odata.OData