java.lang.Object
com.azure.core.util.ExpandableStringEnum<OperationType>
com.azure.resourcemanager.recoveryservicesbackup.models.OperationType

public final class OperationType extends com.azure.core.util.ExpandableStringEnum<OperationType>
Re-Do Operation.
  • Field Details

    • INVALID

      public static final OperationType INVALID
      Static value Invalid for OperationType.
    • REGISTER

      public static final OperationType REGISTER
      Static value Register for OperationType.
    • REREGISTER

      public static final OperationType REREGISTER
      Static value Reregister for OperationType.
  • Constructor Details

    • OperationType

      @Deprecated public OperationType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of OperationType value.
  • Method Details

    • fromString

      public static OperationType fromString(String name)
      Creates or finds a OperationType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding OperationType.
    • values

      public static Collection<OperationType> values()
      Gets known OperationType values.
      Returns:
      known OperationType values.