Uses of Class
com.oracle.bmc.marketplace.model.Publication.LifecycleState
-
Packages that use Publication.LifecycleState Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.model -
-
Uses of Publication.LifecycleState in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace with parameters of type Publication.LifecycleState Modifier and Type Method Description Waiter<GetPublicationRequest,GetPublicationResponse>
MarketplaceWaiters. forPublication(GetPublicationRequest request, Publication.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPublicationRequest,GetPublicationResponse>
MarketplaceWaiters. forPublication(GetPublicationRequest request, Publication.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPublicationRequest,GetPublicationResponse>
MarketplaceWaiters. forPublication(GetPublicationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Publication.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Publication.LifecycleState in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return Publication.LifecycleState Modifier and Type Method Description static Publication.LifecycleState
Publication.LifecycleState. create(String key)
Publication.LifecycleState
Publication. getLifecycleState()
The lifecycle state of the publication.Publication.LifecycleState
PublicationSummary. getLifecycleState()
The lifecycle state of the publication.static Publication.LifecycleState
Publication.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Publication.LifecycleState[]
Publication.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.marketplace.model with parameters of type Publication.LifecycleState Modifier and Type Method Description Publication.Builder
Publication.Builder. lifecycleState(Publication.LifecycleState lifecycleState)
The lifecycle state of the publication.PublicationSummary.Builder
PublicationSummary.Builder. lifecycleState(Publication.LifecycleState lifecycleState)
The lifecycle state of the publication.Constructors in com.oracle.bmc.marketplace.model with parameters of type Publication.LifecycleState Constructor Description Publication(Publication.LifecycleState lifecycleState, String compartmentId, String id, String name, String shortDescription, String longDescription, List<SupportContact> supportContacts, UploadData icon, PackageTypeEnum packageType, ListingType listingType, List<OperatingSystem> supportedOperatingSystems, Date timeCreated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)
Deprecated.PublicationSummary(Publication.LifecycleState lifecycleState, String compartmentId, String id, String name, String shortDescription, UploadData icon, PackageTypeEnum packageType, List<OperatingSystem> supportedOperatingSystems, ListingType listingType, Date timeCreated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-