Uses of Class
com.mypurecloud.sdk.v2.model.ExecutionDataEntity
Packages that use ExecutionDataEntity
-
Uses of ExecutionDataEntity in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ExecutionDataEntityModifier and TypeMethodDescriptionExecutionDataEntity.downloadUri(String downloadUri) A downloadable link to the execution data file.If the retrieval failed (not found, no permission, etc;), this will be set true.The id of the execution requestedExecutionDataEntity.statusCode(String statusCode) This will contain the http status code for the failureMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ExecutionDataEntityMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ExecutionDataEntityModifier and TypeMethodDescriptionGetFlowExecutionDataJobResult.entities(List<ExecutionDataEntity> entities) On jobState = Success this field will be populated with the list of results of files for download.voidGetFlowExecutionDataJobResult.setEntities(List<ExecutionDataEntity> entities)