Uses of Enum Class
com.bfo.box.C2PAStatus.Code
-
Uses of C2PAStatus.Code in com.bfo.box
Methods in com.bfo.box that return C2PAStatus.CodeModifier and TypeMethodDescriptionC2PAStatus.getStandardCode()
Return the Code enum, if this is a standard code, or null otherwisestatic C2PAStatus.Code
Returns the enum constant of this class with the specified name.static C2PAStatus.Code[]
C2PAStatus.Code.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.bfo.box with parameters of type C2PAStatus.CodeModifierConstructorDescriptionC2PAStatus
(C2PAStatus.Code code, String message, String url, Throwable throwable) Create a new status based on the specified standard code