Package | Description |
---|---|
com.oracle.bmc.servicecatalog.model | |
com.oracle.bmc.servicecatalog.requests |
Modifier and Type | Method and Description |
---|---|
static PricingTypeEnum |
PricingTypeEnum.create(String key) |
PricingTypeEnum |
ApplicationSummary.getPricingType()
Summary of the pricing types available across all packages in the application.
|
static PricingTypeEnum |
PricingTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PricingTypeEnum[] |
PricingTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApplicationSummary.Builder |
ApplicationSummary.Builder.pricingType(PricingTypeEnum pricingType)
Summary of the pricing types available across all packages in the application.
|
Constructor and Description |
---|
ApplicationSummary(String entityId,
String entityType,
String displayName,
Boolean isFeatured,
PublisherSummary publisher,
String shortDescription,
UploadData logo,
PricingTypeEnum pricingType,
PackageTypeEnum packageType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<PricingTypeEnum> |
ListApplicationsRequest.getPricing()
Name of the pricing type.
|
Modifier and Type | Method and Description |
---|---|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.pricing(PricingTypeEnum singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListApplicationsRequest.Builder |
ListApplicationsRequest.Builder.pricing(List<PricingTypeEnum> pricing)
Name of the pricing type.
|
Copyright © 2016–2024. All rights reserved.