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 ChatTabClient struct + Client *msgraph.Client + func NewChatTabClientWithBaseURI(sdkApi sdkEnv.Api) (*ChatTabClient, error) + func (c ChatTabClient) CreateChatTab(ctx context.Context, id stable.UserIdChatId, input stable.TeamsTab, ...) (result CreateChatTabOperationResponse, err error) + func (c ChatTabClient) DeleteChatTab(ctx context.Context, id stable.UserIdChatIdTabId, ...) (result DeleteChatTabOperationResponse, err error) + func (c ChatTabClient) GetChatTab(ctx context.Context, id stable.UserIdChatIdTabId, ...) (result GetChatTabOperationResponse, err error) + func (c ChatTabClient) GetChatTabsCount(ctx context.Context, id stable.UserIdChatId, ...) (result GetChatTabsCountOperationResponse, err error) + func (c ChatTabClient) ListChatTabs(ctx context.Context, id stable.UserIdChatId, ...) (result ListChatTabsOperationResponse, err error) + func (c ChatTabClient) ListChatTabsComplete(ctx context.Context, id stable.UserIdChatId, ...) (ListChatTabsCompleteResult, error) + func (c ChatTabClient) ListChatTabsCompleteMatchingPredicate(ctx context.Context, id stable.UserIdChatId, ...) (result ListChatTabsCompleteResult, err error) + func (c ChatTabClient) UpdateChatTab(ctx context.Context, id stable.UserIdChatIdTabId, input stable.TeamsTab, ...) (result UpdateChatTabOperationResponse, err error) + type CreateChatTabOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateChatTabOperationOptions() CreateChatTabOperationOptions + func (o CreateChatTabOperationOptions) ToHeaders() *client.Headers + func (o CreateChatTabOperationOptions) ToOData() *odata.Query + func (o CreateChatTabOperationOptions) ToQuery() *client.QueryParams + type CreateChatTabOperationResponse struct + HttpResponse *http.Response + Model *stable.TeamsTab + OData *odata.OData + type DeleteChatTabOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteChatTabOperationOptions() DeleteChatTabOperationOptions + func (o DeleteChatTabOperationOptions) ToHeaders() *client.Headers + func (o DeleteChatTabOperationOptions) ToOData() *odata.Query + func (o DeleteChatTabOperationOptions) ToQuery() *client.QueryParams + type DeleteChatTabOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetChatTabOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetChatTabOperationOptions() GetChatTabOperationOptions + func (o GetChatTabOperationOptions) ToHeaders() *client.Headers + func (o GetChatTabOperationOptions) ToOData() *odata.Query + func (o GetChatTabOperationOptions) ToQuery() *client.QueryParams + type GetChatTabOperationResponse struct + HttpResponse *http.Response + Model *stable.TeamsTab + OData *odata.OData + type GetChatTabsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetChatTabsCountOperationOptions() GetChatTabsCountOperationOptions + func (o GetChatTabsCountOperationOptions) ToHeaders() *client.Headers + func (o GetChatTabsCountOperationOptions) ToOData() *odata.Query + func (o GetChatTabsCountOperationOptions) ToQuery() *client.QueryParams + type GetChatTabsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListChatTabsCompleteResult struct + Items []stable.TeamsTab + LatestHttpResponse *http.Response + type ListChatTabsCustomPager struct + NextLink *odata.Link + func (p *ListChatTabsCustomPager) NextPageLink() *odata.Link + type ListChatTabsOperationOptions 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 DefaultListChatTabsOperationOptions() ListChatTabsOperationOptions + func (o ListChatTabsOperationOptions) ToHeaders() *client.Headers + func (o ListChatTabsOperationOptions) ToOData() *odata.Query + func (o ListChatTabsOperationOptions) ToQuery() *client.QueryParams + type ListChatTabsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.TeamsTab + OData *odata.OData + type TeamsTabOperationPredicate struct + func (p TeamsTabOperationPredicate) Matches(input stable.TeamsTab) bool + type UpdateChatTabOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateChatTabOperationOptions() UpdateChatTabOperationOptions + func (o UpdateChatTabOperationOptions) ToHeaders() *client.Headers + func (o UpdateChatTabOperationOptions) ToOData() *odata.Query + func (o UpdateChatTabOperationOptions) ToQuery() *client.QueryParams + type UpdateChatTabOperationResponse struct + HttpResponse *http.Response + OData *odata.OData