Uses of Class
com.oracle.bmc.apigateway.model.WorkRequestLog
-
Packages that use WorkRequestLog Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.model -
-
Uses of WorkRequestLog in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return types with arguments of type WorkRequestLog Modifier and Type Method Description Iterable<WorkRequestLog>
WorkRequestsPaginators. listWorkRequestLogsRecordIterator(ListWorkRequestLogsRequest request)
Creates a new iterable which will iterate over theWorkRequestLog
objects contained in responses from the listWorkRequestLogs operation. -
Uses of WorkRequestLog in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return WorkRequestLog Modifier and Type Method Description WorkRequestLog
WorkRequestLog.Builder. build()
Methods in com.oracle.bmc.apigateway.model that return types with arguments of type WorkRequestLog Modifier and Type Method Description List<WorkRequestLog>
WorkRequestLogCollection. getItems()
Work request logs.Methods in com.oracle.bmc.apigateway.model with parameters of type WorkRequestLog Modifier and Type Method Description WorkRequestLog.Builder
WorkRequestLog.Builder. copy(WorkRequestLog model)
Method parameters in com.oracle.bmc.apigateway.model with type arguments of type WorkRequestLog Modifier and Type Method Description WorkRequestLogCollection.Builder
WorkRequestLogCollection.Builder. items(List<WorkRequestLog> items)
Work request logs.Constructor parameters in com.oracle.bmc.apigateway.model with type arguments of type WorkRequestLog Constructor Description WorkRequestLogCollection(List<WorkRequestLog> items)
Deprecated.
-