Package | Description |
---|---|
com.oracle.bmc.marketplace.model | |
com.oracle.bmc.marketplace.requests |
Modifier and Type | Method and Description |
---|---|
static ListingType |
ListingType.create(String key) |
ListingType |
ListingSummary.getListingType()
The publisher category to which the listing belongs.
|
ListingType |
PublicationSummary.getListingType()
The publisher category to which the publication belongs.
|
ListingType |
Listing.getListingType()
The publisher category to which the listing belongs.
|
ListingType |
CreatePublicationDetails.getListingType()
The publisher category to which the publication belongs.
|
ListingType |
Publication.getListingType()
The publisher category to which the publication belongs.
|
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 publisher category to which the listing belongs.
|
PublicationSummary.Builder |
PublicationSummary.Builder.listingType(ListingType listingType)
The publisher category to which the publication belongs.
|
Listing.Builder |
Listing.Builder.listingType(ListingType listingType)
The publisher category to which the listing belongs.
|
CreatePublicationDetails.Builder |
CreatePublicationDetails.Builder.listingType(ListingType listingType)
The publisher category to which the publication belongs.
|
Publication.Builder |
Publication.Builder.listingType(ListingType listingType)
The publisher category to which the publication belongs.
|
Constructor and Description |
---|
CreatePublicationDetails(ListingType listingType,
String name,
String shortDescription,
String longDescription,
List<SupportContact> supportContacts,
String compartmentId,
CreatePublicationPackage packageDetails,
Boolean isAgreementAcknowledged,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags)
Deprecated.
|
Listing(String id,
String name,
String version,
String tagline,
String keywords,
String shortDescription,
String usageInformation,
String longDescription,
String licenseModelDescription,
String systemRequirements,
Date timeReleased,
String releaseNotes,
List<String> categories,
Publisher publisher,
List<Item> languages,
List<Screenshot> screenshots,
List<NamedLink> videos,
List<SupportContact> supportContacts,
List<NamedLink> supportLinks,
List<DocumentationLink> documentationLinks,
UploadData icon,
UploadData banner,
List<Listing.CompatibleArchitectures> compatibleArchitectures,
List<Region> regions,
PackageTypeEnum packageType,
String defaultPackageVersion,
List<Link> links,
Boolean isFeatured,
ListingType listingType,
List<OperatingSystem> supportedOperatingSystems)
Deprecated.
|
ListingSummary(String id,
String name,
String shortDescription,
Boolean isRoverExportable,
String tagline,
UploadData icon,
PackageTypeEnum packageType,
List<ListingSummary.PricingTypes> pricingTypes,
List<ListingSummary.CompatibleArchitectures> compatibleArchitectures,
List<Region> regions,
Boolean isFeatured,
List<String> categories,
PublisherSummary publisher,
List<OperatingSystem> supportedOperatingSystems,
ListingType listingType)
Deprecated.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ListingType |
ListPublicationsRequest.getListingType()
The type of the listing.
|
Modifier and Type | Method and Description |
---|---|
List<ListingType> |
ListListingsRequest.getListingTypes()
The type of the listing.
|
Modifier and Type | Method and Description |
---|---|
ListPublicationsRequest.Builder |
ListPublicationsRequest.Builder.listingType(ListingType listingType)
The type of the listing.
|
ListListingsRequest.Builder |
ListListingsRequest.Builder.listingTypes(ListingType singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListListingsRequest.Builder |
ListListingsRequest.Builder.listingTypes(List<ListingType> listingTypes)
The type of the listing.
|
Copyright © 2016–2024. All rights reserved.