public enum PageUpdateResetApprovalStatus extends Enum<PageUpdateResetApprovalStatus>
| Enum Constant and Description |
|---|
DEFAULT
For space level that is just defaulting to use whatever is set at global
admin level
|
IGNORE
Ignore page updates and leave approvals in place
|
RESET
Reset approvals for all page updates - default value for new instances
|
| Modifier and Type | Method and Description |
|---|---|
static PageUpdateResetApprovalStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageUpdateResetApprovalStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageUpdateResetApprovalStatus DEFAULT
public static final PageUpdateResetApprovalStatus RESET
public static final PageUpdateResetApprovalStatus IGNORE
public static PageUpdateResetApprovalStatus[] values()
for (PageUpdateResetApprovalStatus c : PageUpdateResetApprovalStatus.values()) System.out.println(c);
public static PageUpdateResetApprovalStatus 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 © 2021 Comala Technology Solutions, Inc.. All rights reserved.