Uses of Class
com.oracle.bmc.apigateway.model.WorkRequestLogCollection
-
Packages that use WorkRequestLogCollection Package Description com.oracle.bmc.apigateway.model com.oracle.bmc.apigateway.responses -
-
Uses of WorkRequestLogCollection in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return WorkRequestLogCollection Modifier and Type Method Description WorkRequestLogCollection
WorkRequestLogCollection.Builder. build()
Methods in com.oracle.bmc.apigateway.model with parameters of type WorkRequestLogCollection Modifier and Type Method Description WorkRequestLogCollection.Builder
WorkRequestLogCollection.Builder. copy(WorkRequestLogCollection model)
-
Uses of WorkRequestLogCollection in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return WorkRequestLogCollection Modifier and Type Method Description WorkRequestLogCollection
ListWorkRequestLogsResponse. getWorkRequestLogCollection()
The returned WorkRequestLogCollection instance.Methods in com.oracle.bmc.apigateway.responses with parameters of type WorkRequestLogCollection Modifier and Type Method Description ListWorkRequestLogsResponse.Builder
ListWorkRequestLogsResponse.Builder. workRequestLogCollection(WorkRequestLogCollection workRequestLogCollection)
The returned WorkRequestLogCollection instance.
-