public static interface Substring.Builder extends SdkPojo, CopyableBuilder<Substring.Builder,Substring>
| Modifier and Type | Method and Description |
|---|---|
Substring.Builder |
length(Integer length)
The length of the substring.
|
Substring.Builder |
start(Integer start)
The start index of the substring, starting from 0.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubstring.Builder start(Integer start)
The start index of the substring, starting from 0.
start - The start index of the substring, starting from 0.Substring.Builder length(Integer length)
The length of the substring.
length - The length of the substring.Copyright © 2023. All rights reserved.