Uses of Record Class
org.moera.lib.node.QueryParam
Packages that use QueryParam
-
Uses of QueryParam in org.moera.lib.node
Methods in org.moera.lib.node that return QueryParamModifier and TypeMethodDescriptionstatic QueryParam
Creates a new instance ofQueryParam
using the specified name and value.Methods in org.moera.lib.node with parameters of type QueryParamModifier and TypeMethodDescription<T> T
NodeApiClient.call
(String location, QueryParam[] params, String method, Object body, com.fasterxml.jackson.core.type.TypeReference<T> resultClass) Executes a request to the node API with the specified parameters and parses the JSON response into the specified result type.void
NodeApiClient.call
(String location, QueryParam[] params, String method, Object body, NodeApiClient.ResponseConsumer responseConsumer) Executes a request to the node API with the specified parameters.<T> T
NodeApiClient.call
(String location, QueryParam[] params, String method, Path body, String contentType, com.fasterxml.jackson.core.type.TypeReference<T> resultClass) Executes a request to the node API with the specified parameters and parses the JSON response into the specified result type.void
NodeApiClient.call
(String location, QueryParam[] params, String method, okhttp3.RequestBody requestBody, NodeApiClient.ResponseConsumer responseConsumer) Executes a request to the node API with the specified parameters.protected String
NodeApiClient.commaSeparatedFlags
(QueryParam... flags)