Uses of Class
com.oracle.bmc.oda.model.SkillSummary
-
Packages that use SkillSummary Package Description com.oracle.bmc.oda com.oracle.bmc.oda.model -
-
Uses of SkillSummary in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return types with arguments of type SkillSummary Modifier and Type Method Description Iterable<SkillSummary>
ManagementPaginators. listSkillsRecordIterator(ListSkillsRequest request)
Creates a new iterable which will iterate over theSkillSummary
objects contained in responses from the listSkills operation. -
Uses of SkillSummary in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return SkillSummary Modifier and Type Method Description SkillSummary
SkillSummary.Builder. build()
Methods in com.oracle.bmc.oda.model that return types with arguments of type SkillSummary Modifier and Type Method Description List<SkillSummary>
SkillCollection. getItems()
The Skill summaries.Methods in com.oracle.bmc.oda.model with parameters of type SkillSummary Modifier and Type Method Description SkillSummary.Builder
SkillSummary.Builder. copy(SkillSummary model)
Method parameters in com.oracle.bmc.oda.model with type arguments of type SkillSummary Modifier and Type Method Description SkillCollection.Builder
SkillCollection.Builder. items(List<SkillSummary> items)
The Skill summaries.Constructor parameters in com.oracle.bmc.oda.model with type arguments of type SkillSummary Constructor Description SkillCollection(List<SkillSummary> items)
Deprecated.
-