| Constructor and Description |
|---|
AlphaNumeric() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlphaNumeric()
Default function call
|
String |
getAlphaNumeric(String length)
Function call with length
|
String |
getAlphaNumeric(String min,
String max)
Function call with min and max arguments
|
@FunctionInvocation public String getAlphaNumeric(String min, String max)
min - minium lengthmax - maximum length@FunctionInvocation public String getAlphaNumeric()
@FunctionInvocation public String getAlphaNumeric(String length)
length - length of stringCopyright © 2022. All rights reserved.