public static enum BusinessOwnedObjectOnBehalfOfRequest.EnumStatus extends Enum<BusinessOwnedObjectOnBehalfOfRequest.EnumStatus>
Enum Constant and Description |
---|
VALUE_APPROVE |
VALUE_DECLINE |
VALUE_EXPIRED |
VALUE_IN_PROGRESS |
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.
|
public static final BusinessOwnedObjectOnBehalfOfRequest.EnumStatus VALUE_APPROVE
public static final BusinessOwnedObjectOnBehalfOfRequest.EnumStatus VALUE_DECLINE
public static final BusinessOwnedObjectOnBehalfOfRequest.EnumStatus VALUE_EXPIRED
public static final BusinessOwnedObjectOnBehalfOfRequest.EnumStatus VALUE_IN_PROGRESS
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 © 2020. All rights reserved.