public static enum CatalogItemAppealStatus.EnumStatus extends Enum<CatalogItemAppealStatus.EnumStatus>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static CatalogItemAppealStatus.EnumStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogItemAppealStatus.EnumStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="This item cannot be appealed as it is either approved or already has an appeal") public static final CatalogItemAppealStatus.EnumStatus VALUE_THIS_ITEM_CANNOT_BE_APPEALED_AS_IT_IS_EITHER_APPROVED_OR_ALREADY_HAS_AN_APPEAL
@SerializedName(value="This item is not rejected for any of channels") public static final CatalogItemAppealStatus.EnumStatus VALUE_THIS_ITEM_IS_NOT_REJECTED_FOR_ANY_OF_CHANNELS
@SerializedName(value="We\'ve encountered unexpected error while processing this request. Please try again later !") public static final CatalogItemAppealStatus.EnumStatus VALUE_WE_VE_ENCOUNTERED_UNEXPECTED_ERROR_WHILE_PROCESSING_THIS_REQUEST_PLEASE_TRY_AGAIN_LATER_
@SerializedName(value="You\'ve reached the maximum number of item requests you can make this week. You\'ll be able to request item reviews again within the next 7 days.") public static final CatalogItemAppealStatus.EnumStatus VALUE_YOU_VE_REACHED_THE_MAXIMUM_NUMBER_OF_ITEM_REQUESTS_YOU_CAN_MAKE_THIS_WEEK_YOU_LL_BE_ABLE_TO_REQUEST_ITEM_REVIEWS_AGAIN_WITHIN_THE_NEXT_7_DAYS_
@SerializedName(value="Your request was received. See information below to learn more.") public static final CatalogItemAppealStatus.EnumStatus VALUE_YOUR_REQUEST_WAS_RECEIVED_SEE_INFORMATION_BELOW_TO_LEARN_MORE_
public static CatalogItemAppealStatus.EnumStatus[] values()
for (CatalogItemAppealStatus.EnumStatus c : CatalogItemAppealStatus.EnumStatus.values()) System.out.println(c);
public static CatalogItemAppealStatus.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<CatalogItemAppealStatus.EnumStatus>Copyright © 2024. All rights reserved.