Uses of Enum Class
org.apache.clusterbr.zupportl5.enums.HttpStatusCodeEnum
Packages that use HttpStatusCodeEnum
-
Uses of HttpStatusCodeEnum in org.apache.clusterbr.zupportl5.dto
Methods in org.apache.clusterbr.zupportl5.dto with parameters of type HttpStatusCodeEnum -
Uses of HttpStatusCodeEnum in org.apache.clusterbr.zupportl5.enums
Methods in org.apache.clusterbr.zupportl5.enums that return HttpStatusCodeEnumModifier and TypeMethodDescriptionstatic HttpStatusCodeEnumHttpStatusCodeEnum.fromCode(int code) static HttpStatusCodeEnumReturns the enum constant of this class with the specified name.static HttpStatusCodeEnum[]HttpStatusCodeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.