Uses of Class
com.oracle.bmc.marketplace.model.ListingSummary
-
Packages that use ListingSummary Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.model com.oracle.bmc.marketplace.responses -
-
Uses of ListingSummary in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return types with arguments of type ListingSummary Modifier and Type Method Description Iterable<ListingSummary>
MarketplacePaginators. listListingsRecordIterator(ListListingsRequest request)
Creates a new iterable which will iterate over theListingSummary
objects contained in responses from the listListings operation.Iterable<ListingSummary>
MarketplacePaginators. searchListingsRecordIterator(SearchListingsRequest request)
Creates a new iterable which will iterate over theListingSummary
objects contained in responses from the searchListings operation. -
Uses of ListingSummary in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return ListingSummary Modifier and Type Method Description ListingSummary
ListingSummary.Builder. build()
Methods in com.oracle.bmc.marketplace.model with parameters of type ListingSummary Modifier and Type Method Description ListingSummary.Builder
ListingSummary.Builder. copy(ListingSummary model)
-
Uses of ListingSummary in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return types with arguments of type ListingSummary Modifier and Type Method Description List<ListingSummary>
ListListingsResponse. getItems()
A list of com.oracle.bmc.marketplace.model.ListingSummary instances.List<ListingSummary>
SearchListingsResponse. getItems()
A list of com.oracle.bmc.marketplace.model.ListingSummary instances.Method parameters in com.oracle.bmc.marketplace.responses with type arguments of type ListingSummary Modifier and Type Method Description ListListingsResponse.Builder
ListListingsResponse.Builder. items(List<ListingSummary> items)
A list of com.oracle.bmc.marketplace.model.ListingSummary instances.SearchListingsResponse.Builder
SearchListingsResponse.Builder. items(List<ListingSummary> items)
A list of com.oracle.bmc.marketplace.model.ListingSummary instances.
-