Uses of Class
com.oracle.bmc.apigateway.model.UsagePlanSummary
-
Packages that use UsagePlanSummary Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.model -
-
Uses of UsagePlanSummary in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return types with arguments of type UsagePlanSummary Modifier and Type Method Description Iterable<UsagePlanSummary>
UsagePlansPaginators. listUsagePlansRecordIterator(ListUsagePlansRequest request)
Creates a new iterable which will iterate over theUsagePlanSummary
objects contained in responses from the listUsagePlans operation. -
Uses of UsagePlanSummary in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return UsagePlanSummary Modifier and Type Method Description UsagePlanSummary
UsagePlanSummary.Builder. build()
Methods in com.oracle.bmc.apigateway.model that return types with arguments of type UsagePlanSummary Modifier and Type Method Description List<UsagePlanSummary>
UsagePlanCollection. getItems()
Usage plan summaries.Methods in com.oracle.bmc.apigateway.model with parameters of type UsagePlanSummary Modifier and Type Method Description UsagePlanSummary.Builder
UsagePlanSummary.Builder. copy(UsagePlanSummary model)
Method parameters in com.oracle.bmc.apigateway.model with type arguments of type UsagePlanSummary Modifier and Type Method Description UsagePlanCollection.Builder
UsagePlanCollection.Builder. items(List<UsagePlanSummary> items)
Usage plan summaries.Constructor parameters in com.oracle.bmc.apigateway.model with type arguments of type UsagePlanSummary Constructor Description UsagePlanCollection(List<UsagePlanSummary> items)
Deprecated.
-