Package | Description |
---|---|
com.oracle.bmc.marketplace | |
com.oracle.bmc.marketplace.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetPublicationRequest,GetPublicationResponse> |
MarketplaceWaiters.forPublication(GetPublicationRequest request,
Publication.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetPublicationRequest,GetPublicationResponse> |
MarketplaceWaiters.forPublication(GetPublicationRequest request,
Publication.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetPublicationRequest,GetPublicationResponse> |
MarketplaceWaiters.forPublication(GetPublicationRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Publication.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Publication.LifecycleState |
Publication.LifecycleState.create(String key) |
Publication.LifecycleState |
PublicationSummary.getLifecycleState()
The lifecycle state of the publication.
|
Publication.LifecycleState |
Publication.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.
|
Modifier and Type | Method and Description |
---|---|
PublicationSummary.Builder |
PublicationSummary.Builder.lifecycleState(Publication.LifecycleState lifecycleState)
The lifecycle state of the publication.
|
Publication.Builder |
Publication.Builder.lifecycleState(Publication.LifecycleState lifecycleState)
The lifecycle state of the publication.
|
Constructor and 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.
|
Copyright © 2016–2025. All rights reserved.