Class GetFieldNamesResponse


public class GetFieldNamesResponse extends JsonrpcResponseSuccess
Represents a JSON-RPC Response for 'getFieldNames'.
 {
   "jsonrpc": "2.0",
   "id": "UUID",
   "result": {
     "fieldNames": [
         
invalid reference
Field#getName()
] } }
  • Constructor Details

    • GetFieldNamesResponse

      public GetFieldNamesResponse(Set<Field> fields)
    • GetFieldNamesResponse

      public GetFieldNamesResponse(UUID id, Set<Field> fields)
  • Method Details