Uses of Class
org.ehrbase.rest.ehrscape.responsedata.Action
-
Packages that use Action Package Description org.ehrbase.rest.ehrscape.responsedata -
-
Uses of Action in org.ehrbase.rest.ehrscape.responsedata
Methods in org.ehrbase.rest.ehrscape.responsedata that return Action Modifier and Type Method Description ActionActionRestResponseData. getAction()static ActionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static Action[]Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehrbase.rest.ehrscape.responsedata with parameters of type Action Modifier and Type Method Description voidActionRestResponseData. setAction(Action action)
-