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 WebPathResponse
build()
WebPathResponse.WebPathResponseBuilder
nodes(java.util.List<AbstractWebNode> nodes)
WebPathResponse.WebPathResponseBuilder
query(WebPathQuery query)
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-