Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
EntitlementSummary |
EntitlementSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<EntitlementSummary> |
UsagePlanSummary.getEntitlements()
A collection of entitlements applied by the usage plan.
|
Modifier and Type | Method and Description |
---|---|
EntitlementSummary.Builder |
EntitlementSummary.Builder.copy(EntitlementSummary model) |
Modifier and Type | Method and Description |
---|---|
UsagePlanSummary.Builder |
UsagePlanSummary.Builder.entitlements(List<EntitlementSummary> entitlements)
A collection of entitlements applied by the usage plan.
|
Constructor and Description |
---|
UsagePlanSummary(String id,
String displayName,
List<EntitlementSummary> entitlements,
String compartmentId,
Date timeCreated,
Date timeUpdated,
UsagePlan.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.