Class AddressList

    • Constructor Detail

      • AddressList

        public AddressList()
        Default constructor.
      • AddressList

        public AddressList​(String aValue)
                    throws URISyntaxException
        Parses the specified string representation to create a list of addresses.
        Parameters:
        aValue - a string representation of a list of addresses
        Throws:
        URISyntaxException - where the specified string is not a valid representation
      • AddressList

        public AddressList​(List<URI> addresses)