MCPcopy Index your code
hub / github.com/chain/Core / setNext

Method setNext

sdk/java/src/main/java/com/chain/api/PagedItems.java:71–73  ·  view source on GitHub ↗

Sets the next query object. @param next query object for the next request

(Query next)

Source from the content-addressed store, hash-verified

69 * @param next query object for the next request
70 */
71 public void setNext(Query next) {
72 this.next = next;
73 }
74
75 /**
76 * Returns the next item in the results list.

Callers 7

executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected