Uses of Class
com.oracle.bmc.mngdmac.model.WorkRequestLogEntryCollection
-
Packages that use WorkRequestLogEntryCollection Package Description com.oracle.bmc.mngdmac.model com.oracle.bmc.mngdmac.responses -
-
Uses of WorkRequestLogEntryCollection in com.oracle.bmc.mngdmac.model
Methods in com.oracle.bmc.mngdmac.model that return WorkRequestLogEntryCollection Modifier and Type Method Description WorkRequestLogEntryCollection
WorkRequestLogEntryCollection.Builder. build()
Methods in com.oracle.bmc.mngdmac.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.mngdmac.responses
Methods in com.oracle.bmc.mngdmac.responses that return WorkRequestLogEntryCollection Modifier and Type Method Description WorkRequestLogEntryCollection
ListWorkRequestLogsResponse. getWorkRequestLogEntryCollection()
The returned WorkRequestLogEntryCollection instance.Methods in com.oracle.bmc.mngdmac.responses with parameters of type WorkRequestLogEntryCollection Modifier and Type Method Description ListWorkRequestLogsResponse.Builder
ListWorkRequestLogsResponse.Builder. workRequestLogEntryCollection(WorkRequestLogEntryCollection workRequestLogEntryCollection)
The returned WorkRequestLogEntryCollection instance.
-