Uses of Class
com.moesif.api.models.GovernanceRulesVariableModel
-
Packages that use GovernanceRulesVariableModel Package Description com.moesif.api.models -
-
Uses of GovernanceRulesVariableModel in com.moesif.api.models
Methods in com.moesif.api.models that return GovernanceRulesVariableModel Modifier and Type Method Description GovernanceRulesVariableModelGovernanceRulesVariableBuilder. build()Build the instance with the given valuesMethods in com.moesif.api.models that return types with arguments of type GovernanceRulesVariableModel Modifier and Type Method Description List<GovernanceRulesVariableModel>GovernanceRulesModel. getVariables()GETTER variablesMethod parameters in com.moesif.api.models with type arguments of type GovernanceRulesVariableModel Modifier and Type Method Description voidGovernanceRulesModel. setVariables(List<GovernanceRulesVariableModel> value)SETTER typeGovernanceRulesBuilderGovernanceRulesBuilder. variables(List<GovernanceRulesVariableModel> variables)the variables
-