Uses of Class
com.skava.marketplace.model.AppScopes
Packages that use AppScopes
Package
Description
Model classes of the Appmarketplace Service available here.
Entity model classes of the Appmarketplace Service available here.
Exchange response model classes of the Appmarketplace Service available here.
-
Uses of AppScopes in com.skava.marketplace.model
Constructor parameters in com.skava.marketplace.model with type arguments of type AppScopes -
Uses of AppScopes in com.skava.marketplace.model.entity
Fields in com.skava.marketplace.model.entity with type parameters of type AppScopesModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.ListPath<AppScopes,
QAppScopes> QAppConfig.appScopes
-
Uses of AppScopes in com.skava.marketplace.model.exchange.response
Constructor parameters in com.skava.marketplace.model.exchange.response with type arguments of type AppScopesModifierConstructorDescriptionFindAppConfigResponse
(List<AppScopes> appScopes, List<ApiConfig> apiConfig, Map<String, String> webhookHeaders, List<WebhooksConfig> webhooksConfig, List<AppConfigProperty> properties, List<ExtensionConfig> extensionConfig)