Package com.mypurecloud.sdk.v2.model
Class GetFlowExecutionDataJobResult
java.lang.Object
com.mypurecloud.sdk.v2.model.GetFlowExecutionDataJobResult
- All Implemented Interfaces:
Serializable
This is a list of executionData links that can be used to download the complete executionData
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe state of the backend process to prep the files for download. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentities(List<ExecutionDataEntity> entities) On jobState = Success this field will be populated with the list of results of files for download.booleangetId()getName()inthashCode()The state of the backend process to prep the files for download.voidsetEntities(List<ExecutionDataEntity> entities) voidvoidtoString()
-
Constructor Details
-
GetFlowExecutionDataJobResult
public GetFlowExecutionDataJobResult() -
GetFlowExecutionDataJobResult
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
entities
On jobState = Success this field will be populated with the list of results of files for download. -
getEntities
-
setEntities
-
jobState
The state of the backend process to prep the files for download. -
getJobState
-
setJobState
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-