public static class Dependency.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Dependency |
build() |
Dependency.Builder |
copy(Dependency model) |
Dependency.Builder |
referenceId(Long referenceId)
The unique identifier of the reference, if available.
|
Dependency.Builder |
referenceType(String referenceType)
The type of reference that defines the dependency.
|
Dependency.Builder |
type(String type)
The dependency type.
|
public Dependency.Builder type(String type)
The dependency type.
type
- the value to setpublic Dependency.Builder referenceType(String referenceType)
The type of reference that defines the dependency.
referenceType
- the value to setpublic Dependency.Builder referenceId(Long referenceId)
The unique identifier of the reference, if available.
referenceId
- the value to setpublic Dependency build()
public Dependency.Builder copy(Dependency model)
Copyright © 2016–2024. All rights reserved.