State
Contains available states of InboxEntryStream.
Constants
ABORTED : State
Indicates that the InboxEntryStream was canceled.
ERROR : State
Indicates that an error occurred while sending files or the Entry.
FILES_SENT : State
Indicates that all files have been sent successfully and the entry is ready to be sent. This state is set when:
- The InboxEntryStream has been initialized and there are no files to send.
- All files have been sent successfully.
PREPARED : State
The initial state, indicating that InboxEntryStream is ready to send files.
SENT : State
Indicates that the entry was sent successfully.
Static Methods
valueOf
public static State valueOf(
String name
)
Name | Type | Description |
---|---|---|
name | String |
Type | Description |
---|---|
State |
values
public static State[] values()
Type | Description |
---|---|
State[] |