Uses of Class
com.oracle.bmc.marketplacepublisher.model.RelatedDocumentAttachment.DocumentCategory
-
Packages that use RelatedDocumentAttachment.DocumentCategory Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of RelatedDocumentAttachment.DocumentCategory in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return RelatedDocumentAttachment.DocumentCategory Modifier and Type Method Description static RelatedDocumentAttachment.DocumentCategory
RelatedDocumentAttachment.DocumentCategory. create(String key)
RelatedDocumentAttachment.DocumentCategory
CreateRelatedDocumentAttachmentDetails. getDocumentCategory()
The document category of the listing revision attachment.RelatedDocumentAttachment.DocumentCategory
RelatedDocumentAttachment. getDocumentCategory()
Possible lifecycle states.RelatedDocumentAttachment.DocumentCategory
UpdateRelatedDocumentAttachmentDetails. getDocumentCategory()
The document category of the listing revision attachment.static RelatedDocumentAttachment.DocumentCategory
RelatedDocumentAttachment.DocumentCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static RelatedDocumentAttachment.DocumentCategory[]
RelatedDocumentAttachment.DocumentCategory. 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 RelatedDocumentAttachment.DocumentCategory Modifier and Type Method Description CreateRelatedDocumentAttachmentDetails.Builder
CreateRelatedDocumentAttachmentDetails.Builder. documentCategory(RelatedDocumentAttachment.DocumentCategory documentCategory)
The document category of the listing revision attachment.RelatedDocumentAttachment.Builder
RelatedDocumentAttachment.Builder. documentCategory(RelatedDocumentAttachment.DocumentCategory documentCategory)
Possible lifecycle states.UpdateRelatedDocumentAttachmentDetails.Builder
UpdateRelatedDocumentAttachmentDetails.Builder. documentCategory(RelatedDocumentAttachment.DocumentCategory documentCategory)
The document category of the listing revision attachment.
-