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