Package | Description |
---|---|
com.oracle.bmc.marketplacepublisher | |
com.oracle.bmc.marketplacepublisher.model | |
com.oracle.bmc.marketplacepublisher.requests |
Modifier and Type | Method and Description |
---|---|
static ListingRevisionAttachment.LifecycleState |
ListingRevisionAttachment.LifecycleState.create(String key) |
ListingRevisionAttachment.LifecycleState |
ListingRevisionAttachmentSummary.getLifecycleState()
The current state of the document.
|
ListingRevisionAttachment.LifecycleState |
ListingRevisionAttachment.getLifecycleState()
The current state of the attachment.
|
static ListingRevisionAttachment.LifecycleState |
ListingRevisionAttachment.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListingRevisionAttachment.LifecycleState[] |
ListingRevisionAttachment.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ListingRevisionAttachmentSummary.Builder |
ListingRevisionAttachmentSummary.Builder.lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState)
The current state of the document.
|
ScreenShotAttachment.Builder |
ScreenShotAttachment.Builder.lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState) |
RelatedDocumentAttachment.Builder |
RelatedDocumentAttachment.Builder.lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState) |
VideoAttachment.Builder |
VideoAttachment.Builder.lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState) |
Constructor and Description |
---|
ListingRevisionAttachment(String id,
String compartmentId,
String listingRevisionId,
String displayName,
String description,
ListingRevisionAttachment.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ListingRevisionAttachmentSummary(String id,
String listingRevisionId,
String compartmentId,
String displayName,
ListingRevisionAttachment.AttachmentType attachmentType,
String contentUrl,
String mimeType,
ListingRevisionAttachment.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
RelatedDocumentAttachment(String id,
String compartmentId,
String listingRevisionId,
String displayName,
String description,
ListingRevisionAttachment.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
RelatedDocumentAttachment.DocumentCategory documentCategory,
String contentUrl,
String mimeType)
Deprecated.
|
ScreenShotAttachment(String id,
String compartmentId,
String listingRevisionId,
String displayName,
String description,
ListingRevisionAttachment.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String contentUrl,
String mimeType)
Deprecated.
|
VideoAttachment(String id,
String compartmentId,
String listingRevisionId,
String displayName,
String description,
ListingRevisionAttachment.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String contentUrl)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ListingRevisionAttachment.LifecycleState |
ListListingRevisionAttachmentsRequest.getLifecycleState()
A filter to return only attachments their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListListingRevisionAttachmentsRequest.Builder |
ListListingRevisionAttachmentsRequest.Builder.lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState)
A filter to return only attachments their lifecycleState matches the given
lifecycleState.
|
Copyright © 2016–2024. All rights reserved.