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.LifecycleStateListingRevisionAttachment.LifecycleState. create(String key)ListingRevisionAttachment.LifecycleStateListingRevisionAttachment. getLifecycleState()The current state of the attachment.ListingRevisionAttachment.LifecycleStateListingRevisionAttachmentSummary. getLifecycleState()The current state of the document.static ListingRevisionAttachment.LifecycleStateListingRevisionAttachment.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.BuilderListingRevisionAttachmentSummary.Builder. lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState)The current state of the document.RelatedDocumentAttachment.BuilderRelatedDocumentAttachment.Builder. lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState)ScreenShotAttachment.BuilderScreenShotAttachment.Builder. lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState)VideoAttachment.BuilderVideoAttachment.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.LifecycleStateListListingRevisionAttachmentsRequest. 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.BuilderListListingRevisionAttachmentsRequest.Builder. lifecycleState(ListingRevisionAttachment.LifecycleState lifecycleState)A filter to return only attachments their lifecycleState matches the given lifecycleState.
-