Package org.refcodes.rest
Interface StatusUrlAccessor.StatusUrlBuilder<B extends StatusUrlAccessor.StatusUrlBuilder<?>>
-
- Type Parameters:
B
- The builder which implements theStatusUrlAccessor.StatusUrlBuilder
.
- Enclosing interface:
- StatusUrlAccessor
public static interface StatusUrlAccessor.StatusUrlBuilder<B extends StatusUrlAccessor.StatusUrlBuilder<?>>
Provides a mutator for an statusUrl
property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B
withStatusUrl(org.refcodes.net.Url aStatusUrl)
Sets the statusUrl
to use and returns this builder as of the builder pattern.
-
-
-
Method Detail
-
withStatusUrl
B withStatusUrl(org.refcodes.net.Url aStatusUrl)
Sets the statusUrl
to use and returns this builder as of the builder pattern.- Parameters:
aStatusUrl
- The statusUrl
to be stored by the statusUrl
property.- Returns:
- This
StatusUrlAccessor.StatusUrlBuilder
instance to continue configuration.
-
-