public static class FunctionSignature.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FunctionSignature.Builder |
arguments(List<TypedObject> arguments)
An array of function arguments.
|
FunctionSignature |
build() |
FunctionSignature.Builder |
copy(FunctionSignature model) |
FunctionSignature.Builder |
description(String description)
Detailed description for the object.
|
FunctionSignature.Builder |
key(String key)
The key of the object.
|
FunctionSignature.Builder |
modelType(FunctionSignature.ModelType modelType)
The type of the object.
|
FunctionSignature.Builder |
modelVersion(String modelVersion)
The model version of an object.
|
FunctionSignature.Builder |
name(String name)
Free form text without any restriction on permitted characters.
|
FunctionSignature.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
FunctionSignature.Builder |
parentRef(ParentReference parentRef) |
FunctionSignature.Builder |
retType(ConfiguredType retType) |
public FunctionSignature.Builder key(String key)
The key of the object.
key
- the value to setpublic FunctionSignature.Builder modelType(FunctionSignature.ModelType modelType)
The type of the object.
modelType
- the value to setpublic FunctionSignature.Builder modelVersion(String modelVersion)
The model version of an object.
modelVersion
- the value to setpublic FunctionSignature.Builder parentRef(ParentReference parentRef)
public FunctionSignature.Builder name(String name)
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
name
- the value to setpublic FunctionSignature.Builder retType(ConfiguredType retType)
public FunctionSignature.Builder arguments(List<TypedObject> arguments)
An array of function arguments.
arguments
- the value to setpublic FunctionSignature.Builder description(String description)
Detailed description for the object.
description
- the value to setpublic FunctionSignature.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 FunctionSignature build()
public FunctionSignature.Builder copy(FunctionSignature model)
Copyright © 2016–2024. All rights reserved.