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