Package com.vonage.client.verify2
Class WorkflowStatus
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.verify2.WorkflowStatus
- All Implemented Interfaces:
Jsonable
Describes the status of a workflow.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Channelprotected Instantprotected VerificationStatus -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe workflow type.Date and time this workflow was initiated.State of the verification workflow.Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Field Details
-
channel
-
initiatedAt
-
status
-
-
Constructor Details
-
WorkflowStatus
protected WorkflowStatus()
-
-
Method Details
-
getChannel
The workflow type.- Returns:
- The channel enum.
-
getInitiatedAt
Date and time this workflow was initiated.- Returns:
- The initiation timestamp.
-
getStatus
State of the verification workflow.- Returns:
- The status enum.
-