Uses of Class
com.oracle.bmc.marketplacepublisher.model.ListingRevisionAttachment.AttachmentType
-
Packages that use ListingRevisionAttachment.AttachmentType Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of ListingRevisionAttachment.AttachmentType in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return ListingRevisionAttachment.AttachmentType Modifier and Type Method 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.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type ListingRevisionAttachment.AttachmentType Modifier and Type Method Description ListingRevisionAttachmentSummary.Builder
ListingRevisionAttachmentSummary.Builder. attachmentType(ListingRevisionAttachment.AttachmentType attachmentType)
The specified attachment type.Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type ListingRevisionAttachment.AttachmentType Constructor 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.
-