Class Vendor


  • @Generated("jsonschema2pojo")
    public class Vendor
    extends Object
    Vendor

    The vendor associated with the contact.

    • Field Detail

      • id

        @JsonPropertyDescription("The global identifier for the Vendor.")
        private String id
        ID

        The global identifier for the Vendor. (Required)

    • Constructor Detail

      • Vendor

        public Vendor()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Vendor. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Vendor. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object