Uses of Class
com.oracle.bmc.marketplacepublisher.model.Attachment.LifecycleState
-
Packages that use Attachment.LifecycleState Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model com.oracle.bmc.marketplacepublisher.requests -
-
Uses of Attachment.LifecycleState in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type Attachment.LifecycleState Modifier and Type Method Description Waiter<GetAttachmentRequest,GetAttachmentResponse>
AttachmentWaiters. forAttachment(GetAttachmentRequest request, Attachment.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAttachmentRequest,GetAttachmentResponse>
AttachmentWaiters. forAttachment(GetAttachmentRequest request, Attachment.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAttachmentRequest,GetAttachmentResponse>
AttachmentWaiters. forAttachment(GetAttachmentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Attachment.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Attachment.LifecycleState in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return Attachment.LifecycleState Modifier and Type Method Description static Attachment.LifecycleState
Attachment.LifecycleState. create(String key)
Attachment.LifecycleState
Attachment. getLifecycleState()
The current state of the Offer.Attachment.LifecycleState
AttachmentSummary. getLifecycleState()
The current state of the Attachment.static Attachment.LifecycleState
Attachment.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Attachment.LifecycleState[]
Attachment.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type Attachment.LifecycleState Modifier and Type Method Description Attachment.Builder
Attachment.Builder. lifecycleState(Attachment.LifecycleState lifecycleState)
The current state of the Offer.AttachmentSummary.Builder
AttachmentSummary.Builder. lifecycleState(Attachment.LifecycleState lifecycleState)
The current state of the Attachment.Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type Attachment.LifecycleState Constructor Description Attachment(String id, String sellerCompartmentId, String offerId, String buyerCompartmentId, String mimeType, String displayName, Attachment.Type type, Date timeCreated, Attachment.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.AttachmentSummary(String id, String offerId, String mimeType, String displayName, Attachment.Type type, Attachment.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of Attachment.LifecycleState in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return Attachment.LifecycleState Modifier and Type Method Description Attachment.LifecycleState
ListAttachmentsRequest. getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.marketplacepublisher.requests with parameters of type Attachment.LifecycleState Modifier and Type Method Description ListAttachmentsRequest.Builder
ListAttachmentsRequest.Builder. lifecycleState(Attachment.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-