Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Script |
build() |
Script.Builder |
copy(Script model) |
Script.Builder |
key(String key)
The key of the object.
|
Script.Builder |
modelType(String modelType)
The type of the object.
|
Script.Builder |
modelVersion(String modelVersion)
The model version of an object.
|
Script.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
Script.Builder |
parentRef(ParentReference parentRef) |
public Script.Builder key(String key)
The key of the object.
key
- the value to setpublic Script.Builder modelType(String modelType)
The type of the object.
modelType
- the value to setpublic Script.Builder modelVersion(String modelVersion)
The model version of an object.
modelVersion
- the value to setpublic Script.Builder parentRef(ParentReference parentRef)
public Script.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectStatus
- the value to setpublic Script build()
public Script.Builder copy(Script model)
Copyright © 2016–2024. All rights reserved.