Package | Description |
---|---|
com.oracle.bmc.marketplacepublisher.model |
Modifier and Type | Method and Description |
---|---|
static ListingType |
ListingType.create(String key) |
ListingType |
ListingSummary.getListingType()
The listing type of the Listing.
|
ListingType |
CreateListingDetails.getListingType()
The listing type for the listing.
|
ListingType |
Listing.getListingType()
The listing type for the listing.
|
static ListingType |
ListingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListingType[] |
ListingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ListingSummary.Builder |
ListingSummary.Builder.listingType(ListingType listingType)
The listing type of the Listing.
|
CreateListingDetails.Builder |
CreateListingDetails.Builder.listingType(ListingType listingType)
The listing type for the listing.
|
Listing.Builder |
Listing.Builder.listingType(ListingType listingType)
The listing type for the listing.
|
Constructor and Description |
---|
CreateListingDetails(String compartmentId,
String name,
ListingType listingType,
PackageType packageType,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Listing(String id,
String compartmentId,
String publisherId,
ListingType listingType,
String name,
PackageType packageType,
Map<String,String> extendedMetadata,
Listing.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ListingSummary(String id,
String compartmentId,
ListingType listingType,
String name,
Listing.LifecycleState lifecycleState,
PackageType packageType,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.