Package org.refcodes.rest
Interface HomeUrlAccessor
-
- All Known Subinterfaces:
HomeUrlAccessor.HomeUrlProperty
public interface HomeUrlAccessorProvides an accessor for a homeUrlproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHomeUrlAccessor.HomeUrlBuilder<B extends HomeUrlAccessor.HomeUrlBuilder<?>>Provides a mutator for an homeUrlproperty.static interfaceHomeUrlAccessor.HomeUrlMutatorProvides a mutator for a homeUrlproperty.static interfaceHomeUrlAccessor.HomeUrlPropertyProvides a homeUrlproperty.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.refcodes.net.UrlgetHomeUrl()Retrieves the homeUrlfrom the homeUrlproperty.
-