Uses of Class
org.oa4mp.delegation.server.storage.ClientApproval.Status
-
Packages that use ClientApproval.Status Package Description org.oa4mp.delegation.server.storage -
-
Uses of ClientApproval.Status in org.oa4mp.delegation.server.storage
Methods in org.oa4mp.delegation.server.storage that return ClientApproval.Status Modifier and Type Method Description ClientApproval.Status
ClientApproval. getStatus()
static ClientApproval.Status
ClientApproval.Status. resolveByStatusValue(String code)
static ClientApproval.Status
ClientApproval.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientApproval.Status[]
ClientApproval.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.oa4mp.delegation.server.storage with parameters of type ClientApproval.Status Modifier and Type Method Description void
ClientApproval. setStatus(ClientApproval.Status status)
-