Uses of Class
com.oracle.bmc.zpr.model.WorkRequestLogEntryCollection
-
Packages that use WorkRequestLogEntryCollection Package Description com.oracle.bmc.zpr.model com.oracle.bmc.zpr.responses -
-
Uses of WorkRequestLogEntryCollection in com.oracle.bmc.zpr.model
Methods in com.oracle.bmc.zpr.model that return WorkRequestLogEntryCollection Modifier and Type Method Description WorkRequestLogEntryCollection
WorkRequestLogEntryCollection.Builder. build()
Methods in com.oracle.bmc.zpr.model with parameters of type WorkRequestLogEntryCollection Modifier and Type Method Description WorkRequestLogEntryCollection.Builder
WorkRequestLogEntryCollection.Builder. copy(WorkRequestLogEntryCollection model)
-
Uses of WorkRequestLogEntryCollection in com.oracle.bmc.zpr.responses
Methods in com.oracle.bmc.zpr.responses that return WorkRequestLogEntryCollection Modifier and Type Method Description WorkRequestLogEntryCollection
ListZprConfigurationWorkRequestLogsResponse. getWorkRequestLogEntryCollection()
The returned WorkRequestLogEntryCollection instance.WorkRequestLogEntryCollection
ListZprPolicyWorkRequestLogsResponse. getWorkRequestLogEntryCollection()
The returned WorkRequestLogEntryCollection instance.Methods in com.oracle.bmc.zpr.responses with parameters of type WorkRequestLogEntryCollection Modifier and Type Method Description ListZprConfigurationWorkRequestLogsResponse.Builder
ListZprConfigurationWorkRequestLogsResponse.Builder. workRequestLogEntryCollection(WorkRequestLogEntryCollection workRequestLogEntryCollection)
The returned WorkRequestLogEntryCollection instance.ListZprPolicyWorkRequestLogsResponse.Builder
ListZprPolicyWorkRequestLogsResponse.Builder. workRequestLogEntryCollection(WorkRequestLogEntryCollection workRequestLogEntryCollection)
The returned WorkRequestLogEntryCollection instance.
-