public abstract class AppResponse extends Object
| Constructor and Description |
|---|
AppResponse() |
| Modifier and Type | Method and Description |
|---|---|
static AppResponse |
create(App app) |
abstract String |
getAppConfig() |
abstract String |
getDescription() |
abstract String |
getId() |
abstract boolean |
getIncludeMenuAndFooter() |
abstract boolean |
getIsActive() |
abstract String |
getLabel() |
abstract String |
getName() |
abstract String |
getResourceFolder() |
abstract String |
getTemplateContent() |
abstract String |
getVersion() |
public abstract String getId()
public abstract String getName()
public abstract String getLabel()
public abstract String getDescription()
public abstract boolean getIsActive()
public abstract boolean getIncludeMenuAndFooter()
public abstract String getTemplateContent()
public abstract String getVersion()
public abstract String getResourceFolder()
public static AppResponse create(App app)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.