Package io.camunda.client.api.response
Interface CreateClusterVariableResponse
- All Known Implementing Classes:
CreateClusterVariableResponseImpl
public interface CreateClusterVariableResponse
-
Method Details
-
getName
String getName() -
getValue
Object getValue() -
getScope
ClusterVariableScope getScope() -
getTenantId
String getTenantId() -
getKind
ClusterVariableKind getKind()
-