Uses of Class
com.oracle.bmc.visualbuilder.model.WorkRequestLogEntry
-
Packages that use WorkRequestLogEntry Package Description com.oracle.bmc.visualbuilder com.oracle.bmc.visualbuilder.model -
-
Uses of WorkRequestLogEntry in com.oracle.bmc.visualbuilder
Methods in com.oracle.bmc.visualbuilder that return types with arguments of type WorkRequestLogEntry Modifier and Type Method Description Iterable<WorkRequestLogEntry>
VbInstancePaginators. 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.visualbuilder.model
Methods in com.oracle.bmc.visualbuilder.model that return WorkRequestLogEntry Modifier and Type Method Description WorkRequestLogEntry
WorkRequestLogEntry.Builder. build()
Methods in com.oracle.bmc.visualbuilder.model that return types with arguments of type WorkRequestLogEntry Modifier and Type Method Description List<WorkRequestLogEntry>
WorkRequestLogEntryCollection. getItems()
List of objects containing logs related to a specific work request..Methods in com.oracle.bmc.visualbuilder.model with parameters of type WorkRequestLogEntry Modifier and Type Method Description WorkRequestLogEntry.Builder
WorkRequestLogEntry.Builder. copy(WorkRequestLogEntry model)
Method parameters in com.oracle.bmc.visualbuilder.model with type arguments of type WorkRequestLogEntry Modifier and Type Method Description WorkRequestLogEntryCollection.Builder
WorkRequestLogEntryCollection.Builder. items(List<WorkRequestLogEntry> items)
List of objects containing logs related to a specific work request..Constructor parameters in com.oracle.bmc.visualbuilder.model with type arguments of type WorkRequestLogEntry Constructor Description WorkRequestLogEntryCollection(List<WorkRequestLogEntry> items)
Deprecated.
-