public static class InputField.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InputField |
build() |
InputField.Builder |
configValues(ConfigValues configValues) |
InputField.Builder |
copy(InputField model) |
InputField.Builder |
description(String description) |
InputField.Builder |
key(String key) |
InputField.Builder |
labels(List<String> labels)
Labels are keywords or labels that you can add to data assets, dataflows and so on.
|
InputField.Builder |
modelVersion(String modelVersion) |
InputField.Builder |
name(String name) |
InputField.Builder |
objectStatus(Integer objectStatus) |
InputField.Builder |
parentRef(ParentReference parentRef) |
InputField.Builder |
type(BaseType type) |
public InputField.Builder key(String key)
public InputField.Builder modelVersion(String modelVersion)
public InputField.Builder parentRef(ParentReference parentRef)
public InputField.Builder configValues(ConfigValues configValues)
public InputField.Builder objectStatus(Integer objectStatus)
public InputField.Builder name(String name)
public InputField.Builder description(String description)
public InputField.Builder type(BaseType type)
public InputField.Builder labels(List<String> labels)
Labels are keywords or labels that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
labels
- the value to setpublic InputField build()
public InputField.Builder copy(InputField model)
Copyright © 2016–2024. All rights reserved.