Uses of Class
com.oracle.bmc.core.model.AppCatalogSubscriptionSummary
-
Packages that use AppCatalogSubscriptionSummary Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of AppCatalogSubscriptionSummary in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type AppCatalogSubscriptionSummary Modifier and Type Method Description Iterable<AppCatalogSubscriptionSummary>ComputePaginators. listAppCatalogSubscriptionsRecordIterator(ListAppCatalogSubscriptionsRequest request)Creates a new iterable which will iterate over theAppCatalogSubscriptionSummaryobjects contained in responses from the listAppCatalogSubscriptions operation. -
Uses of AppCatalogSubscriptionSummary in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return AppCatalogSubscriptionSummary Modifier and Type Method Description AppCatalogSubscriptionSummaryAppCatalogSubscriptionSummary.Builder. build()Methods in com.oracle.bmc.core.model with parameters of type AppCatalogSubscriptionSummary Modifier and Type Method Description AppCatalogSubscriptionSummary.BuilderAppCatalogSubscriptionSummary.Builder. copy(AppCatalogSubscriptionSummary model) -
Uses of AppCatalogSubscriptionSummary in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return types with arguments of type AppCatalogSubscriptionSummary Modifier and Type Method Description List<AppCatalogSubscriptionSummary>ListAppCatalogSubscriptionsResponse. getItems()A list of com.oracle.bmc.core.model.AppCatalogSubscriptionSummary instances.Method parameters in com.oracle.bmc.core.responses with type arguments of type AppCatalogSubscriptionSummary Modifier and Type Method Description ListAppCatalogSubscriptionsResponse.BuilderListAppCatalogSubscriptionsResponse.Builder. items(List<AppCatalogSubscriptionSummary> items)A list of com.oracle.bmc.core.model.AppCatalogSubscriptionSummary instances.
-