Class Telephone

    • Constructor Detail

      • Telephone

        public Telephone​(URI uri,
                         Type... types)
        Parameters:
        uri - specifies the URI of a telephone definition
        types - optional parameter types
      • Telephone

        public Telephone​(Group group,
                         URI uri,
                         Type... types)
        Parameters:
        group - a property group
        uri - specifies the URI of a telephone definition
        types - optional parameter types
      • Telephone

        public Telephone​(String value,
                         Type... types)
        Provide backwards-compatibility for vCard 3.0.
        Parameters:
        value - a non-URI value
        types - optional parameter types
      • Telephone

        public Telephone​(ParameterList params,
                         String value)
        Factory constructor.
        Parameters:
        params - property parameters
        value - string representation of a property value
        Throws:
        URISyntaxException - where the specified value is not a valid URI
      • Telephone

        public Telephone​(Group group,
                         ParameterList params,
                         String value)
        Factory constructor.
        Parameters:
        group - a property group
        params - property parameters
        value - string representation of a property value
        Throws:
        URISyntaxException - where the specified value is not a valid URI