public class UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter extends JsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>
Modifier and Type | Field and Description |
---|---|
static UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter |
INSTANCE |
static String |
PROCESS_INSTANCE_IDS |
static String |
SUSPENDING |
Constructor and Description |
---|
UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter() |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
readProcessInstanceIds(com.google.gson.JsonObject jsonObject) |
com.google.gson.JsonObject |
toJsonObject(UpdateProcessInstancesSuspendStateBatchConfiguration configuration) |
UpdateProcessInstancesSuspendStateBatchConfiguration |
toObject(com.google.gson.JsonObject json) |
toJson
public static final UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter INSTANCE
public static final String PROCESS_INSTANCE_IDS
public static final String SUSPENDING
public UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter()
public com.google.gson.JsonObject toJsonObject(UpdateProcessInstancesSuspendStateBatchConfiguration configuration)
toJsonObject
in class JsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>
public UpdateProcessInstancesSuspendStateBatchConfiguration toObject(com.google.gson.JsonObject json)
toObject
in class JsonObjectConverter<UpdateProcessInstancesSuspendStateBatchConfiguration>
Copyright © 2022. All rights reserved.