Class ShowGraphRequest.Options

    • Field Detail

      • SHOW_ORIGINAL_REQUEST

        public static final String SHOW_ORIGINAL_REQUEST
        If set to TRUE, the request that was originally used to create the graph is also returned as JSON. Supported values: The default value is TRUE.
        See Also:
        Constant Field Values
      • SERVER_ID

        public static final String SERVER_ID
        Indicates which graph server(s) to send the request to. Default is to send to get information about all the servers.
        See Also:
        Constant Field Values
      • EXPORT_GRAPH_SCHEMA

        public static final String EXPORT_GRAPH_SCHEMA
        If true, generates the graph ontology (schema) as a DOT format string in the response info field under the key 'dot'. Supported values: The default value is FALSE.
        See Also:
        Constant Field Values