Package | Description |
---|---|
org.apache.camel.component.salesforce.api.dto.bulk |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
Modifier and Type | Field and Description |
---|---|
protected BatchStateEnum |
BatchInfo.state |
Modifier and Type | Method and Description |
---|---|
static BatchStateEnum |
BatchStateEnum.fromValue(String v) |
BatchStateEnum |
BatchInfo.getState()
Gets the value of the state property.
|
static BatchStateEnum |
BatchStateEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchStateEnum[] |
BatchStateEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchInfo.setState(BatchStateEnum value)
Sets the value of the state property.
|
Apache Camel