Uses of Class
com.oracle.bmc.loadbalancer.model.WorkRequestError.ErrorCode
-
Packages that use WorkRequestError.ErrorCode Package Description com.oracle.bmc.loadbalancer.model -
-
Uses of WorkRequestError.ErrorCode in com.oracle.bmc.loadbalancer.model
Methods in com.oracle.bmc.loadbalancer.model that return WorkRequestError.ErrorCode Modifier and Type Method Description static WorkRequestError.ErrorCode
WorkRequestError.ErrorCode. create(String key)
WorkRequestError.ErrorCode
WorkRequestError. getErrorCode()
static WorkRequestError.ErrorCode
WorkRequestError.ErrorCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static WorkRequestError.ErrorCode[]
WorkRequestError.ErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loadbalancer.model with parameters of type WorkRequestError.ErrorCode Modifier and Type Method Description WorkRequestError.Builder
WorkRequestError.Builder. errorCode(WorkRequestError.ErrorCode errorCode)
Constructors in com.oracle.bmc.loadbalancer.model with parameters of type WorkRequestError.ErrorCode Constructor Description WorkRequestError(WorkRequestError.ErrorCode errorCode, String message)
Deprecated.
-