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 newWaiterusing the default configuration.Waiter<GetAttachmentRequest,GetAttachmentResponse>AttachmentWaiters. forAttachment(GetAttachmentRequest request, Attachment.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetAttachmentRequest,GetAttachmentResponse>AttachmentWaiters. forAttachment(GetAttachmentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Attachment.LifecycleState... targetStates)Creates a newWaiterusing 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.LifecycleStateAttachment.LifecycleState. create(String key)Attachment.LifecycleStateAttachment. getLifecycleState()The current state of the Offer.Attachment.LifecycleStateAttachmentSummary. getLifecycleState()The current state of the Attachment.static Attachment.LifecycleStateAttachment.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.BuilderAttachment.Builder. lifecycleState(Attachment.LifecycleState lifecycleState)The current state of the Offer.AttachmentSummary.BuilderAttachmentSummary.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.LifecycleStateListAttachmentsRequest. 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.BuilderListAttachmentsRequest.Builder. lifecycleState(Attachment.LifecycleState lifecycleState)A filter to return only resources their lifecycleState matches the given lifecycleState.
-