Class VCard.Organization

  • Enclosing class:
    VCard

    public static final class VCard.Organization
    extends Object
    Represents an organization.
    • Constructor Detail

      • Organization

        public Organization​(String name,
                            String... orgUnits)
        Creates an organization.
        Parameters:
        name - The organization name.
        orgUnits - The organization units.
    • Method Detail

      • getName

        public String getName()
        Gets the organization name.
        Returns:
        The organization name.
      • getOrgUnits

        public List<String> getOrgUnits()
        Gets the organization units.
        Returns:
        The units.