| Package | Description |
|---|---|
| io.scanbot.shoeboxed.entity | |
| io.scanbot.shoeboxed.entity.request |
| Modifier and Type | Method and Description |
|---|---|
Document.ProcessingState |
Document.getProcessingState() |
static Document.ProcessingState |
Document.ProcessingState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Document.ProcessingState[] |
Document.ProcessingState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Document(String id,
String name,
Document.ProcessingState processingState,
Document.Type type,
String notes,
String city) |
| Modifier and Type | Method and Description |
|---|---|
CreateDocumentRequest.Builder |
CreateDocumentRequest.Builder.processingState(Document.ProcessingState state) |
Copyright © 2014. All rights reserved.