public static class ProxyField.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ProxyField |
build() |
ProxyField.Builder |
configValues(ConfigValues configValues) |
ProxyField.Builder |
copy(ProxyField model) |
ProxyField.Builder |
description(String description) |
ProxyField.Builder |
key(String key) |
ProxyField.Builder |
labels(List<String> labels)
Labels are keywords or labels that you can add to data assets, dataflows and so on.
|
ProxyField.Builder |
modelVersion(String modelVersion) |
ProxyField.Builder |
name(String name) |
ProxyField.Builder |
objectStatus(Integer objectStatus) |
ProxyField.Builder |
parentRef(ParentReference parentRef) |
ProxyField.Builder |
scope(Object scope)
Deprecated - Reference to a typed object.
|
ProxyField.Builder |
scopeReference(ScopeReference scopeReference) |
ProxyField.Builder |
type(BaseType type) |
public ProxyField.Builder key(String key)
public ProxyField.Builder modelVersion(String modelVersion)
public ProxyField.Builder parentRef(ParentReference parentRef)
public ProxyField.Builder configValues(ConfigValues configValues)
public ProxyField.Builder objectStatus(Integer objectStatus)
public ProxyField.Builder name(String name)
public ProxyField.Builder description(String description)
public ProxyField.Builder scope(Object scope)
Deprecated - Reference to a typed object. This can be either a key value to an object
within the document, a shall referenced to a TypedObject
, or a full TypedObject
definition.
scope
- the value to setpublic ProxyField.Builder scopeReference(ScopeReference scopeReference)
public ProxyField.Builder type(BaseType type)
public ProxyField.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 ProxyField build()
public ProxyField.Builder copy(ProxyField model)
Copyright © 2016–2024. All rights reserved.