Uses of Class
com.oracle.bmc.marketplacepublisher.model.TermSummary
-
Packages that use TermSummary Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model -
-
Uses of TermSummary in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type TermSummary Modifier and Type Method Description Iterable<TermSummary>
MarketplacePublisherPaginators. listTermsRecordIterator(ListTermsRequest request)
Creates a new iterable which will iterate over theTermSummary
objects contained in responses from the listTerms operation. -
Uses of TermSummary in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return TermSummary Modifier and Type Method Description TermSummary
TermSummary.Builder. build()
Methods in com.oracle.bmc.marketplacepublisher.model that return types with arguments of type TermSummary Modifier and Type Method Description List<TermSummary>
TermCollection. getItems()
List of the Terms summary.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type TermSummary Modifier and Type Method Description TermSummary.Builder
TermSummary.Builder. copy(TermSummary model)
Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type TermSummary Modifier and Type Method Description TermCollection.Builder
TermCollection.Builder. items(List<TermSummary> items)
List of the Terms summary.Constructor parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type TermSummary Constructor Description TermCollection(List<TermSummary> items)
Deprecated.
-