public static enum BusinessAssetSharingAgreement.EnumRequestStatus extends Enum<BusinessAssetSharingAgreement.EnumRequestStatus>
| Enum Constant and Description |
|---|
VALUE_APPROVE |
VALUE_DECLINE |
VALUE_EXPIRED |
VALUE_IN_PROGRESS |
VALUE_PENDING |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static BusinessAssetSharingAgreement.EnumRequestStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BusinessAssetSharingAgreement.EnumRequestStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BusinessAssetSharingAgreement.EnumRequestStatus VALUE_APPROVE
public static final BusinessAssetSharingAgreement.EnumRequestStatus VALUE_DECLINE
public static final BusinessAssetSharingAgreement.EnumRequestStatus VALUE_EXPIRED
public static final BusinessAssetSharingAgreement.EnumRequestStatus VALUE_IN_PROGRESS
public static final BusinessAssetSharingAgreement.EnumRequestStatus VALUE_PENDING
public static BusinessAssetSharingAgreement.EnumRequestStatus[] values()
for (BusinessAssetSharingAgreement.EnumRequestStatus c : BusinessAssetSharingAgreement.EnumRequestStatus.values()) System.out.println(c);
public static BusinessAssetSharingAgreement.EnumRequestStatus 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<BusinessAssetSharingAgreement.EnumRequestStatus>Copyright © 2020. All rights reserved.