Class ContactObjectBuilder


  • public class ContactObjectBuilder
    extends java.lang.Object
    Contact information for the exposed API.
    • Constructor Detail

      • ContactObjectBuilder

        public ContactObjectBuilder()
    • Method Detail

      • withName

        public ContactObjectBuilder withName​(java.lang.String name)
        Parameters:
        name - The identifying name of the contact person/organization.
        Returns:
        The current builder
      • withUrl

        public ContactObjectBuilder withUrl​(java.net.URI url)
        Parameters:
        url - The URL pointing to the contact information.
        Returns:
        The current builder
      • withEmail

        public ContactObjectBuilder withEmail​(java.lang.String email)
        Parameters:
        email - The email address of the contact person/organization. MUST be in the format of an email address.
        Returns:
        The current builder