Package com.aquafold.openapi.random
Interface AQRandomStringLength
-
- All Superinterfaces:
AQRandomRange
public interface AQRandomStringLength extends AQRandomRange
This interface defines a constraint on the length of a string.Instances of this interface can be instantiated by one of the following methods:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringnextString()Randomly generates a string with length bounded by the criteria defined in this object.
-