public final class FbUrl extends Property
Modifier and Type | Class and Description |
---|---|
static class |
FbUrl.Factory |
Property.Id
ILLEGAL_PARAMETER_MESSAGE
Constructor and Description |
---|
FbUrl(java.util.List<Parameter> params,
java.lang.String value)
Factory constructor.
|
FbUrl(java.net.URI uri,
Type... types) |
Modifier and Type | Method and Description |
---|---|
java.net.URI |
getUri() |
java.lang.String |
getValue() |
void |
validate() |
assertOneOrLess, assertParametersEmpty, assertPidParameter, assertPrefParameter, assertTextParameter, assertTypeParameter, equals, getExtendedParameter, getExtendedParameters, getGroup, getId, getParameter, getParameters, getParameters, hashCode, toString
public FbUrl(java.net.URI uri, Type... types)
uri
- a free/busy URItypes
- optional property classifierspublic FbUrl(java.util.List<Parameter> params, java.lang.String value) throws java.net.URISyntaxException
params
- property parametersvalue
- string representation of a property valuejava.net.URISyntaxException
- where the specified value is not a valid URI