JsonRpcRequestBuilder

grapple.json.rpc.JsonRpcRequestBuilder

Provides JSON-RPC request builder.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def attributes(value: Map[String, Any]): JsonRpcRequestBuilder.this.type

Sets attributes.

Sets attributes.

Attributes

def attributes(one: (String, Any), more: (String, Any)*): JsonRpcRequestBuilder.this.type

Sets attributes.

Sets attributes.

Attributes

def id(value: JsonRpcIdentifier): JsonRpcRequestBuilder.this.type

Sets identifier.

Sets identifier.

Attributes

def id(value: String): JsonRpcRequestBuilder.this.type

Sets identifier.

Sets identifier.

Attributes

def id(value: Long): JsonRpcRequestBuilder.this.type

Sets identifier.

Sets identifier.

Attributes

def idNull(): JsonRpcRequestBuilder.this.type

Sets identifier to null value.

Sets identifier to null value.

Attributes

Unsets identifier.

Unsets identifier.

Attributes

def method(value: String): JsonRpcRequestBuilder.this.type

Sets method.

Sets method.

Attributes

def params(value: Option[JsonValue]): JsonRpcRequestBuilder.this.type

Sets optional params.

Sets optional params.

Attributes

def params(value: JsonValue): JsonRpcRequestBuilder.this.type

Sets params.

Sets params.

Attributes

Creates JSON-RPC request with current settings.

Creates JSON-RPC request with current settings.

Attributes

def version(value: String): JsonRpcRequestBuilder.this.type

Sets version.

Sets version.

Attributes