public interface ApplicationTypeOperations
| Modifier and Type | Method and Description |
|---|---|
FeatureList |
features(ApplicationType type,
RequestInfo serverURL)
List the type features.
|
ApplicationTypeDTO |
getType(ApplicationType type,
RequestInfo serverURL)
Get a specific application type.
|
ApplicationTypeList |
list(RequestInfo serverURL)
List the application types.
|
@Get(value="/application-types") ApplicationTypeList list(RequestInfo serverURL)
serverURL - The server URL@Get(value="/application-types/{type}")
ApplicationTypeDTO getType(ApplicationType type,
RequestInfo serverURL)
type - The typeserverURL - The server URL@Get(value="/application-types/{type}/features")
FeatureList features(ApplicationType type,
RequestInfo serverURL)
type - The featuresserverURL - The server URL