public static class RecipeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RecipeSummary |
build() |
RecipeSummary.Builder |
copy(RecipeSummary model) |
RecipeSummary.Builder |
description(String description)
Metadata about this specific object.
|
RecipeSummary.Builder |
displayName(String displayName)
An object’s Display Name.
|
RecipeSummary.Builder |
name(String name)
An object’s Display Name.
|
RecipeSummary.Builder |
recipeType(RecipeType recipeType)
The type of the recipe
|
RecipeSummary.Builder |
supportedSourceTechnologyTypes(List<TechnologyType> supportedSourceTechnologyTypes)
Array of supported technology types for this recipe.
|
RecipeSummary.Builder |
supportedTargetTechnologyTypes(List<TechnologyType> supportedTargetTechnologyTypes)
Array of supported technology types for this recipe.
|
public RecipeSummary.Builder recipeType(RecipeType recipeType)
The type of the recipe
recipeType
- the value to setpublic RecipeSummary.Builder name(String name)
An object’s Display Name.
name
- the value to setpublic RecipeSummary.Builder displayName(String displayName)
An object’s Display Name.
displayName
- the value to setpublic RecipeSummary.Builder description(String description)
Metadata about this specific object.
description
- the value to setpublic RecipeSummary.Builder supportedSourceTechnologyTypes(List<TechnologyType> supportedSourceTechnologyTypes)
Array of supported technology types for this recipe.
supportedSourceTechnologyTypes
- the value to setpublic RecipeSummary.Builder supportedTargetTechnologyTypes(List<TechnologyType> supportedTargetTechnologyTypes)
Array of supported technology types for this recipe.
supportedTargetTechnologyTypes
- the value to setpublic RecipeSummary build()
public RecipeSummary.Builder copy(RecipeSummary model)
Copyright © 2016–2024. All rights reserved.