Package com.moesif.api.models
Class GovernanceRulesVariableBuilder
- java.lang.Object
-
- com.moesif.api.models.GovernanceRulesVariableBuilder
-
public class GovernanceRulesVariableBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description GovernanceRulesVariableBuilder()Default constructor to initialize the instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GovernanceRulesVariableModelbuild()Build the instance with the given valuesGovernanceRulesVariableBuildername(String name)the nameGovernanceRulesVariableBuilderpath(String path)the path
-
-
-
Method Detail
-
name
public GovernanceRulesVariableBuilder name(String name)
the name- Parameters:
name- the field to set- Returns:
- itself
-
path
public GovernanceRulesVariableBuilder path(String path)
the path- Parameters:
path- the field to set- Returns:
- itself
-
build
public GovernanceRulesVariableModel build()
Build the instance with the given values- Returns:
- The built GovernanceRulesVariableModel
-
-