Package | Description |
---|---|
com.oracle.bmc.marketplacepublisher.model |
Modifier and Type | Method and Description |
---|---|
static Attachment.Type |
Attachment.Type.create(String key) |
Attachment.Type |
Attachment.getType()
The type of offer attachment.
|
Attachment.Type |
CreateAttachmentDetails.getType()
The type of offer attachment.
|
Attachment.Type |
AttachmentSummary.getType()
The type of offer attachment.
|
static Attachment.Type |
Attachment.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attachment.Type[] |
Attachment.Type.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.type(Attachment.Type type)
The type of offer attachment.
|
CreateAttachmentDetails.Builder |
CreateAttachmentDetails.Builder.type(Attachment.Type type)
The type of offer attachment.
|
AttachmentSummary.Builder |
AttachmentSummary.Builder.type(Attachment.Type type)
The type of offer 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.
|
CreateAttachmentDetails(byte[] fileBase64Encoded,
String displayName,
Attachment.Type type)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.