Uses of Class
com.oracle.bmc.apigateway.model.EntitlementSummary
-
Packages that use EntitlementSummary Package Description com.oracle.bmc.apigateway.model -
-
Uses of EntitlementSummary in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return EntitlementSummary Modifier and Type Method Description EntitlementSummary
EntitlementSummary.Builder. build()
Methods in com.oracle.bmc.apigateway.model that return types with arguments of type EntitlementSummary Modifier and Type Method Description List<EntitlementSummary>
UsagePlanSummary. getEntitlements()
A collection of entitlements applied by the usage plan.Methods in com.oracle.bmc.apigateway.model with parameters of type EntitlementSummary Modifier and Type Method Description EntitlementSummary.Builder
EntitlementSummary.Builder. copy(EntitlementSummary model)
Method parameters in com.oracle.bmc.apigateway.model with type arguments of type EntitlementSummary Modifier and Type Method Description UsagePlanSummary.Builder
UsagePlanSummary.Builder. entitlements(List<EntitlementSummary> entitlements)
A collection of entitlements applied by the usage plan.Constructor parameters in com.oracle.bmc.apigateway.model with type arguments of type EntitlementSummary Constructor 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.
-