Class IdentifierProperties


  • public final class IdentifierProperties
    extends Object
    Identifier resource specific properties.
    • Constructor Detail

      • IdentifierProperties

        public IdentifierProperties()
    • Method Detail

      • value

        public String value()
        Get the value property: String representation of the identity.
        Returns:
        the value value.
      • withValue

        public IdentifierProperties withValue​(String value)
        Set the value property: String representation of the identity.
        Parameters:
        value - the value value to set.
        Returns:
        the IdentifierProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.