Package org.refcodes.rest
Interface StatusUrlAccessor
-
- All Known Subinterfaces:
StatusUrlAccessor.StatusUrlProperty
public interface StatusUrlAccessorProvides an accessor for a statusUrlproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceStatusUrlAccessor.StatusUrlBuilder<B extends StatusUrlAccessor.StatusUrlBuilder<?>>Provides a mutator for an statusUrlproperty.static interfaceStatusUrlAccessor.StatusUrlMutatorProvides a mutator for a statusUrlproperty.static interfaceStatusUrlAccessor.StatusUrlPropertyProvides a statusUrlproperty.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.refcodes.net.UrlgetStatusUrl()Retrieves the statusUrlfrom the statusUrlproperty.
-