public class ZipDownloadRequest extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
ZipDownloadRequest.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
downloadFileName
The optional name of the `zip` archive.
|
protected List<ZipDownloadRequestItemsField> |
items
A list of items to add to the `zip` archive.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
ZipDownloadRequest(List<ZipDownloadRequestItemsField> items) |
protected |
ZipDownloadRequest(ZipDownloadRequest.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDownloadFileName() |
List<ZipDownloadRequestItemsField> |
getItems() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final List<ZipDownloadRequestItemsField> items
protected String downloadFileName
public ZipDownloadRequest(List<ZipDownloadRequestItemsField> items)
protected ZipDownloadRequest(ZipDownloadRequest.Builder builder)
public List<ZipDownloadRequestItemsField> getItems()
public String getDownloadFileName()