public class ZipDownloadRequestItemsField extends SerializableObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The identifier of the item to add to the archive.
|
protected EnumWrapper<ZipDownloadRequestItemsTypeField> |
type
The type of the item to add to the archive.
|
explicitlySetNullableFields| Constructor and Description |
|---|
ZipDownloadRequestItemsField(EnumWrapper<ZipDownloadRequestItemsTypeField> type,
String id) |
ZipDownloadRequestItemsField(ZipDownloadRequestItemsTypeField type,
String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
EnumWrapper<ZipDownloadRequestItemsTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final EnumWrapper<ZipDownloadRequestItemsTypeField> type
public ZipDownloadRequestItemsField(ZipDownloadRequestItemsTypeField type, String id)
public ZipDownloadRequestItemsField(EnumWrapper<ZipDownloadRequestItemsTypeField> type, String id)
public EnumWrapper<ZipDownloadRequestItemsTypeField> getType()