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 CreateTeamworkInstalledAppOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateTeamworkInstalledAppOperationOptions() CreateTeamworkInstalledAppOperationOptions + func (o CreateTeamworkInstalledAppOperationOptions) ToHeaders() *client.Headers + func (o CreateTeamworkInstalledAppOperationOptions) ToOData() *odata.Query + func (o CreateTeamworkInstalledAppOperationOptions) ToQuery() *client.QueryParams + type CreateTeamworkInstalledAppOperationResponse struct + HttpResponse *http.Response + Model *beta.UserScopeTeamsAppInstallation + OData *odata.OData + type DeleteTeamworkInstalledAppOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteTeamworkInstalledAppOperationOptions() DeleteTeamworkInstalledAppOperationOptions + func (o DeleteTeamworkInstalledAppOperationOptions) ToHeaders() *client.Headers + func (o DeleteTeamworkInstalledAppOperationOptions) ToOData() *odata.Query + func (o DeleteTeamworkInstalledAppOperationOptions) ToQuery() *client.QueryParams + type DeleteTeamworkInstalledAppOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetTeamworkInstalledAppOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetTeamworkInstalledAppOperationOptions() GetTeamworkInstalledAppOperationOptions + func (o GetTeamworkInstalledAppOperationOptions) ToHeaders() *client.Headers + func (o GetTeamworkInstalledAppOperationOptions) ToOData() *odata.Query + func (o GetTeamworkInstalledAppOperationOptions) ToQuery() *client.QueryParams + type GetTeamworkInstalledAppOperationResponse struct + HttpResponse *http.Response + Model *beta.UserScopeTeamsAppInstallation + OData *odata.OData + type GetTeamworkInstalledAppsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetTeamworkInstalledAppsCountOperationOptions() GetTeamworkInstalledAppsCountOperationOptions + func (o GetTeamworkInstalledAppsCountOperationOptions) ToHeaders() *client.Headers + func (o GetTeamworkInstalledAppsCountOperationOptions) ToOData() *odata.Query + func (o GetTeamworkInstalledAppsCountOperationOptions) ToQuery() *client.QueryParams + type GetTeamworkInstalledAppsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListTeamworkInstalledAppsCompleteResult struct + Items []beta.UserScopeTeamsAppInstallation + LatestHttpResponse *http.Response + type ListTeamworkInstalledAppsCustomPager struct + NextLink *odata.Link + func (p *ListTeamworkInstalledAppsCustomPager) NextPageLink() *odata.Link + type ListTeamworkInstalledAppsOperationOptions 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 DefaultListTeamworkInstalledAppsOperationOptions() ListTeamworkInstalledAppsOperationOptions + func (o ListTeamworkInstalledAppsOperationOptions) ToHeaders() *client.Headers + func (o ListTeamworkInstalledAppsOperationOptions) ToOData() *odata.Query + func (o ListTeamworkInstalledAppsOperationOptions) ToQuery() *client.QueryParams + type ListTeamworkInstalledAppsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.UserScopeTeamsAppInstallation + OData *odata.OData + type TeamworkInstalledAppClient struct + Client *msgraph.Client + func NewTeamworkInstalledAppClientWithBaseURI(sdkApi sdkEnv.Api) (*TeamworkInstalledAppClient, error) + func (c TeamworkInstalledAppClient) CreateTeamworkInstalledApp(ctx context.Context, input beta.UserScopeTeamsAppInstallation, ...) (result CreateTeamworkInstalledAppOperationResponse, err error) + func (c TeamworkInstalledAppClient) DeleteTeamworkInstalledApp(ctx context.Context, id beta.MeTeamworkInstalledAppId, ...) (result DeleteTeamworkInstalledAppOperationResponse, err error) + func (c TeamworkInstalledAppClient) GetTeamworkInstalledApp(ctx context.Context, id beta.MeTeamworkInstalledAppId, ...) (result GetTeamworkInstalledAppOperationResponse, err error) + func (c TeamworkInstalledAppClient) GetTeamworkInstalledAppsCount(ctx context.Context, options GetTeamworkInstalledAppsCountOperationOptions) (result GetTeamworkInstalledAppsCountOperationResponse, err error) + func (c TeamworkInstalledAppClient) ListTeamworkInstalledApps(ctx context.Context, options ListTeamworkInstalledAppsOperationOptions) (result ListTeamworkInstalledAppsOperationResponse, err error) + func (c TeamworkInstalledAppClient) ListTeamworkInstalledAppsComplete(ctx context.Context, options ListTeamworkInstalledAppsOperationOptions) (ListTeamworkInstalledAppsCompleteResult, error) + func (c TeamworkInstalledAppClient) ListTeamworkInstalledAppsCompleteMatchingPredicate(ctx context.Context, options ListTeamworkInstalledAppsOperationOptions, ...) (result ListTeamworkInstalledAppsCompleteResult, err error) + func (c TeamworkInstalledAppClient) UpdateTeamworkInstalledApp(ctx context.Context, id beta.MeTeamworkInstalledAppId, ...) (result UpdateTeamworkInstalledAppOperationResponse, err error) + type UpdateTeamworkInstalledAppOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateTeamworkInstalledAppOperationOptions() UpdateTeamworkInstalledAppOperationOptions + func (o UpdateTeamworkInstalledAppOperationOptions) ToHeaders() *client.Headers + func (o UpdateTeamworkInstalledAppOperationOptions) ToOData() *odata.Query + func (o UpdateTeamworkInstalledAppOperationOptions) ToQuery() *client.QueryParams + type UpdateTeamworkInstalledAppOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type UserScopeTeamsAppInstallationOperationPredicate struct + func (p UserScopeTeamsAppInstallationOperationPredicate) Matches(input beta.UserScopeTeamsAppInstallation) bool