Package | Description |
---|---|
com.oracle.bmc.marketplacepublisher | |
com.oracle.bmc.marketplacepublisher.model | |
com.oracle.bmc.marketplacepublisher.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAttachmentRequest,GetAttachmentResponse> |
AttachmentWaiters.forAttachment(GetAttachmentRequest request,
Attachment.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAttachmentRequest,GetAttachmentResponse> |
AttachmentWaiters.forAttachment(GetAttachmentRequest request,
Attachment.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAttachmentRequest,GetAttachmentResponse> |
AttachmentWaiters.forAttachment(GetAttachmentRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Attachment.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Attachment.LifecycleState |
ListAttachmentsRequest.getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListAttachmentsRequest.Builder |
ListAttachmentsRequest.Builder.lifecycleState(Attachment.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2025. All rights reserved.