public static interface GetPrefix.Builder
| Modifier and Type | Method and Description |
|---|---|
GetPrefix |
build() |
java.lang.Integer |
length() |
GetPrefix.Builder |
length(java.lang.Integer length) |
GetPrefix.Builder length(java.lang.Integer length)
length - If positive, the number of characters to return from the front. If negative, the absolute number of characters to exclude from the end. e.g. GetPrefix(-1) returns all but the last character.java.lang.Integer length()
GetPrefix build()