public static final class ShowGraphRequest.Options extends Object
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
.
SERVER_ID
:
Indicates which graph server(s) to send the request to. Default is to
send to get information about all the servers.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
FALSE |
static String |
SERVER_ID
Indicates which graph server(s) to send the request to.
|
static String |
SHOW_ORIGINAL_REQUEST
If set to
true , the request that was originally used to
create the graph is also returned as JSON. |
static String |
TRUE |
public static final String SHOW_ORIGINAL_REQUEST
true
, the request that was originally used to
create the graph is also returned as JSON.
Supported values:
The default value is TRUE
.public static final String TRUE
public static final String FALSE
public static final String SERVER_ID
Copyright © 2024. All rights reserved.