ValidationCode Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. validationcodes. ValidationCode
- com.
public class ValidationCode
Represents validation codes. Used to create Government Community Cloud (GCC) accounts.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ValidationCode() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getETag()
Gets the ETag value for the object. |
| int |
getMaxCreates()
Gets the maximum number of customer creates for this code. |
| java.lang.String |
getOrganizationName()
Gets the name of the organization. |
| java.lang.String |
getPartnerId()
Gets the identifier for the partner. |
| int |
getRemainingCreates()
Gets the remaining number of customer creates for this code. |
| java.lang.String |
getValidationId()
Gets the identifier for the validation. |
| void |
setETag(String value)
Sets the ETag value for the object. |
| void |
setMaxCreates(int value)
Sets the maximum number of customer creates for this code. |
| void |
setOrganizationName(String value)
Sets the name of the organization. |
| void |
setPartnerId(String value)
Sets the identifier for the partner. |
| void |
setRemainingCreates(int value)
Sets the remaining number of customer creates for this code. |
| void |
setValidationId(String value)
Sets the identifier for the validation. |
Inherited Members
Constructor Details
ValidationCode
public ValidationCode()
Method Details
getETag
public String getETag()
Gets the ETag value for the object.
Returns:
getMaxCreates
public int getMaxCreates()
Gets the maximum number of customer creates for this code.
Returns:
getOrganizationName
public String getOrganizationName()
Gets the name of the organization.
Returns:
getPartnerId
public String getPartnerId()
Gets the identifier for the partner.
Returns:
getRemainingCreates
public int getRemainingCreates()
Gets the remaining number of customer creates for this code.
Returns:
getValidationId
public String getValidationId()
Gets the identifier for the validation.
Returns:
setETag
public void setETag(String value)
Sets the ETag value for the object.
Parameters:
setMaxCreates
public void setMaxCreates(int value)
Sets the maximum number of customer creates for this code.
Parameters:
setOrganizationName
public void setOrganizationName(String value)
Sets the name of the organization.
Parameters:
setPartnerId
public void setPartnerId(String value)
Sets the identifier for the partner.
Parameters:
setRemainingCreates
public void setRemainingCreates(int value)
Sets the remaining number of customer creates for this code.
Parameters:
setValidationId
public void setValidationId(String value)
Sets the identifier for the validation.
Parameters: