Package org.refcodes.rest
Interface HomeUrlAccessor.HomeUrlBuilder<B extends HomeUrlAccessor.HomeUrlBuilder<?>>
-
- Type Parameters:
B- The builder which implements theHomeUrlAccessor.HomeUrlBuilder.
- Enclosing interface:
- HomeUrlAccessor
public static interface HomeUrlAccessor.HomeUrlBuilder<B extends HomeUrlAccessor.HomeUrlBuilder<?>>Provides a mutator for an homeUrlproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithHomeUrl(org.refcodes.net.Url aHomeUrl)Sets the homeUrlto use and returns this builder as of the builder pattern.
-
-
-
Method Detail
-
withHomeUrl
B withHomeUrl(org.refcodes.net.Url aHomeUrl)
Sets the homeUrlto use and returns this builder as of the builder pattern.- Parameters:
aHomeUrl- The homeUrlto be stored by the homeUrlproperty.- Returns:
- This
HomeUrlAccessor.HomeUrlBuilderinstance to continue configuration.
-
-