| Package | Description | 
|---|---|
| net.kunmc.lab.kpm.task.tasks.alias.update | 
| Modifier and Type | Method and Description | 
|---|---|
static UpdateAliasesState | 
UpdateAliasesState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static UpdateAliasesState[] | 
UpdateAliasesState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
UpdateAliasesResult(boolean success,
                   @NotNull UpdateAliasesState state,
                   boolean warn,
                   long aliasesCount,
                   HashMap<String,Long> aliasesCountBySource)  | 
UpdateAliasesResult(boolean success,
                   @NotNull UpdateAliasesState state,
                   @Nullable UpdateAliasesErrorCause errorCause,
                   boolean warn,
                   long aliasesCount,
                   HashMap<String,Long> aliasesCountBySource)  | 
Copyright © 2023. All rights reserved.