public class DocumentUpload extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DocumentUpload.Kind |
Modifier and Type | Field and Description |
---|---|
private String |
contentType |
private String |
id |
private DocumentUpload.Kind |
kind |
private String |
name |
private int |
size |
Constructor and Description |
---|
DocumentUpload(NodeWrapper node) |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
String |
getId() |
DocumentUpload.Kind |
getKind() |
String |
getName() |
int |
getSize() |
private final String id
private final DocumentUpload.Kind kind
private final String contentType
private final String name
private final int size
public DocumentUpload(NodeWrapper node)
public String getId()
public DocumentUpload.Kind getKind()
public String getContentType()
public String getName()
public int getSize()
Copyright © 2013-2018. All Rights Reserved.