public class PurgeTask extends JsonObject
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_DIRECTORY |
static String |
TYPE_FILE |
| Constructor and Description |
|---|
PurgeTask() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType() |
String |
getUrl() |
void |
setType(String type) |
void |
setUrl(String url) |
PurgeTask |
withDirectory(String url) |
PurgeTask |
withUrl(String url) |
toStringpublic static final String TYPE_FILE
public static final String TYPE_DIRECTORY
Copyright © 2020. All rights reserved.