Uses of Class
com.oracle.bmc.fleetappsmanagement.model.PropertySummary
-
Packages that use PropertySummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model -
-
Uses of PropertySummary in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type PropertySummary Modifier and Type Method Description Iterable<PropertySummary>
FleetAppsManagementAdminPaginators. listPropertiesRecordIterator(ListPropertiesRequest request)
Creates a new iterable which will iterate over thePropertySummary
objects contained in responses from the listProperties operation. -
Uses of PropertySummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return PropertySummary Modifier and Type Method Description PropertySummary
PropertySummary.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type PropertySummary Modifier and Type Method Description List<PropertySummary>
PropertyCollection. getItems()
List of properties.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type PropertySummary Modifier and Type Method Description PropertySummary.Builder
PropertySummary.Builder. copy(PropertySummary model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type PropertySummary Modifier and Type Method Description PropertyCollection.Builder
PropertyCollection.Builder. items(List<PropertySummary> items)
List of properties.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type PropertySummary Constructor Description PropertyCollection(List<PropertySummary> items)
Deprecated.
-