Uses of Class
com.acumenvelocity.ath.model.DocumentStatus
-
Packages that use DocumentStatus Package Description com.acumenvelocity.ath.model -
-
Uses of DocumentStatus in com.acumenvelocity.ath.model
Methods in com.acumenvelocity.ath.model that return DocumentStatus Modifier and Type Method Description static DocumentStatusDocumentStatus. fromValue(String text)DocumentStatusConflictResponse. getStatus()static DocumentStatusDocumentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentStatus[]DocumentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.acumenvelocity.ath.model with parameters of type DocumentStatus Modifier and Type Method Description voidConflictResponse. setStatus(DocumentStatus status)ConflictResponseConflictResponse. status(DocumentStatus status)
-