Uses of Class
com.oracle.bmc.datasafe.model.SubstringFormatEntry.Builder
-
Packages that use SubstringFormatEntry.Builder Package Description com.oracle.bmc.datasafe.model -
-
Uses of SubstringFormatEntry.Builder in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SubstringFormatEntry.Builder Modifier and Type Method Description static SubstringFormatEntry.Builder
SubstringFormatEntry. builder()
Create a new builder.SubstringFormatEntry.Builder
SubstringFormatEntry.Builder. copy(SubstringFormatEntry model)
SubstringFormatEntry.Builder
SubstringFormatEntry.Builder. description(String description)
SubstringFormatEntry.Builder
SubstringFormatEntry.Builder. length(Integer length)
The number of characters that should be there in the substring.SubstringFormatEntry.Builder
SubstringFormatEntry.Builder. startPosition(Integer startPosition)
The starting position in the original string from where the substring should be extracted.SubstringFormatEntry.Builder
SubstringFormatEntry. toBuilder()
-