Class ValidationCode

java.lang.Object
com.microsoft.store.partnercenter.models.validationcodes.ValidationCode

public class ValidationCode
extends Object
Represents validation codes. Used to create Government Community Cloud (GCC) accounts.
  • Constructor Details

  • Method Details

    • getETag

      public String getETag()
      Gets the ETag value for the object.
      Returns:
      The ETag value for the object.
    • setETag

      public void setETag​(String value)
      Sets the ETag value for the object.
      Parameters:
      value - The ETag value for the object.
    • getMaxCreates

      public int getMaxCreates()
      Gets the maximum number of customer creates for this code.
      Returns:
      The maximum number of customer creates for this code.
    • setMaxCreates

      public void setMaxCreates​(int value)
      Sets the maximum number of customer creates for this code.
      Parameters:
      value - The maximum number of customer creates for this code.
    • getOrganizationName

      public String getOrganizationName()
      Gets the name of the organization.
      Returns:
      The name of the organization.
    • setOrganizationName

      public void setOrganizationName​(String value)
      Sets the name of the organization.
      Parameters:
      value - The name of the organization.
    • getPartnerId

      public String getPartnerId()
      Gets the identifier for the partner.
      Returns:
      The identifier for the partner.
    • setPartnerId

      public void setPartnerId​(String value)
      Sets the identifier for the partner.
      Parameters:
      value - The identifier for the partner.
    • getRemainingCreates

      public int getRemainingCreates()
      Gets the remaining number of customer creates for this code.
      Returns:
      The remaining number of customer creates for this code.
    • setRemainingCreates

      public void setRemainingCreates​(int value)
      Sets the remaining number of customer creates for this code.
      Parameters:
      value - The remaining number of customer creates for this code.
    • getValidationId

      public String getValidationId()
      Gets the identifier for the validation.
      Returns:
      The identifier for the validation.
    • setValidationId

      public void setValidationId​(String value)
      Sets the identifier for the validation.
      Parameters:
      value - The identifier for the validation.