public abstract class Folder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Folder.Builder |
| Constructor and Description |
|---|
Folder() |
| Modifier and Type | Method and Description |
|---|---|
static Folder.Builder |
builder() |
static Folder |
create(String newId,
String newLabel,
Folder newParent) |
abstract String |
getId() |
abstract String |
getLabel() |
abstract Folder |
getParent() |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.