public class Bucket extends Object
| Constructor and Description |
|---|
Bucket(Path bucketPath,
String name,
String creationDate)
Constructs a new
Bucket. |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreationDate() |
String |
getName() |
Path |
getPath() |
void |
setCreationDate(String creationDate) |
void |
setName(String name) |
void |
setPath(Path bucketPath) |
Copyright © 2019 Adobe. All rights reserved.