MetadataPolicy.Builder |
MetadataPolicy.Builder.withAdd(Object value) |
Set the value(s) to be added for the claim.
|
MetadataPolicy.Builder |
MetadataPolicy.Builder.withDefaultValue(Object value) |
Set the default value for the claim to be used in case none is specified.
|
MetadataPolicy.Builder |
MetadataPolicy.Builder.withEssential(Boolean isEssential) |
Set the flag indicating that the claim must have a value.
|
MetadataPolicy.Builder |
MetadataPolicy.Builder.withOneOfValues(List<Object> values) |
Set the list of values from which the claim must be one of.
|
MetadataPolicy.Builder |
MetadataPolicy.Builder.withRegexp(String value) |
Set the regular expression that the claim value must meet.
|
MetadataPolicy.Builder |
MetadataPolicy.Builder.withSubsetOfValues(List<Object> values) |
Set the list of value(s) from which the claim must be subset of.
|
MetadataPolicy.Builder |
MetadataPolicy.Builder.withSupersetOfValues(List<Object> values) |
Set the list of value(s) from which the claim must be superset of.
|
MetadataPolicy.Builder |
MetadataPolicy.Builder.withValue(Object value) |
Set the (forced) value for the claim.
|