public static class MetadataRemap.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MetadataRemap |
build() |
MetadataRemap.Builder |
copy(MetadataRemap model) |
MetadataRemap.Builder |
newValue(String newValue)
Specifies the new value that oldValue should be translated into.
|
MetadataRemap.Builder |
oldValue(String oldValue)
Specifies the value which needs to be reset.
|
MetadataRemap.Builder |
type(MetadataRemap.Type type)
Type of remap.
|
public MetadataRemap.Builder type(MetadataRemap.Type type)
Type of remap. Refer to METADATA_REMAP Procedure
type
- the value to setpublic MetadataRemap.Builder oldValue(String oldValue)
Specifies the value which needs to be reset.
oldValue
- the value to setpublic MetadataRemap.Builder newValue(String newValue)
Specifies the new value that oldValue should be translated into.
newValue
- the value to setpublic MetadataRemap build()
public MetadataRemap.Builder copy(MetadataRemap model)
Copyright © 2016–2024. All rights reserved.