public class UpdateDocumentOptions extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
UpdateDocumentOptions.Builder
Builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
collectionId()
Gets the collectionId. 
 | 
java.lang.String | 
documentId()
Gets the documentId. 
 | 
java.lang.String | 
environmentId()
Gets the environmentId. 
 | 
java.io.InputStream | 
file()
Gets the file. 
 | 
java.lang.String | 
fileContentType()
Gets the fileContentType. 
 | 
java.lang.String | 
filename()
Gets the filename. 
 | 
java.lang.String | 
metadata()
Gets the metadata. 
 | 
UpdateDocumentOptions.Builder | 
newBuilder()
New builder. 
 | 
equals, hashCode, toStringpublic UpdateDocumentOptions.Builder newBuilder()
public java.lang.String environmentId()
public java.lang.String collectionId()
public java.lang.String documentId()
public java.io.InputStream file()
public java.lang.String filename()
public java.lang.String metadata()
public java.lang.String fileContentType()