Module org.refcodes.rest
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 pingUrl
property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B
withPingUrl(org.refcodes.web.Url aPingUrl)
Sets the pingUrl
to use and returns this builder as of the builder pattern.
-
-
-
Method Detail
-
withPingUrl
B withPingUrl(org.refcodes.web.Url aPingUrl)
Sets the pingUrl
to use and returns this builder as of the builder pattern.- Parameters:
aPingUrl
- The pingUrl
to be stored by the pingUrl
property.- Returns:
- This
PingUrlAccessor.PingUrlBuilder
instance to continue configuration.
-
-