@PublicApi public enum MissingObjectsType extends Enum<MissingObjectsType>
| Enum Constant and Description |
|---|
ARCHIVE |
IGNORE |
REMOVE |
UPDATE |
USE_DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static MissingObjectsType |
from(int inputType) |
int |
getDbValue() |
boolean |
thresholdRequired() |
static MissingObjectsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MissingObjectsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MissingObjectsType USE_DEFAULT
public static final MissingObjectsType REMOVE
public static final MissingObjectsType UPDATE
public static final MissingObjectsType IGNORE
public static final MissingObjectsType ARCHIVE
public static MissingObjectsType[] values()
for (MissingObjectsType c : MissingObjectsType.values()) System.out.println(c);
public static MissingObjectsType 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 static MissingObjectsType from(int inputType) throws ValidationInsightSystemException
ValidationInsightSystemExceptionpublic int getDbValue()
public boolean thresholdRequired()
Copyright © 2024 Atlassian. All rights reserved.