Uses of Class
net.oneandone.neberus.model.ApiStatus
-
Packages that use ApiStatus Package Description net.oneandone.neberus.annotation net.oneandone.neberus.model net.oneandone.neberus.parse -
-
Uses of ApiStatus in net.oneandone.neberus.annotation
Methods in net.oneandone.neberus.annotation that return ApiStatus Modifier and Type Method Description ApiStatusstatus()Status of the response.ApiStatusstatus()Status of the response. -
Uses of ApiStatus in net.oneandone.neberus.model
Methods in net.oneandone.neberus.model that return ApiStatus Modifier and Type Method Description static ApiStatusApiStatus. valueOf(int statusCode)Return the enum constant of this type with the specified numeric value.static ApiStatusApiStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ApiStatus[]ApiStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ApiStatus in net.oneandone.neberus.parse
Fields in net.oneandone.neberus.parse declared as ApiStatus Modifier and Type Field Description ApiStatusRestMethodData.ResponseData. status
-