Class ArgumentUtil
java.lang.Object
io.camunda.zeebe.client.impl.command.ArgumentUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidensureGreaterThan(String property, long testValue, long comparisonValue) static voidensureNotEmpty(String property, String value) static voidensureNotNegative(String property, Duration testValue) static voidensureNotNull(String property, Object value) static voidensureNotNullNorEmpty(String property, String value) static voidensureNotZero(String property, Duration testValue) static voidensurePositive(String property, Duration testValue)
-
Constructor Details
-
ArgumentUtil
public ArgumentUtil()
-
-
Method Details
-
ensureNotNull
-
ensureNotEmpty
-
ensureNotNullNorEmpty
-
ensureGreaterThan
-
ensureNotNegative
-
ensureNotZero
-
ensurePositive
-