Uses of Class
com.oracle.bmc.marketplacepublisher.model.Attachment.Type
-
Packages that use Attachment.Type Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of Attachment.Type in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return Attachment.Type Modifier and Type Method Description static Attachment.Type
Attachment.Type. create(String key)
Attachment.Type
Attachment. getType()
The type of offer attachment.Attachment.Type
AttachmentSummary. getType()
The type of offer attachment.Attachment.Type
CreateAttachmentDetails. 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.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type Attachment.Type Modifier and Type Method Description Attachment.Builder
Attachment.Builder. type(Attachment.Type type)
The type of offer attachment.AttachmentSummary.Builder
AttachmentSummary.Builder. type(Attachment.Type type)
The type of offer attachment.CreateAttachmentDetails.Builder
CreateAttachmentDetails.Builder. type(Attachment.Type type)
The type of offer attachment.Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type Attachment.Type Constructor 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.
-