public final class DocBuilder
extends java.lang.Object
| Constructor and Description |
|---|
DocBuilder()
Start to build a
DocBuilder. |
| Modifier and Type | Method and Description |
|---|---|
Doc |
build()
Return the
Doc. |
java.lang.String |
toString() |
DocBuilder |
withOps(java.util.List<Op> ops)
Add a list of
Ops to the OpsBuilder. |
public DocBuilder withOps(java.util.List<Op> ops)
Ops to the OpsBuilder.ops - the OpsOpsBuilderpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015-2018 Google Inc.. All Rights Reserved.