| Package | Description | 
|---|---|
| net.kunmc.lab.kpm.task.tasks.download | 
| Modifier and Type | Method and Description | 
|---|---|
static DownloadState | 
DownloadState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DownloadState[] | 
DownloadState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
DownloadResult(boolean success,
              @NotNull DownloadState taskState,
              @NotNull String url,
              @NotNull Path path,
              long totalSize,
              @NotNull String downloadID)  | 
DownloadResult(boolean success,
              @NotNull DownloadState taskState,
              @NotNull String url,
              @NotNull Path path,
              long totalSize,
              @NotNull String downloadID,
              @Nullable DownloadErrorCause errorCause)  | 
Copyright © 2023. All rights reserved.