Uses of Class
org.glassfish.jersey.examples.httppatch.State
-
-
Uses of State in org.glassfish.jersey.examples.httppatch
Methods in org.glassfish.jersey.examples.httppatch that return State Modifier and Type Method Description StatePatchableResource. getState()Get current resource state.StatePatchableResource. patchState(State newState)Set new resource state.Methods in org.glassfish.jersey.examples.httppatch with parameters of type State Modifier and Type Method Description StatePatchableResource. patchState(State newState)Set new resource state.
-