Class WebPathResponse.WebPathResponseBuilder
- java.lang.Object
-
- org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathResponse.WebPathResponseBuilder
-
- Enclosing class:
- WebPathResponse
public static class WebPathResponse.WebPathResponseBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebPathResponsebuild()WebPathResponse.WebPathResponseBuildernodes(java.util.List<AbstractWebNode> nodes)WebPathResponse.WebPathResponseBuilderquery(WebPathQuery query)java.lang.StringtoString()
-
-
-
Method Detail
-
nodes
public WebPathResponse.WebPathResponseBuilder nodes(java.util.List<AbstractWebNode> nodes)
- Returns:
this.
-
query
public WebPathResponse.WebPathResponseBuilder query(WebPathQuery query)
- Returns:
this.
-
build
public WebPathResponse build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-