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