Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Entitlement |
Entitlement.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Entitlement> |
UpdateUsagePlanDetails.getEntitlements()
A collection of entitlements to update the current usage plan with.
|
List<Entitlement> |
UsagePlan.getEntitlements()
A collection of entitlements currently assigned to the usage plan.
|
List<Entitlement> |
CreateUsagePlanDetails.getEntitlements()
A collection of entitlements to assign to the newly created usage plan.
|
Modifier and Type | Method and Description |
---|---|
Entitlement.Builder |
Entitlement.Builder.copy(Entitlement model) |
Modifier and Type | Method and Description |
---|---|
UpdateUsagePlanDetails.Builder |
UpdateUsagePlanDetails.Builder.entitlements(List<Entitlement> entitlements)
A collection of entitlements to update the current usage plan with.
|
UsagePlan.Builder |
UsagePlan.Builder.entitlements(List<Entitlement> entitlements)
A collection of entitlements currently assigned to the usage plan.
|
CreateUsagePlanDetails.Builder |
CreateUsagePlanDetails.Builder.entitlements(List<Entitlement> entitlements)
A collection of entitlements to assign to the newly created usage plan.
|
Constructor and Description |
---|
CreateUsagePlanDetails(String displayName,
List<Entitlement> entitlements,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
UpdateUsagePlanDetails(String displayName,
List<Entitlement> entitlements,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
UsagePlan(String id,
String displayName,
List<Entitlement> 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.