public static class FunctionLibrarySummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FunctionLibrarySummary |
build() |
FunctionLibrarySummary.Builder |
categoryName(String categoryName)
The category name.
|
FunctionLibrarySummary.Builder |
copy(FunctionLibrarySummary model) |
FunctionLibrarySummary.Builder |
description(String description)
A user defined description for the Function Library.
|
FunctionLibrarySummary.Builder |
identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.
|
FunctionLibrarySummary.Builder |
key(String key)
Generated key that can be used in API calls to identify FunctionLibrary.
|
FunctionLibrarySummary.Builder |
keyMap(Map<String,String> keyMap)
A key map.
|
FunctionLibrarySummary.Builder |
metadata(ObjectMetadata metadata) |
FunctionLibrarySummary.Builder |
modelType(FunctionLibrarySummary.ModelType modelType)
The type of the object.
|
FunctionLibrarySummary.Builder |
modelVersion(String modelVersion)
The model version of an object.
|
FunctionLibrarySummary.Builder |
name(String name)
Free form text without any restriction on permitted characters.
|
FunctionLibrarySummary.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
FunctionLibrarySummary.Builder |
objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
|
FunctionLibrarySummary.Builder |
parentRef(ParentReference parentRef) |
public FunctionLibrarySummary.Builder key(String key)
Generated key that can be used in API calls to identify FunctionLibrary.
key
- the value to setpublic FunctionLibrarySummary.Builder modelType(FunctionLibrarySummary.ModelType modelType)
The type of the object.
modelType
- the value to setpublic FunctionLibrarySummary.Builder modelVersion(String modelVersion)
The model version of an object.
modelVersion
- the value to setpublic FunctionLibrarySummary.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 FunctionLibrarySummary.Builder description(String description)
A user defined description for the Function Library.
description
- the value to setpublic FunctionLibrarySummary.Builder categoryName(String categoryName)
The category name.
categoryName
- the value to setpublic FunctionLibrarySummary.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 FunctionLibrarySummary.Builder identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
identifier
- the value to setpublic FunctionLibrarySummary.Builder parentRef(ParentReference parentRef)
public FunctionLibrarySummary.Builder objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
objectVersion
- the value to setpublic FunctionLibrarySummary.Builder metadata(ObjectMetadata metadata)
public FunctionLibrarySummary.Builder keyMap(Map<String,String> keyMap)
A key map. If provided, the key is replaced with generated key. This structure provides mapping between user provided key and generated key.
keyMap
- the value to setpublic FunctionLibrarySummary build()
public FunctionLibrarySummary.Builder copy(FunctionLibrarySummary model)
Copyright © 2016–2024. All rights reserved.