Uses of Class
io.tech1.framework.domain.enums.Status
-
Packages that use Status Package Description io.tech1.framework.domain.enums io.tech1.framework.domain.http.requests -
-
Uses of Status in io.tech1.framework.domain.enums
Methods in io.tech1.framework.domain.enums that return Status Modifier and Type Method Description static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Status in io.tech1.framework.domain.http.requests
Methods in io.tech1.framework.domain.http.requests that return Status Modifier and Type Method Description StatusUserRequestMetadata. getStatus()
-