Package | Description |
---|---|
com.oracle.bmc.marketplacepublisher.model |
Modifier and Type | Method and Description |
---|---|
static ListingRevisionAttachment.AttachmentType |
ListingRevisionAttachment.AttachmentType.create(String key) |
ListingRevisionAttachment.AttachmentType |
ListingRevisionAttachmentSummary.getAttachmentType()
The specified attachment type.
|
static ListingRevisionAttachment.AttachmentType |
ListingRevisionAttachment.AttachmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListingRevisionAttachment.AttachmentType[] |
ListingRevisionAttachment.AttachmentType.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.attachmentType(ListingRevisionAttachment.AttachmentType attachmentType)
The specified attachment type.
|
Constructor and Description |
---|
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.
|
Copyright © 2016–2025. All rights reserved.