Class Contacts


  • public class Contacts
    extends Object
    The contacts for the vault certificates.
    • Constructor Detail

      • Contacts

        public Contacts()
    • Method Detail

      • id

        public String id()
        Get the id value.
        Returns:
        the id value
      • contactList

        public List<Contact> contactList()
        Get the contactList value.
        Returns:
        the contactList value
      • withContactList

        public Contacts withContactList​(List<Contact> contactList)
        Set the contactList value.
        Parameters:
        contactList - the contactList value to set
        Returns:
        the Contacts object itself.