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]): this.type

Sets attributes.

Sets attributes.

Attributes

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

Sets attributes.

Sets attributes.

Attributes

def id(value: JsonRpcIdentifier): this.type

Sets identifier.

Sets identifier.

Attributes

def id(value: String): this.type

Sets identifier.

Sets identifier.

Attributes

def id(value: Long): this.type

Sets identifier.

Sets identifier.

Attributes

def idNull(): this.type

Sets identifier to null value.

Sets identifier to null value.

Attributes

def idUndefined(): this.type

Unsets identifier.

Unsets identifier.

Attributes

def method(value: String): this.type

Sets method.

Sets method.

Attributes

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

Sets optional params.

Sets optional params.

Attributes

def params(value: JsonValue): 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): this.type

Sets version.

Sets version.

Attributes