static Attachment.Builder |
Attachment.builder() |
Create a new builder.
|
Attachment.Builder |
Attachment.Builder.buyerCompartmentId(String buyerCompartmentId) |
OCID of the buyer’s tenancy (root compartment).
|
Attachment.Builder |
Attachment.Builder.copy(Attachment model) |
|
Attachment.Builder |
Attachment.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
Attachment.Builder |
Attachment.Builder.displayName(String displayName) |
The name used to refer to the uploaded data.
|
Attachment.Builder |
Attachment.Builder.freeformTags(Map<String,String> freeformTags) |
Simple key-value pair that is applied without any predefined name, type or scope.
|
Attachment.Builder |
Attachment.Builder.id(String id) |
Unique identifier that is immutable on creation
|
Attachment.Builder |
Attachment.Builder.lifecycleState(Attachment.LifecycleState lifecycleState) |
The current state of the Offer.
|
Attachment.Builder |
Attachment.Builder.mimeType(String mimeType) |
The MIME type of the uploaded data.
|
Attachment.Builder |
Attachment.Builder.offerId(String offerId) |
Unique identifier of the associated offer that is immutable on creation
|
Attachment.Builder |
Attachment.Builder.sellerCompartmentId(String sellerCompartmentId) |
OCID of the seller’s tenancy (root compartment).
|
Attachment.Builder |
Attachment.Builder.timeCreated(Date timeCreated) |
The time the the Offer was created.
|
Attachment.Builder |
Attachment.toBuilder() |
|
Attachment.Builder |
Attachment.Builder.type(Attachment.Type type) |
The type of offer attachment.
|