| Package | Description |
|---|---|
| com.squareup.square |
| Modifier and Type | Method and Description |
|---|---|
static Environment |
Environment.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
Environment |
Configuration.getEnvironment()
Current API environment.
|
Environment |
SquareClient.getEnvironment()
Current API environment.
|
static Environment |
Environment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Environment[] |
Environment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SquareClient.Builder |
SquareClient.Builder.environment(Environment environment)
Current API environment.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
Environment.toValue(List<Environment> toConvert)
Convert list of Environment values to list of string values.
|
Copyright © 2022. All rights reserved.