public static enum FundraiserPersonToCharity.EnumFundraiserType extends Enum<FundraiserPersonToCharity.EnumFundraiserType>
| Enum Constant and Description |
|---|
VALUE_PERSON_FOR_CHARITY |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static FundraiserPersonToCharity.EnumFundraiserType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FundraiserPersonToCharity.EnumFundraiserType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="person_for_charity") public static final FundraiserPersonToCharity.EnumFundraiserType VALUE_PERSON_FOR_CHARITY
public static FundraiserPersonToCharity.EnumFundraiserType[] values()
for (FundraiserPersonToCharity.EnumFundraiserType c : FundraiserPersonToCharity.EnumFundraiserType.values()) System.out.println(c);
public static FundraiserPersonToCharity.EnumFundraiserType 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<FundraiserPersonToCharity.EnumFundraiserType>Copyright © 2024. All rights reserved.