Enum Class SnapshotStatus

java.lang.Object
java.lang.Enum<SnapshotStatus>
org.duracloud.snapshot.dto.SnapshotStatus
All Implemented Interfaces:
Serializable, Comparable<SnapshotStatus>, Constable

public enum SnapshotStatus extends Enum<SnapshotStatus>
  • Enum Constant Details

    • INITIALIZED

      public static final SnapshotStatus INITIALIZED
    • TRANSFERRING_FROM_DURACLOUD

      public static final SnapshotStatus TRANSFERRING_FROM_DURACLOUD
    • REPLICATING_TO_STORAGE

      public static final SnapshotStatus REPLICATING_TO_STORAGE
    • CLEANING_UP

      public static final SnapshotStatus CLEANING_UP
    • SNAPSHOT_COMPLETE

      public static final SnapshotStatus SNAPSHOT_COMPLETE
    • FAILED_TO_TRANSFER_FROM_DURACLOUD

      public static final SnapshotStatus FAILED_TO_TRANSFER_FROM_DURACLOUD
    • ERROR

      public static final SnapshotStatus ERROR
    • CANCELLED

      public static final SnapshotStatus CANCELLED
  • Method Details

    • values

      public static SnapshotStatus[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SnapshotStatus valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null