Uses of Class
com.sforce.async.StatusCode
-
Packages that use StatusCode Package Description com.sforce.async -
-
Uses of StatusCode in com.sforce.async
Methods in com.sforce.async that return StatusCode Modifier and Type Method Description StatusCodeError. getStatusCode()static StatusCodeStatusCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StatusCode[]StatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sforce.async with parameters of type StatusCode Modifier and Type Method Description voidError. setStatusCode(StatusCode statusCode)Constructors in com.sforce.async with parameters of type StatusCode Constructor Description Error(java.lang.String[] fields, java.lang.String message, StatusCode statusCode)
-