Uses of Class
org.apache.camel.component.salesforce.api.dto.bulk.StatusCode
-
Packages that use StatusCode Package Description org.apache.camel.component.salesforce.api.dto.bulk -
-
Uses of StatusCode in org.apache.camel.component.salesforce.api.dto.bulk
Fields in org.apache.camel.component.salesforce.api.dto.bulk declared as StatusCode Modifier and Type Field Description protected StatusCode
ResultError. statusCode
Methods in org.apache.camel.component.salesforce.api.dto.bulk that return StatusCode Modifier and Type Method Description static StatusCode
StatusCode. fromValue(String v)
StatusCode
ResultError. getStatusCode()
Gets the value of the statusCode property.static StatusCode
StatusCode. valueOf(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 org.apache.camel.component.salesforce.api.dto.bulk with parameters of type StatusCode Modifier and Type Method Description void
ResultError. setStatusCode(StatusCode value)
Sets the value of the statusCode property.
-