Uses of Class
com.oracle.bmc.rover.model.RoverEntitlementSummary
-
Packages that use RoverEntitlementSummary Package Description com.oracle.bmc.rover com.oracle.bmc.rover.model -
-
Uses of RoverEntitlementSummary in com.oracle.bmc.rover
Methods in com.oracle.bmc.rover that return types with arguments of type RoverEntitlementSummary Modifier and Type Method Description Iterable<RoverEntitlementSummary>
RoverEntitlementPaginators. listRoverEntitlementsRecordIterator(ListRoverEntitlementsRequest request)
Creates a new iterable which will iterate over theRoverEntitlementSummary
objects contained in responses from the listRoverEntitlements operation. -
Uses of RoverEntitlementSummary in com.oracle.bmc.rover.model
Methods in com.oracle.bmc.rover.model that return RoverEntitlementSummary Modifier and Type Method Description RoverEntitlementSummary
RoverEntitlementSummary.Builder. build()
Methods in com.oracle.bmc.rover.model that return types with arguments of type RoverEntitlementSummary Modifier and Type Method Description List<RoverEntitlementSummary>
RoverEntitlementCollection. getItems()
List of RoverEntitlementSummary.Methods in com.oracle.bmc.rover.model with parameters of type RoverEntitlementSummary Modifier and Type Method Description RoverEntitlementSummary.Builder
RoverEntitlementSummary.Builder. copy(RoverEntitlementSummary model)
Method parameters in com.oracle.bmc.rover.model with type arguments of type RoverEntitlementSummary Modifier and Type Method Description RoverEntitlementCollection.Builder
RoverEntitlementCollection.Builder. items(List<RoverEntitlementSummary> items)
List of RoverEntitlementSummary.Constructor parameters in com.oracle.bmc.rover.model with type arguments of type RoverEntitlementSummary Constructor Description RoverEntitlementCollection(List<RoverEntitlementSummary> items)
Deprecated.
-