public static enum BrowserStackClient.Product extends Enum<BrowserStackClient.Product>
| Enum Constant and Description |
|---|
AUTOMATE |
LIVE |
SCREENSHOTS |
| Modifier and Type | Method and Description |
|---|---|
static BrowserStackClient.Product |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowserStackClient.Product[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowserStackClient.Product LIVE
public static final BrowserStackClient.Product AUTOMATE
public static final BrowserStackClient.Product SCREENSHOTS
public static BrowserStackClient.Product[] values()
for (BrowserStackClient.Product c : BrowserStackClient.Product.values()) System.out.println(c);
public static BrowserStackClient.Product valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.