Class DataBoxStageName

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DataBoxStageName>
com.azure.messaging.eventgrid.systemevents.DataBoxStageName

public final class DataBoxStageName extends com.azure.core.util.ExpandableStringEnum<DataBoxStageName>
Schema of DataBox Stage Name enumeration.
  • Field Details

    • COPY_STARTED

      public static final DataBoxStageName COPY_STARTED
      Copy has started.
    • COPY_COMPLETED

      public static final DataBoxStageName COPY_COMPLETED
      Copy has completed.
    • ORDER_COMPLETED

      public static final DataBoxStageName ORDER_COMPLETED
      Order has been completed.
  • Constructor Details

    • DataBoxStageName

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

    • fromString

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

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