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