Uses of Enum Class
at.letto.dto.RestStatus
Packages that use RestStatus
-
Uses of RestStatus in at.letto.dto
Fields in at.letto.dto declared as RestStatusModifier and TypeFieldDescriptionprivate RestStatus
RestStatusDTO.reststatus
Ergebnis der Rest-Anfrage am ServerMethods in at.letto.dto that return RestStatusModifier and TypeMethodDescriptionRestDTO.status()
static RestStatus
Returns the enum constant of this class with the specified name.static RestStatus[]
RestStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in at.letto.dto with parameters of type RestStatusModifier and TypeMethodDescriptionvoid
RestDTO.setReststatus
(RestStatus reststatus, String message) void
RestDTO.setReststatus
(RestStatus reststatus, String message, int count)