Class ManualEnrollmentRequest

    • Field Detail

      • customerEmailSpecified

        protected boolean customerEmailSpecified
      • customerNameSpecified

        protected boolean customerNameSpecified
      • startupNameSpecified

        protected boolean startupNameSpecified
      • ventureAffiliationFlagSpecified

        protected boolean ventureAffiliationFlagSpecified
      • ventureFundNameSpecified

        protected boolean ventureFundNameSpecified
    • Constructor Detail

      • ManualEnrollmentRequest

        public ManualEnrollmentRequest()
    • Method Detail

      • getCustomerEmail

        public String getCustomerEmail()
      • setCustomerEmail

        public void setCustomerEmail​(String customerEmail)
      • isCustomerEmailSpecified

        public boolean isCustomerEmailSpecified()
      • unsetCustomerEmail

        public void unsetCustomerEmail()
      • getCustomerName

        public String getCustomerName()
      • setCustomerName

        public void setCustomerName​(String customerName)
      • isCustomerNameSpecified

        public boolean isCustomerNameSpecified()
      • unsetCustomerName

        public void unsetCustomerName()
      • getStartupName

        public String getStartupName()
      • setStartupName

        public void setStartupName​(String startupName)
      • isStartupNameSpecified

        public boolean isStartupNameSpecified()
      • unsetStartupName

        public void unsetStartupName()
      • getVentureAffiliationFlag

        public Boolean getVentureAffiliationFlag()
      • setVentureAffiliationFlag

        public void setVentureAffiliationFlag​(Boolean ventureAffiliationFlag)
      • isVentureAffiliationFlagSpecified

        public boolean isVentureAffiliationFlagSpecified()
      • unsetVentureAffiliationFlag

        public void unsetVentureAffiliationFlag()
      • getVentureFundName

        public String getVentureFundName()
      • setVentureFundName

        public void setVentureFundName​(String ventureFundName)
      • isVentureFundNameSpecified

        public boolean isVentureFundNameSpecified()
      • unsetVentureFundName

        public void unsetVentureFundName()