public abstract class ResourceIdentifier extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceIdentifier.Builder |
| Constructor and Description |
|---|
ResourceIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
static ResourceIdentifier.Builder |
builder() |
static ResourceIdentifier |
create(ResourceType newType,
String newId) |
abstract String |
getId() |
abstract ResourceType |
getType() |
public abstract ResourceType getType()
public abstract String getId()
public static ResourceIdentifier create(ResourceType newType, String newId)
public static ResourceIdentifier.Builder builder()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.