| Package | Description | 
|---|---|
| net.kunmc.lab.kpm.task.tasks.lookup | 
| Modifier and Type | Method and Description | 
|---|---|
static LookupErrorCause | 
LookupErrorCause.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static LookupErrorCause[] | 
LookupErrorCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
LookupResult(boolean success,
            @NotNull LookupState state,
            @Nullable LookupErrorCause errorCause)  | 
Copyright © 2023. All rights reserved.