Uses of Class
com.oracle.bmc.mngdmac.model.MacOrder.LifecycleState
-
Packages that use MacOrder.LifecycleState Package Description com.oracle.bmc.mngdmac com.oracle.bmc.mngdmac.model com.oracle.bmc.mngdmac.requests -
-
Uses of MacOrder.LifecycleState in com.oracle.bmc.mngdmac
Methods in com.oracle.bmc.mngdmac with parameters of type MacOrder.LifecycleState Modifier and Type Method Description Waiter<GetMacOrderRequest,GetMacOrderResponse>MacOrderWaiters. forMacOrder(GetMacOrderRequest request, MacOrder.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetMacOrderRequest,GetMacOrderResponse>MacOrderWaiters. forMacOrder(GetMacOrderRequest request, MacOrder.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetMacOrderRequest,GetMacOrderResponse>MacOrderWaiters. forMacOrder(GetMacOrderRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, MacOrder.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of MacOrder.LifecycleState in com.oracle.bmc.mngdmac.model
Methods in com.oracle.bmc.mngdmac.model that return MacOrder.LifecycleState Modifier and Type Method Description static MacOrder.LifecycleStateMacOrder.LifecycleState. create(String key)MacOrder.LifecycleStateMacOrder. getLifecycleState()The current state of the MacOrder.MacOrder.LifecycleStateMacOrderSummary. getLifecycleState()The current state of the MacOrder.static MacOrder.LifecycleStateMacOrder.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static MacOrder.LifecycleState[]MacOrder.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mngdmac.model with parameters of type MacOrder.LifecycleState Modifier and Type Method Description MacOrder.BuilderMacOrder.Builder. lifecycleState(MacOrder.LifecycleState lifecycleState)The current state of the MacOrder.MacOrderSummary.BuilderMacOrderSummary.Builder. lifecycleState(MacOrder.LifecycleState lifecycleState)The current state of the MacOrder.Constructors in com.oracle.bmc.mngdmac.model with parameters of type MacOrder.LifecycleState Constructor Description MacOrder(String id, String compartmentId, String displayName, String orderDescription, Integer orderSize, String ipRange, Boolean isDocusigned, MacOrder.Shape shape, Date timeCreated, Date timeUpdated, MacOrder.CommitmentTerm commitmentTerm, Date timeBillingStarted, Date timeBillingEnded, MacOrder.OrderStatus orderStatus, MacOrder.LifecycleState lifecycleState, String lifecycleDetails, String cancelReason, Date timeCanceled)Deprecated.MacOrderSummary(String id, String compartmentId, String displayName, String orderDescription, Integer orderSize, String ipRange, Boolean isDocusigned, MacOrder.Shape shape, Date timeCreated, Date timeUpdated, MacOrder.CommitmentTerm commitmentTerm, Date timeBillingStarted, Date timeBillingEnded, MacOrder.OrderStatus orderStatus, MacOrder.LifecycleState lifecycleState, String lifecycleDetails)Deprecated. -
Uses of MacOrder.LifecycleState in com.oracle.bmc.mngdmac.requests
Methods in com.oracle.bmc.mngdmac.requests that return MacOrder.LifecycleState Modifier and Type Method Description MacOrder.LifecycleStateListMacOrdersRequest. getLifecycleState()A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.mngdmac.requests with parameters of type MacOrder.LifecycleState Modifier and Type Method Description ListMacOrdersRequest.BuilderListMacOrdersRequest.Builder. lifecycleState(MacOrder.LifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state.
-