Uses of Class
com.oracle.bmc.apigateway.model.ApiSummary
-
Packages that use ApiSummary Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.model -
-
Uses of ApiSummary in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return types with arguments of type ApiSummary Modifier and Type Method Description Iterable<ApiSummary>
ApiGatewayPaginators. listApisRecordIterator(ListApisRequest request)
Creates a new iterable which will iterate over theApiSummary
objects contained in responses from the listApis operation. -
Uses of ApiSummary in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return ApiSummary Modifier and Type Method Description ApiSummary
ApiSummary.Builder. build()
Methods in com.oracle.bmc.apigateway.model that return types with arguments of type ApiSummary Modifier and Type Method Description List<ApiSummary>
ApiCollection. getItems()
API summaries.Methods in com.oracle.bmc.apigateway.model with parameters of type ApiSummary Modifier and Type Method Description ApiSummary.Builder
ApiSummary.Builder. copy(ApiSummary model)
Method parameters in com.oracle.bmc.apigateway.model with type arguments of type ApiSummary Modifier and Type Method Description ApiCollection.Builder
ApiCollection.Builder. items(List<ApiSummary> items)
API summaries.Constructor parameters in com.oracle.bmc.apigateway.model with type arguments of type ApiSummary Constructor Description ApiCollection(List<ApiSummary> items)
Deprecated.
-