public final class CalUri extends Property
Modifier and Type | Class and Description |
---|---|
static class |
CalUri.Factory |
Property.Id
ILLEGAL_PARAMETER_MESSAGE
Constructor and Description |
---|
CalUri(java.util.List<Parameter> params,
java.lang.String value)
Factory constructor.
|
CalUri(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 CalUri(java.net.URI uri, Type... types)
uri
- a calendar URI valuetypes
- optional classifierspublic CalUri(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 string value is not a valid URI