public class BulkOperation extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkOperation.Builder<T extends BulkOperation> |
| Modifier and Type | Field and Description |
|---|---|
static String |
BULK_ID_FIELD |
static String |
METHOD_FIELD |
static String |
VERSION_FIELD |
| Constructor and Description |
|---|
BulkOperation(String method,
String bulkId,
String version) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBulkId() |
RequestMethod |
getMethod() |
static long |
getSerialversionuid() |
String |
getVersion() |
public static final String VERSION_FIELD
public static final String BULK_ID_FIELD
public static final String METHOD_FIELD
public static long getSerialversionuid()
public RequestMethod getMethod()
public String getBulkId()
public String getVersion()
Copyright © 2022 SAP SE. All rights reserved.