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