Package org.refcodes.rest
Interface StatusPathAccessor
-
- All Known Subinterfaces:
StatusPathAccessor.StatusPathProperty
public interface StatusPathAccessorProvides an accessor for a status path property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceStatusPathAccessor.StatusPathBuilder<B extends StatusPathAccessor.StatusPathBuilder<?>>Provides a mutator for an status path property.static interfaceStatusPathAccessor.StatusPathMutatorProvides a mutator for a status path property.static interfaceStatusPathAccessor.StatusPathPropertyProvides a status path property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetStatusPath()Retrieves the status path from the status path property.
-