Uses of Enum Class
org.apache.camel.component.salesforce.api.dto.bulk.StatusCode
Packages that use StatusCode
-
Uses of StatusCode in org.apache.camel.component.salesforce.api.dto.bulk
Fields in org.apache.camel.component.salesforce.api.dto.bulk declared as StatusCodeMethods in org.apache.camel.component.salesforce.api.dto.bulk that return StatusCodeModifier and TypeMethodDescriptionstatic StatusCodeResultError.getStatusCode()Gets the value of the statusCode property.static StatusCodeReturns the enum constant of this class with the specified name.static StatusCode[]StatusCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.salesforce.api.dto.bulk with parameters of type StatusCodeModifier and TypeMethodDescriptionvoidResultError.setStatusCode(StatusCode value) Sets the value of the statusCode property.