Documentation ¶
Index ¶
- type CreateTeamInstalledAppOperationOptions
- type CreateTeamInstalledAppOperationResponse
- type CreateTeamInstalledAppUpgradeOperationOptions
- type CreateTeamInstalledAppUpgradeOperationResponse
- type CreateTeamInstalledAppUpgradeRequest
- type DeleteTeamInstalledAppOperationOptions
- type DeleteTeamInstalledAppOperationResponse
- type GetTeamInstalledAppOperationOptions
- type GetTeamInstalledAppOperationResponse
- type GetTeamInstalledAppsCountOperationOptions
- type GetTeamInstalledAppsCountOperationResponse
- type ListTeamInstalledAppsCompleteResult
- type ListTeamInstalledAppsCustomPager
- type ListTeamInstalledAppsOperationOptions
- type ListTeamInstalledAppsOperationResponse
- type TeamInstalledAppClient
- func (c TeamInstalledAppClient) CreateTeamInstalledApp(ctx context.Context, id stable.GroupId, input stable.TeamsAppInstallation, ...) (result CreateTeamInstalledAppOperationResponse, err error)
- func (c TeamInstalledAppClient) CreateTeamInstalledAppUpgrade(ctx context.Context, id stable.GroupIdTeamInstalledAppId, ...) (result CreateTeamInstalledAppUpgradeOperationResponse, err error)
- func (c TeamInstalledAppClient) DeleteTeamInstalledApp(ctx context.Context, id stable.GroupIdTeamInstalledAppId, ...) (result DeleteTeamInstalledAppOperationResponse, err error)
- func (c TeamInstalledAppClient) GetTeamInstalledApp(ctx context.Context, id stable.GroupIdTeamInstalledAppId, ...) (result GetTeamInstalledAppOperationResponse, err error)
- func (c TeamInstalledAppClient) GetTeamInstalledAppsCount(ctx context.Context, id stable.GroupId, ...) (result GetTeamInstalledAppsCountOperationResponse, err error)
- func (c TeamInstalledAppClient) ListTeamInstalledApps(ctx context.Context, id stable.GroupId, ...) (result ListTeamInstalledAppsOperationResponse, err error)
- func (c TeamInstalledAppClient) ListTeamInstalledAppsComplete(ctx context.Context, id stable.GroupId, ...) (ListTeamInstalledAppsCompleteResult, error)
- func (c TeamInstalledAppClient) ListTeamInstalledAppsCompleteMatchingPredicate(ctx context.Context, id stable.GroupId, ...) (result ListTeamInstalledAppsCompleteResult, err error)
- func (c TeamInstalledAppClient) UpdateTeamInstalledApp(ctx context.Context, id stable.GroupIdTeamInstalledAppId, ...) (result UpdateTeamInstalledAppOperationResponse, err error)
- type TeamsAppInstallationOperationPredicate
- type UpdateTeamInstalledAppOperationOptions
- type UpdateTeamInstalledAppOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTeamInstalledAppOperationOptions ¶
type CreateTeamInstalledAppOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateTeamInstalledAppOperationOptions ¶
func DefaultCreateTeamInstalledAppOperationOptions() CreateTeamInstalledAppOperationOptions
func (CreateTeamInstalledAppOperationOptions) ToHeaders ¶
func (o CreateTeamInstalledAppOperationOptions) ToHeaders() *client.Headers
func (CreateTeamInstalledAppOperationOptions) ToOData ¶
func (o CreateTeamInstalledAppOperationOptions) ToOData() *odata.Query
func (CreateTeamInstalledAppOperationOptions) ToQuery ¶
func (o CreateTeamInstalledAppOperationOptions) ToQuery() *client.QueryParams
type CreateTeamInstalledAppUpgradeOperationOptions ¶
type CreateTeamInstalledAppUpgradeOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateTeamInstalledAppUpgradeOperationOptions ¶
func DefaultCreateTeamInstalledAppUpgradeOperationOptions() CreateTeamInstalledAppUpgradeOperationOptions
func (CreateTeamInstalledAppUpgradeOperationOptions) ToHeaders ¶
func (o CreateTeamInstalledAppUpgradeOperationOptions) ToHeaders() *client.Headers
func (CreateTeamInstalledAppUpgradeOperationOptions) ToOData ¶
func (o CreateTeamInstalledAppUpgradeOperationOptions) ToOData() *odata.Query
func (CreateTeamInstalledAppUpgradeOperationOptions) ToQuery ¶
func (o CreateTeamInstalledAppUpgradeOperationOptions) ToQuery() *client.QueryParams
type CreateTeamInstalledAppUpgradeRequest ¶
type CreateTeamInstalledAppUpgradeRequest struct {
ConsentedPermissionSet *stable.TeamsAppPermissionSet `json:"consentedPermissionSet,omitempty"`
}
type DeleteTeamInstalledAppOperationOptions ¶
type DeleteTeamInstalledAppOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteTeamInstalledAppOperationOptions ¶
func DefaultDeleteTeamInstalledAppOperationOptions() DeleteTeamInstalledAppOperationOptions
func (DeleteTeamInstalledAppOperationOptions) ToHeaders ¶
func (o DeleteTeamInstalledAppOperationOptions) ToHeaders() *client.Headers
func (DeleteTeamInstalledAppOperationOptions) ToOData ¶
func (o DeleteTeamInstalledAppOperationOptions) ToOData() *odata.Query
func (DeleteTeamInstalledAppOperationOptions) ToQuery ¶
func (o DeleteTeamInstalledAppOperationOptions) ToQuery() *client.QueryParams
type GetTeamInstalledAppOperationOptions ¶
type GetTeamInstalledAppOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetTeamInstalledAppOperationOptions ¶
func DefaultGetTeamInstalledAppOperationOptions() GetTeamInstalledAppOperationOptions
func (GetTeamInstalledAppOperationOptions) ToHeaders ¶
func (o GetTeamInstalledAppOperationOptions) ToHeaders() *client.Headers
func (GetTeamInstalledAppOperationOptions) ToOData ¶
func (o GetTeamInstalledAppOperationOptions) ToOData() *odata.Query
func (GetTeamInstalledAppOperationOptions) ToQuery ¶
func (o GetTeamInstalledAppOperationOptions) ToQuery() *client.QueryParams
type GetTeamInstalledAppsCountOperationOptions ¶
type GetTeamInstalledAppsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetTeamInstalledAppsCountOperationOptions ¶
func DefaultGetTeamInstalledAppsCountOperationOptions() GetTeamInstalledAppsCountOperationOptions
func (GetTeamInstalledAppsCountOperationOptions) ToHeaders ¶
func (o GetTeamInstalledAppsCountOperationOptions) ToHeaders() *client.Headers
func (GetTeamInstalledAppsCountOperationOptions) ToOData ¶
func (o GetTeamInstalledAppsCountOperationOptions) ToOData() *odata.Query
func (GetTeamInstalledAppsCountOperationOptions) ToQuery ¶
func (o GetTeamInstalledAppsCountOperationOptions) ToQuery() *client.QueryParams
type ListTeamInstalledAppsCompleteResult ¶
type ListTeamInstalledAppsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.TeamsAppInstallation }
type ListTeamInstalledAppsCustomPager ¶
func (*ListTeamInstalledAppsCustomPager) NextPageLink ¶
func (p *ListTeamInstalledAppsCustomPager) NextPageLink() *odata.Link
type ListTeamInstalledAppsOperationOptions ¶
type ListTeamInstalledAppsOperationOptions 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 DefaultListTeamInstalledAppsOperationOptions ¶
func DefaultListTeamInstalledAppsOperationOptions() ListTeamInstalledAppsOperationOptions
func (ListTeamInstalledAppsOperationOptions) ToHeaders ¶
func (o ListTeamInstalledAppsOperationOptions) ToHeaders() *client.Headers
func (ListTeamInstalledAppsOperationOptions) ToOData ¶
func (o ListTeamInstalledAppsOperationOptions) ToOData() *odata.Query
func (ListTeamInstalledAppsOperationOptions) ToQuery ¶
func (o ListTeamInstalledAppsOperationOptions) ToQuery() *client.QueryParams
type TeamInstalledAppClient ¶
func NewTeamInstalledAppClientWithBaseURI ¶
func NewTeamInstalledAppClientWithBaseURI(sdkApi sdkEnv.Api) (*TeamInstalledAppClient, error)
func (TeamInstalledAppClient) CreateTeamInstalledApp ¶
func (c TeamInstalledAppClient) CreateTeamInstalledApp(ctx context.Context, id stable.GroupId, input stable.TeamsAppInstallation, options CreateTeamInstalledAppOperationOptions) (result CreateTeamInstalledAppOperationResponse, err error)
CreateTeamInstalledApp - Create new navigation property to installedApps for groups
func (TeamInstalledAppClient) CreateTeamInstalledAppUpgrade ¶
func (c TeamInstalledAppClient) CreateTeamInstalledAppUpgrade(ctx context.Context, id stable.GroupIdTeamInstalledAppId, input CreateTeamInstalledAppUpgradeRequest, options CreateTeamInstalledAppUpgradeOperationOptions) (result CreateTeamInstalledAppUpgradeOperationResponse, err error)
CreateTeamInstalledAppUpgrade - Invoke action upgrade. Upgrade an app installation within a chat.
func (TeamInstalledAppClient) DeleteTeamInstalledApp ¶
func (c TeamInstalledAppClient) DeleteTeamInstalledApp(ctx context.Context, id stable.GroupIdTeamInstalledAppId, options DeleteTeamInstalledAppOperationOptions) (result DeleteTeamInstalledAppOperationResponse, err error)
DeleteTeamInstalledApp - Delete navigation property installedApps for groups
func (TeamInstalledAppClient) GetTeamInstalledApp ¶
func (c TeamInstalledAppClient) GetTeamInstalledApp(ctx context.Context, id stable.GroupIdTeamInstalledAppId, options GetTeamInstalledAppOperationOptions) (result GetTeamInstalledAppOperationResponse, err error)
GetTeamInstalledApp - Get installedApps from groups. The apps installed in this team.
func (TeamInstalledAppClient) GetTeamInstalledAppsCount ¶
func (c TeamInstalledAppClient) GetTeamInstalledAppsCount(ctx context.Context, id stable.GroupId, options GetTeamInstalledAppsCountOperationOptions) (result GetTeamInstalledAppsCountOperationResponse, err error)
GetTeamInstalledAppsCount - Get the number of the resource
func (TeamInstalledAppClient) ListTeamInstalledApps ¶
func (c TeamInstalledAppClient) ListTeamInstalledApps(ctx context.Context, id stable.GroupId, options ListTeamInstalledAppsOperationOptions) (result ListTeamInstalledAppsOperationResponse, err error)
ListTeamInstalledApps - Get installedApps from groups. The apps installed in this team.
func (TeamInstalledAppClient) ListTeamInstalledAppsComplete ¶
func (c TeamInstalledAppClient) ListTeamInstalledAppsComplete(ctx context.Context, id stable.GroupId, options ListTeamInstalledAppsOperationOptions) (ListTeamInstalledAppsCompleteResult, error)
ListTeamInstalledAppsComplete retrieves all the results into a single object
func (TeamInstalledAppClient) ListTeamInstalledAppsCompleteMatchingPredicate ¶
func (c TeamInstalledAppClient) ListTeamInstalledAppsCompleteMatchingPredicate(ctx context.Context, id stable.GroupId, options ListTeamInstalledAppsOperationOptions, predicate TeamsAppInstallationOperationPredicate) (result ListTeamInstalledAppsCompleteResult, err error)
ListTeamInstalledAppsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (TeamInstalledAppClient) UpdateTeamInstalledApp ¶
func (c TeamInstalledAppClient) UpdateTeamInstalledApp(ctx context.Context, id stable.GroupIdTeamInstalledAppId, input stable.TeamsAppInstallation, options UpdateTeamInstalledAppOperationOptions) (result UpdateTeamInstalledAppOperationResponse, err error)
UpdateTeamInstalledApp - Update the navigation property installedApps in groups
type TeamsAppInstallationOperationPredicate ¶
type TeamsAppInstallationOperationPredicate struct { }
func (TeamsAppInstallationOperationPredicate) Matches ¶
func (p TeamsAppInstallationOperationPredicate) Matches(input stable.TeamsAppInstallation) bool
type UpdateTeamInstalledAppOperationOptions ¶
type UpdateTeamInstalledAppOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateTeamInstalledAppOperationOptions ¶
func DefaultUpdateTeamInstalledAppOperationOptions() UpdateTeamInstalledAppOperationOptions
func (UpdateTeamInstalledAppOperationOptions) ToHeaders ¶
func (o UpdateTeamInstalledAppOperationOptions) ToHeaders() *client.Headers
func (UpdateTeamInstalledAppOperationOptions) ToOData ¶
func (o UpdateTeamInstalledAppOperationOptions) ToOData() *odata.Query
func (UpdateTeamInstalledAppOperationOptions) ToQuery ¶
func (o UpdateTeamInstalledAppOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createteaminstalledapp.go
- method_createteaminstalledappupgrade.go
- method_deleteteaminstalledapp.go
- method_getteaminstalledapp.go
- method_getteaminstalledappscount.go
- method_listteaminstalledapps.go
- method_updateteaminstalledapp.go
- model_createteaminstalledappupgraderequest.go
- predicates.go
- version.go