| Package | Description |
|---|---|
| net.nextpulse.postmarkapp.models.server |
| Modifier and Type | Method and Description |
|---|---|
static ServerConfigurationResponse.ColorEnum |
ServerConfigurationResponse.ColorEnum.fromValue(String text) |
ServerConfigurationResponse.ColorEnum |
ServerConfigurationResponse.getColor()
Get color
|
static ServerConfigurationResponse.ColorEnum |
ServerConfigurationResponse.ColorEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerConfigurationResponse.ColorEnum[] |
ServerConfigurationResponse.ColorEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServerConfigurationResponse |
ServerConfigurationResponse.color(ServerConfigurationResponse.ColorEnum color) |
void |
ServerConfigurationResponse.setColor(ServerConfigurationResponse.ColorEnum color) |
Copyright © 2019. All rights reserved.