Class StageName


  • public final class StageName
    extends com.azure.core.util.ExpandableStringEnum<StageName>
    Defines values for StageName.
    • Field Detail

      • PLACED

        public static final StageName PLACED
        Static value Placed for StageName.
      • IN_REVIEW

        public static final StageName IN_REVIEW
        Static value InReview for StageName.
      • CONFIRMED

        public static final StageName CONFIRMED
        Static value Confirmed for StageName.
      • READY_TO_SHIP

        public static final StageName READY_TO_SHIP
        Static value ReadyToShip for StageName.
      • SHIPPED

        public static final StageName SHIPPED
        Static value Shipped for StageName.
      • DELIVERED

        public static final StageName DELIVERED
        Static value Delivered for StageName.
      • IN_USE

        public static final StageName IN_USE
        Static value InUse for StageName.
      • RETURN_INITIATED

        public static final StageName RETURN_INITIATED
        Static value ReturnInitiated for StageName.
      • RETURN_PICKED_UP

        public static final StageName RETURN_PICKED_UP
        Static value ReturnPickedUp for StageName.
      • RETURNED_TO_MICROSOFT

        public static final StageName RETURNED_TO_MICROSOFT
        Static value ReturnedToMicrosoft for StageName.
      • RETURN_COMPLETED

        public static final StageName RETURN_COMPLETED
        Static value ReturnCompleted for StageName.
      • CANCELLED

        public static final StageName CANCELLED
        Static value Cancelled for StageName.
    • Constructor Detail

      • StageName

        public StageName()
    • Method Detail

      • fromString

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