public abstract class Resource extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Resource.Builder |
| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
static Resource.Builder |
builder() |
static Resource |
create(ResourceType newType,
String newId,
String newLabel,
String newDescription,
boolean newHidden,
boolean newReadonly) |
abstract String |
getDescription() |
abstract String |
getId() |
abstract String |
getLabel() |
abstract ResourceType |
getType() |
abstract boolean |
isHidden() |
abstract boolean |
isReadonly() |
public abstract ResourceType getType()
public abstract String getId()
public abstract String getLabel()
public abstract boolean isHidden()
public abstract boolean isReadonly()
public static Resource create(ResourceType newType, String newId, String newLabel, String newDescription, boolean newHidden, boolean newReadonly)
public static Resource.Builder builder()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.