Class ManualEnrollmentRequest

java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.catalyst.ManualEnrollmentRequest

@ApiType("SoftLayer_Container_Catalyst_ManualEnrollmentRequest")
public class ManualEnrollmentRequest
extends Entity
Contains user information used to request a manual Catalyst enrollment.
See Also:
SoftLayer_Container_Catalyst_ManualEnrollmentRequest
  • Field Details

    • customerEmail

      @ApiProperty(canBeNullOrNotSet=true) protected String customerEmail
      Applicant's email address
    • customerEmailSpecified

      protected boolean customerEmailSpecified
    • customerName

      @ApiProperty(canBeNullOrNotSet=true) protected String customerName
      Applicant's first and last name
    • customerNameSpecified

      protected boolean customerNameSpecified
    • startupName

      @ApiProperty(canBeNullOrNotSet=true) protected String startupName
      Name of applicant's startup company
    • startupNameSpecified

      protected boolean startupNameSpecified
    • ventureAffiliationFlag

      @ApiProperty(canBeNullOrNotSet=true) protected Boolean ventureAffiliationFlag
      Flag indicating whether (true) or not (false) and applicant is
    • ventureAffiliationFlagSpecified

      protected boolean ventureAffiliationFlagSpecified
    • ventureFundName

      @ApiProperty(canBeNullOrNotSet=true) protected String ventureFundName
      Name of the venture capital fund, if any, applicant is affiliated with
    • ventureFundNameSpecified

      protected boolean ventureFundNameSpecified
  • Constructor Details

    • ManualEnrollmentRequest

      public ManualEnrollmentRequest()
  • Method Details

    • 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()