Class JavaDocComment.Builder
java.lang.Object
com.google.api.generator.engine.ast.JavaDocComment.Builder
- Enclosing class:
- JavaDocComment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddComment(String comment) addOrderedList(List<String> oList) addParagraph(String paragraph) addSampleCode(String sampleCode) addUnescapedComment(String comment) addUnorderedList(List<String> uList) build()booleansetDeprecated(String deprecatedText)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setThrows
-
setDeprecated
-
setReturn
-
addParam
-
addUnescapedComment
-
addComment
-
addSampleCode
-
addParagraph
-
addOrderedList
-
addUnorderedList
-
emptyComments
public boolean emptyComments() -
build
-