Class KeyValuePairInput
- java.lang.Object
-
- org.camunda.bpm.extension.graphql.types.KeyValuePairInput
-
@Component public class KeyValuePairInput extends Object
-
-
Constructor Summary
Constructors Constructor Description KeyValuePairInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()StringgetValue()ValueTypeEnumgetValueType()voidsetKey(String key)voidsetValue(String value)voidsetValueType(ValueTypeEnum valueType)
-
-
-
Method Detail
-
getValueType
public ValueTypeEnum getValueType()
-
setValueType
public void setValueType(ValueTypeEnum valueType)
-
setKey
public void setKey(String key)
-
setValue
public void setValue(String value)
-
getKey
public String getKey()
-
getValue
public String getValue()
-
-