Package io.camunda.client.impl.command
Class ArgumentUtil
java.lang.Object
io.camunda.client.impl.command.ArgumentUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidensureGreaterThan(String property, long testValue, long comparisonValue) static voidensureNotBefore(String property, Instant testValue, Instant otherInstant) static voidensureNotEmpty(String property, String value) static voidensureNotEmpty(String property, List<?> value) static voidensureNotNegative(String property, long testValue) static voidensureNotNegative(String property, Duration testValue) static voidensureNotNull(String property, Object value) static voidensureNotNullNorEmpty(String property, String value) static voidensureNotNullOrEmpty(String property, List<?> 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
-
ensureNotNegative
-
ensureNotZero
-
ensurePositive
-
ensureNotBefore
-
ensureNotEmpty
-
ensureNotNullOrEmpty
-