public static enum BusinessOwnedObjectOnBehalfOfRequest.EnumStatus extends Enum<BusinessOwnedObjectOnBehalfOfRequest.EnumStatus>
| Enum Constant and Description |
|---|
VALUE_APPROVE |
VALUE_DECLINE |
VALUE_EXPIRED |
VALUE_IN_PROGRESS |
VALUE_PENDING |
VALUE_PENDING_EMAIL_VERIFICATION |
VALUE_PENDING_INTEGRITY_REVIEW |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static BusinessOwnedObjectOnBehalfOfRequest.EnumStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BusinessOwnedObjectOnBehalfOfRequest.EnumStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="APPROVE") public static final BusinessOwnedObjectOnBehalfOfRequest.EnumStatus VALUE_APPROVE
@SerializedName(value="DECLINE") public static final BusinessOwnedObjectOnBehalfOfRequest.EnumStatus VALUE_DECLINE
@SerializedName(value="EXPIRED") public static final BusinessOwnedObjectOnBehalfOfRequest.EnumStatus VALUE_EXPIRED
@SerializedName(value="IN_PROGRESS") public static final BusinessOwnedObjectOnBehalfOfRequest.EnumStatus VALUE_IN_PROGRESS
@SerializedName(value="PENDING") public static final BusinessOwnedObjectOnBehalfOfRequest.EnumStatus VALUE_PENDING
@SerializedName(value="PENDING_EMAIL_VERIFICATION") public static final BusinessOwnedObjectOnBehalfOfRequest.EnumStatus VALUE_PENDING_EMAIL_VERIFICATION
@SerializedName(value="PENDING_INTEGRITY_REVIEW") public static final BusinessOwnedObjectOnBehalfOfRequest.EnumStatus VALUE_PENDING_INTEGRITY_REVIEW
public static BusinessOwnedObjectOnBehalfOfRequest.EnumStatus[] values()
for (BusinessOwnedObjectOnBehalfOfRequest.EnumStatus c : BusinessOwnedObjectOnBehalfOfRequest.EnumStatus.values()) System.out.println(c);
public static BusinessOwnedObjectOnBehalfOfRequest.EnumStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<BusinessOwnedObjectOnBehalfOfRequest.EnumStatus>Copyright © 2024. All rights reserved.