Package org.refcodes.rest
Interface PingUrlAccessor.PingUrlBuilder<B extends PingUrlAccessor.PingUrlBuilder<?>>
-
- Type Parameters:
B- The builder which implements thePingUrlAccessor.PingUrlBuilder.
- All Known Subinterfaces:
HttpServerDescriptor.HttpServerDescriptorBuilder<B>
- Enclosing interface:
- PingUrlAccessor
public static interface PingUrlAccessor.PingUrlBuilder<B extends PingUrlAccessor.PingUrlBuilder<?>>Provides a mutator for an pingUrlproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithPingUrl(org.refcodes.net.Url aPingUrl)Sets the pingUrlto use and returns this builder as of the builder pattern.
-
-
-
Method Detail
-
withPingUrl
B withPingUrl(org.refcodes.net.Url aPingUrl)
Sets the pingUrlto use and returns this builder as of the builder pattern.- Parameters:
aPingUrl- The pingUrlto be stored by the pingUrlproperty.- Returns:
- This
PingUrlAccessor.PingUrlBuilderinstance to continue configuration.
-
-