public static enum Customer.ChildAccountAccess.PortalEditSubscriptions extends Enum<Customer.ChildAccountAccess.PortalEditSubscriptions>
| Modifier and Type | Method and Description |
|---|---|
static Customer.ChildAccountAccess.PortalEditSubscriptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Customer.ChildAccountAccess.PortalEditSubscriptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Customer.ChildAccountAccess.PortalEditSubscriptions YES
public static final Customer.ChildAccountAccess.PortalEditSubscriptions VIEW_ONLY
public static final Customer.ChildAccountAccess.PortalEditSubscriptions _UNKNOWN
public static Customer.ChildAccountAccess.PortalEditSubscriptions[] values()
for (Customer.ChildAccountAccess.PortalEditSubscriptions c : Customer.ChildAccountAccess.PortalEditSubscriptions.values()) System.out.println(c);
public static Customer.ChildAccountAccess.PortalEditSubscriptions 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 nullCopyright © 2023 ChargeBee. All rights reserved.