Uses of Class
com.oracle.bmc.self.model.PartnerSummary
-
Packages that use PartnerSummary Package Description com.oracle.bmc.self com.oracle.bmc.self.model -
-
Uses of PartnerSummary in com.oracle.bmc.self
Methods in com.oracle.bmc.self that return types with arguments of type PartnerSummary Modifier and Type Method Description Iterable<PartnerSummary>PartnerIntegerationPaginators. listPartnersRecordIterator(ListPartnersRequest request)Creates a new iterable which will iterate over thePartnerSummaryobjects contained in responses from the listPartners operation. -
Uses of PartnerSummary in com.oracle.bmc.self.model
Methods in com.oracle.bmc.self.model that return PartnerSummary Modifier and Type Method Description PartnerSummaryPartnerSummary.Builder. build()Methods in com.oracle.bmc.self.model that return types with arguments of type PartnerSummary Modifier and Type Method Description List<PartnerSummary>PartnerCollection. getItems()The list of marketplace publisher partners.Methods in com.oracle.bmc.self.model with parameters of type PartnerSummary Modifier and Type Method Description PartnerSummary.BuilderPartnerSummary.Builder. copy(PartnerSummary model)Method parameters in com.oracle.bmc.self.model with type arguments of type PartnerSummary Modifier and Type Method Description PartnerCollection.BuilderPartnerCollection.Builder. items(List<PartnerSummary> items)The list of marketplace publisher partners.Constructor parameters in com.oracle.bmc.self.model with type arguments of type PartnerSummary Constructor Description PartnerCollection(List<PartnerSummary> items)Deprecated.
-