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.fusionappsMethods 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 theRefreshActivitySummaryobjects contained in responses from the listRefreshActivities operation.
- 
Uses of RefreshActivitySummary in com.oracle.bmc.fusionapps.modelMethods in com.oracle.bmc.fusionapps.model that return RefreshActivitySummary Modifier and Type Method Description RefreshActivitySummaryRefreshActivitySummary.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.BuilderRefreshActivitySummary.Builder. copy(RefreshActivitySummary model)Method parameters in com.oracle.bmc.fusionapps.model with type arguments of type RefreshActivitySummary Modifier and Type Method Description RefreshActivityCollection.BuilderRefreshActivityCollection.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.
 
-