public static final class ShowEnvironmentRequest.Options extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FALSE |
static String |
NO_ERROR_IF_NOT_EXISTS
If
TRUE and if the environment specified in
environmentName does not exist, no
error is returned. |
static String |
SHOW_NAMES_ONLY
If
TRUE only return the names of the installed
environments and omit package listing. |
static String |
TRUE |
public static final String NO_ERROR_IF_NOT_EXISTS
TRUE and if the environment specified in
environmentName does not exist, no
error is returned. If FALSE and if the
environment specified in environmentName does not exist, then an error is returned.
Supported values:
The default value is FALSE.public static final String TRUE
public static final String FALSE
Copyright © 2025. All rights reserved.