Uses of Class
com.oracle.bmc.aivision.model.DocumentJob.LifecycleDetails
-
Packages that use DocumentJob.LifecycleDetails Package Description com.oracle.bmc.aivision.model -
-
Uses of DocumentJob.LifecycleDetails in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return DocumentJob.LifecycleDetails Modifier and Type Method Description static DocumentJob.LifecycleDetails
DocumentJob.LifecycleDetails. create(String key)
DocumentJob.LifecycleDetails
DocumentJob. getLifecycleDetails()
The detailed status of FAILED state.static DocumentJob.LifecycleDetails
DocumentJob.LifecycleDetails. valueOf(String name)
Returns the enum constant of this type with the specified name.static DocumentJob.LifecycleDetails[]
DocumentJob.LifecycleDetails. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aivision.model with parameters of type DocumentJob.LifecycleDetails Modifier and Type Method Description DocumentJob.Builder
DocumentJob.Builder. lifecycleDetails(DocumentJob.LifecycleDetails lifecycleDetails)
The detailed status of FAILED state.Constructors in com.oracle.bmc.aivision.model with parameters of type DocumentJob.LifecycleDetails Constructor Description DocumentJob(String id, String compartmentId, String displayName, List<DocumentFeature> features, DocumentLanguage language, DocumentType documentType, InputLocation inputLocation, Date timeAccepted, Date timeStarted, Date timeFinished, Float percentComplete, OutputLocation outputLocation, DocumentJob.LifecycleState lifecycleState, Boolean isZipOutputEnabled, DocumentJob.LifecycleDetails lifecycleDetails)
Deprecated.
-