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.DocumentCategoryRelatedDocumentAttachment.DocumentCategory. create(String key)RelatedDocumentAttachment.DocumentCategoryCreateRelatedDocumentAttachmentDetails. getDocumentCategory()The document category of the listing revision attachment.RelatedDocumentAttachment.DocumentCategoryRelatedDocumentAttachment. getDocumentCategory()Possible lifecycle states.RelatedDocumentAttachment.DocumentCategoryUpdateRelatedDocumentAttachmentDetails. getDocumentCategory()The document category of the listing revision attachment.static RelatedDocumentAttachment.DocumentCategoryRelatedDocumentAttachment.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.BuilderCreateRelatedDocumentAttachmentDetails.Builder. documentCategory(RelatedDocumentAttachment.DocumentCategory documentCategory)The document category of the listing revision attachment.RelatedDocumentAttachment.BuilderRelatedDocumentAttachment.Builder. documentCategory(RelatedDocumentAttachment.DocumentCategory documentCategory)Possible lifecycle states.UpdateRelatedDocumentAttachmentDetails.BuilderUpdateRelatedDocumentAttachmentDetails.Builder. documentCategory(RelatedDocumentAttachment.DocumentCategory documentCategory)The document category of the listing revision attachment.
-