Class Workflow
-
- All Implemented Interfaces:
public final class Workflow
-
-
Method Summary
Modifier and Type Method Description final String
getId()
final Integer
getCreatedAt()
final String
getName()
final Integer
getNumberOfSessions()
final String
getRootNode()
final Boolean
getActive()
final static List<Workflow>
parse(ResponseBody responseBody)
-
-
Method Detail
-
getCreatedAt
final Integer getCreatedAt()
-
getNumberOfSessions
final Integer getNumberOfSessions()
-
getRootNode
final String getRootNode()
-
-
-
-