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