StageName Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. databox. models. StageName
- com.
- com.
public final class StageName
extends ExpandableStringEnum<StageName>
Name of the stage which is in progress.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Stage |
ABORTED
Static value Aborted for Stage |
|
static final
Stage |
AT_AZURE_DC
Static value At |
|
static final
Stage |
AWAITING_SHIPMENT_DETAILS
Static value Awaiting |
|
static final
Stage |
CANCELLED
Static value Cancelled for Stage |
|
static final
Stage |
COMPLETED
Static value Completed for Stage |
|
static final
Stage |
COMPLETED_WITH_ERRORS
Static value Completed |
|
static final
Stage |
COMPLETED_WITH_WARNINGS
Static value Completed |
|
static final
Stage |
CREATED
Static value Created for Stage |
|
static final
Stage |
DATA_COPY
Static value Data |
|
static final
Stage |
DELIVERED
Static value Delivered for Stage |
|
static final
Stage |
DEVICE_ORDERED
Static value Device |
|
static final
Stage |
DEVICE_PREPARED
Static value Device |
|
static final
Stage |
DISPATCHED
Static value Dispatched for Stage |
|
static final
Stage |
FAILED_ISSUE_DETECTED_AT_AZURE_DC
Static value Failed_Issue |
|
static final
Stage |
FAILED_ISSUE_REPORTED_AT_CUSTOMER
Static value Failed_Issue |
|
static final
Stage |
PICKED_UP
Static value Picked |
|
static final
Stage |
PREPARING_TO_SHIP_FROM_AZURE_DC
Static value Preparing |
|
static final
Stage |
READY_TO_DISPATCH_FROM_AZURE_DC
Static value Ready |
|
static final
Stage |
READY_TO_RECEIVE_AT_AZURE_DC
Static value Ready |
|
static final
Stage |
SHIPPED_TO_AZURE_DC
Static value Shipped |
|
static final
Stage |
SHIPPED_TO_CUSTOMER
Static value Shipped |
Constructor Summary
| Constructor | Description |
|---|---|
| StageName() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Stage |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Stage |
fromString(String name)
Creates or finds a Stage |
|
static
Collection<Stage |
values()
Gets known Stage |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ABORTED
public static final StageName ABORTED
Static value Aborted for StageName.
AT_AZURE_DC
public static final StageName AT_AZURE_DC
Static value AtAzureDC for StageName.
AWAITING_SHIPMENT_DETAILS
public static final StageName AWAITING_SHIPMENT_DETAILS
Static value AwaitingShipmentDetails for StageName.
CANCELLED
public static final StageName CANCELLED
Static value Cancelled for StageName.
COMPLETED
public static final StageName COMPLETED
Static value Completed for StageName.
COMPLETED_WITH_ERRORS
public static final StageName COMPLETED_WITH_ERRORS
Static value CompletedWithErrors for StageName.
COMPLETED_WITH_WARNINGS
public static final StageName COMPLETED_WITH_WARNINGS
Static value CompletedWithWarnings for StageName.
CREATED
public static final StageName CREATED
Static value Created for StageName.
DATA_COPY
public static final StageName DATA_COPY
Static value DataCopy for StageName.
DELIVERED
public static final StageName DELIVERED
Static value Delivered for StageName.
DEVICE_ORDERED
public static final StageName DEVICE_ORDERED
Static value DeviceOrdered for StageName.
DEVICE_PREPARED
public static final StageName DEVICE_PREPARED
Static value DevicePrepared for StageName.
DISPATCHED
public static final StageName DISPATCHED
Static value Dispatched for StageName.
FAILED_ISSUE_DETECTED_AT_AZURE_DC
public static final StageName FAILED_ISSUE_DETECTED_AT_AZURE_DC
Static value Failed_IssueDetectedAtAzureDC for StageName.
FAILED_ISSUE_REPORTED_AT_CUSTOMER
public static final StageName FAILED_ISSUE_REPORTED_AT_CUSTOMER
Static value Failed_IssueReportedAtCustomer for StageName.
PICKED_UP
public static final StageName PICKED_UP
Static value PickedUp for StageName.
PREPARING_TO_SHIP_FROM_AZURE_DC
public static final StageName PREPARING_TO_SHIP_FROM_AZURE_DC
Static value PreparingToShipFromAzureDC for StageName.
READY_TO_DISPATCH_FROM_AZURE_DC
public static final StageName READY_TO_DISPATCH_FROM_AZURE_DC
Static value ReadyToDispatchFromAzureDC for StageName.
READY_TO_RECEIVE_AT_AZURE_DC
public static final StageName READY_TO_RECEIVE_AT_AZURE_DC
Static value ReadyToReceiveAtAzureDC for StageName.
SHIPPED_TO_AZURE_DC
public static final StageName SHIPPED_TO_AZURE_DC
Static value ShippedToAzureDC for StageName.
SHIPPED_TO_CUSTOMER
public static final StageName SHIPPED_TO_CUSTOMER
Static value ShippedToCustomer for StageName.
Constructor Details
StageName
@Deprecated
public StageName()
Deprecated
Creates a new instance of StageName value.
Method Details
fromString
public static StageName fromString(String name)
Creates or finds a StageName from its string representation.
Parameters:
Returns:
values
public static Collection<StageName> values()
Gets known StageName values.
Returns: