Uses of Class
org.teamapps.dto.CLIENT_ERROR.Reason
-
-
Uses of CLIENT_ERROR.Reason in org.teamapps.dto
Fields in org.teamapps.dto declared as CLIENT_ERROR.Reason Modifier and Type Field Description protected CLIENT_ERROR.ReasonCLIENT_ERROR. reasonMethods in org.teamapps.dto that return CLIENT_ERROR.Reason Modifier and Type Method Description CLIENT_ERROR.ReasonCLIENT_ERROR. getReason()static CLIENT_ERROR.ReasonCLIENT_ERROR.Reason. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CLIENT_ERROR.Reason[]CLIENT_ERROR.Reason. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.dto with parameters of type CLIENT_ERROR.Reason Constructor Description CLIENT_ERROR(CLIENT_ERROR.Reason reason)
-