Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Reference.Builder |
applicationKey(String applicationKey)
The application key of the reference object.
|
Reference |
build() |
Reference.Builder |
childReferences(List<ChildReference> childReferences)
List of references that are dependent on this reference.
|
Reference.Builder |
copy(Reference model) |
Reference.Builder |
description(String description)
The description of reference object.
|
Reference.Builder |
identifier(String identifier)
The identifier of reference object.
|
Reference.Builder |
identifierPath(String identifierPath)
The identifier path of reference object.
|
Reference.Builder |
key(String key)
The reference’s key, key of the object that is being used by a published object or its
dependents.
|
Reference.Builder |
name(String name)
The name of reference object.
|
Reference.Builder |
targetObject(Object targetObject)
The new reference object to use instead of the original reference.
|
Reference.Builder |
type(Reference.Type type)
The type of reference object.
|
Reference.Builder |
usedBy(List<ReferenceUsedBy> usedBy)
List of published objects where this is used.
|
public Reference.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 Reference.Builder name(String name)
The name of reference object.
name
- the value to setpublic Reference.Builder identifier(String identifier)
The identifier of reference object.
identifier
- the value to setpublic Reference.Builder identifierPath(String identifierPath)
The identifier path of reference object.
identifierPath
- the value to setpublic Reference.Builder description(String description)
The description of reference object.
description
- the value to setpublic Reference.Builder type(Reference.Type type)
The type of reference object.
type
- the value to setpublic Reference.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 Reference.Builder applicationKey(String applicationKey)
The application key of the reference object.
applicationKey
- the value to setpublic Reference.Builder usedBy(List<ReferenceUsedBy> usedBy)
List of published objects where this is used.
usedBy
- the value to setpublic Reference.Builder childReferences(List<ChildReference> childReferences)
List of references that are dependent on this reference.
childReferences
- the value to setpublic Reference build()
public Reference.Builder copy(Reference model)
Copyright © 2016–2024. All rights reserved.