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