public static class ChildReference.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ChildReference.Builder |
aggregatorKey(String aggregatorKey)
The aggregator key of the child reference object.
|
ChildReference |
build() |
ChildReference.Builder |
copy(ChildReference model) |
ChildReference.Builder |
description(String description)
The description of reference object.
|
ChildReference.Builder |
identifier(String identifier)
The identifier of reference object.
|
ChildReference.Builder |
identifierPath(String identifierPath)
The identifier path of reference object.
|
ChildReference.Builder |
key(String key)
The reference’s key, key of the object that is being used by a published object or its
dependents.
|
ChildReference.Builder |
name(String name)
The name of reference object.
|
ChildReference.Builder |
targetObject(Object targetObject)
The new reference object to use instead of the original reference.
|
ChildReference.Builder |
type(ChildReference.Type type)
The type of the reference object.
|
ChildReference.Builder |
usedBy(List<ReferenceUsedBy> usedBy)
List of published objects where this is used.
|
public ChildReference.Builder key(String key)
The reference’s key, key of the object that is being used by a published object or its dependents.
key
- the value to setpublic ChildReference.Builder name(String name)
The name of reference object.
name
- the value to setpublic ChildReference.Builder identifier(String identifier)
The identifier of reference object.
identifier
- the value to setpublic ChildReference.Builder identifierPath(String identifierPath)
The identifier path of reference object.
identifierPath
- the value to setpublic ChildReference.Builder description(String description)
The description of reference object.
description
- the value to setpublic ChildReference.Builder type(ChildReference.Type type)
The type of the reference object.
type
- the value to setpublic ChildReference.Builder targetObject(Object targetObject)
The new reference object to use instead of the original reference. For example, this can be a data asset reference.
targetObject
- the value to setpublic ChildReference.Builder aggregatorKey(String aggregatorKey)
The aggregator key of the child reference object. For example, this can be a data asset key.
aggregatorKey
- the value to setpublic ChildReference.Builder usedBy(List<ReferenceUsedBy> usedBy)
List of published objects where this is used.
usedBy
- the value to setpublic ChildReference build()
public ChildReference.Builder copy(ChildReference model)
Copyright © 2016–2024. All rights reserved.