Uses of Class
com.oracle.bmc.resourcescheduler.model.WorkRequestLogEntry
-
Packages that use WorkRequestLogEntry Package Description com.oracle.bmc.resourcescheduler com.oracle.bmc.resourcescheduler.model -
-
Uses of WorkRequestLogEntry in com.oracle.bmc.resourcescheduler
Methods in com.oracle.bmc.resourcescheduler that return types with arguments of type WorkRequestLogEntry Modifier and Type Method Description Iterable<WorkRequestLogEntry>
SchedulePaginators. listWorkRequestLogsRecordIterator(ListWorkRequestLogsRequest request)
Creates a new iterable which will iterate over theWorkRequestLogEntry
objects contained in responses from the listWorkRequestLogs operation. -
Uses of WorkRequestLogEntry in com.oracle.bmc.resourcescheduler.model
Methods in com.oracle.bmc.resourcescheduler.model that return WorkRequestLogEntry Modifier and Type Method Description WorkRequestLogEntry
WorkRequestLogEntry.Builder. build()
Methods in com.oracle.bmc.resourcescheduler.model that return types with arguments of type WorkRequestLogEntry Modifier and Type Method Description List<WorkRequestLogEntry>
WorkRequestLogEntryCollection. getItems()
This is a list of work request log entries.Methods in com.oracle.bmc.resourcescheduler.model with parameters of type WorkRequestLogEntry Modifier and Type Method Description WorkRequestLogEntry.Builder
WorkRequestLogEntry.Builder. copy(WorkRequestLogEntry model)
Method parameters in com.oracle.bmc.resourcescheduler.model with type arguments of type WorkRequestLogEntry Modifier and Type Method Description WorkRequestLogEntryCollection.Builder
WorkRequestLogEntryCollection.Builder. items(List<WorkRequestLogEntry> items)
This is a list of work request log entries.Constructor parameters in com.oracle.bmc.resourcescheduler.model with type arguments of type WorkRequestLogEntry Constructor Description WorkRequestLogEntryCollection(List<WorkRequestLogEntry> items)
Deprecated.
-