Uses of Class
io.sendon.model.Replace
-
Packages that use Replace Package Description io.sendon.model -
-
Uses of Replace in io.sendon.model
Methods in io.sendon.model that return Replace Modifier and Type Method Description ReplaceReplace. dst(Replace.DstEnum dst)static ReplaceReplace. fromJson(String jsonString)Create an instance of Replace given an JSON stringReplaceReplace. src(String src)Methods in io.sendon.model that return types with arguments of type Replace Modifier and Type Method Description List<Replace>UserParameters. getReplaces()문자열 치환Methods in io.sendon.model with parameters of type Replace Modifier and Type Method Description UserParametersUserParameters. addReplacesItem(Replace replacesItem)Method parameters in io.sendon.model with type arguments of type Replace Modifier and Type Method Description UserParametersUserParameters. replaces(List<Replace> replaces)voidUserParameters. setReplaces(List<Replace> replaces)
-