Uses of Class
com.oracle.bmc.fusionapps.model.RefreshActivitySummary
-
Packages that use RefreshActivitySummary Package Description com.oracle.bmc.fusionapps com.oracle.bmc.fusionapps.model -
-
Uses of RefreshActivitySummary in com.oracle.bmc.fusionapps
Methods in com.oracle.bmc.fusionapps that return types with arguments of type RefreshActivitySummary Modifier and Type Method Description Iterable<RefreshActivitySummary>
FusionApplicationsPaginators. listRefreshActivitiesRecordIterator(ListRefreshActivitiesRequest request)
Creates a new iterable which will iterate over theRefreshActivitySummary
objects contained in responses from the listRefreshActivities operation. -
Uses of RefreshActivitySummary in com.oracle.bmc.fusionapps.model
Methods in com.oracle.bmc.fusionapps.model that return RefreshActivitySummary Modifier and Type Method Description RefreshActivitySummary
RefreshActivitySummary.Builder. build()
Methods in com.oracle.bmc.fusionapps.model that return types with arguments of type RefreshActivitySummary Modifier and Type Method Description List<RefreshActivitySummary>
RefreshActivityCollection. getItems()
A page of refresh activity objects.Methods in com.oracle.bmc.fusionapps.model with parameters of type RefreshActivitySummary Modifier and Type Method Description RefreshActivitySummary.Builder
RefreshActivitySummary.Builder. copy(RefreshActivitySummary model)
Method parameters in com.oracle.bmc.fusionapps.model with type arguments of type RefreshActivitySummary Modifier and Type Method Description RefreshActivityCollection.Builder
RefreshActivityCollection.Builder. items(List<RefreshActivitySummary> items)
A page of refresh activity objects.Constructor parameters in com.oracle.bmc.fusionapps.model with type arguments of type RefreshActivitySummary Constructor Description RefreshActivityCollection(List<RefreshActivitySummary> items)
Deprecated.
-