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
Op s to the OpsBuilder . |
public DocBuilder withOps(java.util.List<Op> ops)
Op
s to the OpsBuilder
.ops
- the Op
sOpsBuilder
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2015-2018 Google Inc.. All Rights Reserved.