Uses of Class
com.oracle.bmc.marketplacepublisher.model.ListingRevisionAttachment.LifecycleState
-
Packages that use ListingRevisionAttachment.LifecycleState Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model com.oracle.bmc.marketplacepublisher.requests -
-
Uses of ListingRevisionAttachment.LifecycleState in com.oracle.bmc.marketplacepublisher
-
Uses of ListingRevisionAttachment.LifecycleState in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return ListingRevisionAttachment.LifecycleState Modifier and Type Method Description static ListingRevisionAttachment.LifecycleState
ListingRevisionAttachment.LifecycleState. create(String key)
ListingRevisionAttachment.LifecycleState
ListingRevisionAttachment. getLifecycleState()
The current state of the attachment.ListingRevisionAttachment.LifecycleState
ListingRevisionAttachmentSummary. getLifecycleState()
The current state of the document.static ListingRevisionAttachment.LifecycleState
ListingRevisionAttachment.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListingRevisionAttachment.LifecycleState[]
ListingRevisionAttachment.LifecycleState. 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.LifecycleState Modifier and Type Method Description ListingRevisionAttachmentSummary.Builder
ListingRevisionAttachmentSummary.Builder. lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState)
The current state of the document.RelatedDocumentAttachment.Builder
RelatedDocumentAttachment.Builder. lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState)
ScreenShotAttachment.Builder
ScreenShotAttachment.Builder. lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState)
VideoAttachment.Builder
VideoAttachment.Builder. lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type ListingRevisionAttachment.LifecycleState Constructor Description ListingRevisionAttachment(String id, String compartmentId, String listingRevisionId, String displayName, String description, ListingRevisionAttachment.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.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.RelatedDocumentAttachment(String id, String compartmentId, String listingRevisionId, String displayName, String description, ListingRevisionAttachment.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, RelatedDocumentAttachment.DocumentCategory documentCategory, String contentUrl, String mimeType)
Deprecated.ScreenShotAttachment(String id, String compartmentId, String listingRevisionId, String displayName, String description, ListingRevisionAttachment.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String contentUrl, String mimeType)
Deprecated.VideoAttachment(String id, String compartmentId, String listingRevisionId, String displayName, String description, ListingRevisionAttachment.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String contentUrl)
Deprecated. -
Uses of ListingRevisionAttachment.LifecycleState in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return ListingRevisionAttachment.LifecycleState Modifier and Type Method Description ListingRevisionAttachment.LifecycleState
ListListingRevisionAttachmentsRequest. getLifecycleState()
A filter to return only attachments their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.marketplacepublisher.requests with parameters of type ListingRevisionAttachment.LifecycleState Modifier and Type Method Description ListListingRevisionAttachmentsRequest.Builder
ListListingRevisionAttachmentsRequest.Builder. lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState)
A filter to return only attachments their lifecycleState matches the given lifecycleState.
-