Uses of Class
com.google.api.generator.engine.ast.JavaDocComment.Builder
-
Packages that use JavaDocComment.Builder Package Description com.google.api.generator.engine.ast -
-
Uses of JavaDocComment.Builder in com.google.api.generator.engine.ast
Methods in com.google.api.generator.engine.ast that return JavaDocComment.Builder Modifier and Type Method Description JavaDocComment.BuilderJavaDocComment.Builder. addComment(String comment)JavaDocComment.BuilderJavaDocComment.Builder. addOrderedList(List<String> oList)JavaDocComment.BuilderJavaDocComment.Builder. addParagraph(String paragraph)JavaDocComment.BuilderJavaDocComment.Builder. addParam(String name, String description)JavaDocComment.BuilderJavaDocComment.Builder. addSampleCode(String sampleCode)JavaDocComment.BuilderJavaDocComment.Builder. addUnescapedComment(String comment)JavaDocComment.BuilderJavaDocComment.Builder. addUnorderedList(List<String> uList)static JavaDocComment.BuilderJavaDocComment. builder()JavaDocComment.BuilderJavaDocComment.Builder. setDeprecated(String deprecatedText)JavaDocComment.BuilderJavaDocComment.Builder. setReturn(String returnText)JavaDocComment.BuilderJavaDocComment.Builder. setThrows(String type, String description)
-