Uses of Class
com.oracle.bmc.wlms.model.AgreementRecordSummary
-
Packages that use AgreementRecordSummary Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.model -
-
Uses of AgreementRecordSummary in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms that return types with arguments of type AgreementRecordSummary Modifier and Type Method Description Iterable<AgreementRecordSummary>WeblogicManagementServicePaginators. listAgreementRecordsRecordIterator(ListAgreementRecordsRequest request)Creates a new iterable which will iterate over theAgreementRecordSummaryobjects contained in responses from the listAgreementRecords operation. -
Uses of AgreementRecordSummary in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return AgreementRecordSummary Modifier and Type Method Description AgreementRecordSummaryAgreementRecordSummary.Builder. build()Methods in com.oracle.bmc.wlms.model that return types with arguments of type AgreementRecordSummary Modifier and Type Method Description List<AgreementRecordSummary>AgreementRecordCollection. getItems()List of agreement records.Methods in com.oracle.bmc.wlms.model with parameters of type AgreementRecordSummary Modifier and Type Method Description AgreementRecordSummary.BuilderAgreementRecordSummary.Builder. copy(AgreementRecordSummary model)Method parameters in com.oracle.bmc.wlms.model with type arguments of type AgreementRecordSummary Modifier and Type Method Description AgreementRecordCollection.BuilderAgreementRecordCollection.Builder. items(List<AgreementRecordSummary> items)List of agreement records.Constructor parameters in com.oracle.bmc.wlms.model with type arguments of type AgreementRecordSummary Constructor Description AgreementRecordCollection(List<AgreementRecordSummary> items)Deprecated.
-