Package org.refcodes.rest
Interface StatusUrlAccessor
-
- All Known Subinterfaces:
StatusUrlAccessor.StatusUrlProperty
public interface StatusUrlAccessor
Provides an accessor for a statusUrl
property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
StatusUrlAccessor.StatusUrlBuilder<B extends StatusUrlAccessor.StatusUrlBuilder<?>>
Provides a mutator for an statusUrl
property.static interface
StatusUrlAccessor.StatusUrlMutator
Provides a mutator for a statusUrl
property.static interface
StatusUrlAccessor.StatusUrlProperty
Provides a statusUrl
property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.refcodes.net.Url
getStatusUrl()
Retrieves the statusUrl
from the statusUrl
property.
-