public static enum Environment.Type extends Enum<Environment.Type>
| Enum Constant and Description |
|---|
Development |
Production |
Sandbox |
| Modifier and Type | Method and Description |
|---|---|
String |
getCert() |
String |
getUrl() |
static Environment.Type |
valueOf(String name) |
static Environment.Type[] |
values() |
public static final Environment.Type Development
public static final Environment.Type Sandbox
public static final Environment.Type Production
public static Environment.Type[] values()
public static Environment.Type valueOf(String name)
public String getUrl()
public String getCert()
Copyright © 2016. All rights reserved.