Uses of Class
org.bedework.bwcli.copiedCalFacade.responses.Response.Status
-
Packages that use Response.Status Package Description org.bedework.bwcli.copiedCalFacade.responses -
-
Uses of Response.Status in org.bedework.bwcli.copiedCalFacade.responses
Methods in org.bedework.bwcli.copiedCalFacade.responses that return Response.Status Modifier and Type Method Description Response.StatusResponse. getStatus()static Response.StatusResponse.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Response.Status[]Response.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bedework.bwcli.copiedCalFacade.responses with parameters of type Response.Status Modifier and Type Method Description static <T extends Response>
TResponse. notOk(T resp, Response.Status status, String msg)voidResponse. setStatus(Response.Status val)
-