Constructor and Description |
---|
MetadataQueryProtocolRequestURLBuilder(String baseURL)
Constructor.
|
MetadataQueryProtocolRequestURLBuilder(String baseURL,
com.google.common.base.Function<String,String> transform)
Constructor.
|
public MetadataQueryProtocolRequestURLBuilder(@Nonnull @NotEmpty String baseURL)
baseURL
- the base URL for the metadata responderpublic MetadataQueryProtocolRequestURLBuilder(@Nonnull @NotEmpty String baseURL, @Nullable com.google.common.base.Function<String,String> transform)
baseURL
- the base URL for the metadata respondertransform
- function which transforms the entityID prior to URL construction substitution, may be nullCopyright © 2016. All rights reserved.