Uses of Class
com.oracle.bmc.osmanagementhub.model.EntitlementSummary
-
Packages that use EntitlementSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of EntitlementSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type EntitlementSummary Modifier and Type Method Description Iterable<EntitlementSummary>
SoftwareSourcePaginators. listEntitlementsRecordIterator(ListEntitlementsRequest request)
Creates a new iterable which will iterate over theEntitlementSummary
objects contained in responses from the listEntitlements operation. -
Uses of EntitlementSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return EntitlementSummary Modifier and Type Method Description EntitlementSummary
EntitlementSummary.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type EntitlementSummary Modifier and Type Method Description List<EntitlementSummary>
EntitlementCollection. getItems()
List of entitlements.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type EntitlementSummary Modifier and Type Method Description EntitlementSummary.Builder
EntitlementSummary.Builder. copy(EntitlementSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type EntitlementSummary Modifier and Type Method Description EntitlementCollection.Builder
EntitlementCollection.Builder. items(List<EntitlementSummary> items)
List of entitlements.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type EntitlementSummary Constructor Description EntitlementCollection(List<EntitlementSummary> items)
Deprecated.
-