Uses of Class
com.legislate.model.TemplateVariable
-
Packages that use TemplateVariable Package Description com.legislate.model -
-
Uses of TemplateVariable in com.legislate.model
Methods in com.legislate.model that return TemplateVariable Modifier and Type Method Description TemplateVariableTemplateVariable. description(String description)TemplateVariableTemplateVariable. name(String name)TemplateVariableTemplateVariable. type(TemplateVariable.TypeEnum type)Methods in com.legislate.model that return types with arguments of type TemplateVariable Modifier and Type Method Description List<TemplateVariable>UriTemplate. getVariables()Get variablesMethods in com.legislate.model with parameters of type TemplateVariable Modifier and Type Method Description UriTemplateUriTemplate. addVariablesItem(TemplateVariable variablesItem)Method parameters in com.legislate.model with type arguments of type TemplateVariable Modifier and Type Method Description voidUriTemplate. setVariables(List<TemplateVariable> variables)UriTemplateUriTemplate. variables(List<TemplateVariable> variables)
-