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 RestStatusRestStatusDTO.reststatusErgebnis der Rest-Anfrage am ServerMethods in at.letto.dto that return RestStatusModifier and TypeMethodDescriptionRestDTO.status()static RestStatusReturns 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 TypeMethodDescriptionvoidRestDTO.setReststatus(RestStatus reststatus, String message) voidRestDTO.setReststatus(RestStatus reststatus, String message, int count)