ValidationCode Class

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

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

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

ValidationCode

public ValidationCode()

Method Details

getETag

public String getETag()

Gets the ETag value for the object.

Returns:

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.

getOrganizationName

public String getOrganizationName()

Gets the name of the organization.

Returns:

The name of the organization.

getPartnerId

public String getPartnerId()

Gets the identifier for the partner.

Returns:

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.

getValidationId

public String getValidationId()

Gets the identifier for the validation.

Returns:

The identifier for the validation.

setETag

public void setETag(String value)

Sets the ETag value for the object.

Parameters:

value - The ETag value for the object.

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.

setOrganizationName

public void setOrganizationName(String value)

Sets the name of the organization.

Parameters:

value - The name of the organization.

setPartnerId

public void setPartnerId(String value)

Sets the identifier for the partner.

Parameters:

value - The identifier for the partner.

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.

setValidationId

public void setValidationId(String value)

Sets the identifier for the validation.

Parameters:

value - The identifier for the validation.

Applies to