public static class OutputField.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OutputField |
build() |
OutputField.Builder |
configValues(ConfigValues configValues) |
OutputField.Builder |
copy(OutputField model) |
OutputField.Builder |
description(String description) |
OutputField.Builder |
key(String key) |
OutputField.Builder |
labels(List<String> labels)
Labels are keywords or labels that you can add to data assets, dataflows and so on.
|
OutputField.Builder |
modelVersion(String modelVersion) |
OutputField.Builder |
name(String name) |
OutputField.Builder |
objectStatus(Integer objectStatus) |
OutputField.Builder |
parentRef(ParentReference parentRef) |
OutputField.Builder |
type(BaseType type) |
public OutputField.Builder key(String key)
public OutputField.Builder modelVersion(String modelVersion)
public OutputField.Builder parentRef(ParentReference parentRef)
public OutputField.Builder configValues(ConfigValues configValues)
public OutputField.Builder objectStatus(Integer objectStatus)
public OutputField.Builder name(String name)
public OutputField.Builder description(String description)
public OutputField.Builder type(BaseType type)
public OutputField.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 OutputField build()
public OutputField.Builder copy(OutputField model)
Copyright © 2016–2024. All rights reserved.