public final class FileFieldValue extends Object implements FieldValue
| Constructor and Description |
|---|
FileFieldValue(FileBody... values) |
FileFieldValue(List<FileBody> values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FieldType |
getType()
Returns the type of field.
|
List<FileBody> |
getValues()
The list of objects that contain information of attached files.
|
int |
hashCode() |
String |
toString() |
isBuiltinpublic FileFieldValue(List<FileBody> values)
public FileFieldValue(FileBody... values)
public FieldType getType()
getType in interface FieldValuepublic List<FileBody> getValues()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object