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