Uses of Class
com.oracle.bmc.marketplace.model.AgreementSummary
-
Packages that use AgreementSummary Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.model com.oracle.bmc.marketplace.responses -
-
Uses of AgreementSummary in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return types with arguments of type AgreementSummary Modifier and Type Method Description Iterable<AgreementSummary>
MarketplacePaginators. listAgreementsRecordIterator(ListAgreementsRequest request)
Creates a new iterable which will iterate over theAgreementSummary
objects contained in responses from the listAgreements operation. -
Uses of AgreementSummary in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return AgreementSummary Modifier and Type Method Description AgreementSummary
AgreementSummary.Builder. build()
Methods in com.oracle.bmc.marketplace.model with parameters of type AgreementSummary Modifier and Type Method Description AgreementSummary.Builder
AgreementSummary.Builder. copy(AgreementSummary model)
-
Uses of AgreementSummary in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return types with arguments of type AgreementSummary Modifier and Type Method Description List<AgreementSummary>
ListAgreementsResponse. getItems()
A list of com.oracle.bmc.marketplace.model.AgreementSummary instances.Method parameters in com.oracle.bmc.marketplace.responses with type arguments of type AgreementSummary Modifier and Type Method Description ListAgreementsResponse.Builder
ListAgreementsResponse.Builder. items(List<AgreementSummary> items)
A list of com.oracle.bmc.marketplace.model.AgreementSummary instances.
-