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