public enum NgrokV2CDNUrl extends java.lang.Enum<NgrokV2CDNUrl> implements NgrokCDNUrl
ngrok
V2 download URLs.Enum Constant and Description |
---|
DARWIN_i386_arm |
DARWIN_x86_64 |
FREEBSD_i386 |
FREEBSD_x86_64 |
LINUX_i386 |
LINUX_i386_arm |
LINUX_x86_64 |
LINUX_x86_64_arm |
WINDOWS_i386 |
WINDOWS_x86_64 |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUrl()
Get the download URL.
|
static NgrokV2CDNUrl |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NgrokV2CDNUrl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NgrokV2CDNUrl DARWIN_x86_64
public static final NgrokV2CDNUrl DARWIN_i386_arm
public static final NgrokV2CDNUrl WINDOWS_x86_64
public static final NgrokV2CDNUrl WINDOWS_i386
public static final NgrokV2CDNUrl LINUX_x86_64_arm
public static final NgrokV2CDNUrl LINUX_i386_arm
public static final NgrokV2CDNUrl LINUX_i386
public static final NgrokV2CDNUrl LINUX_x86_64
public static final NgrokV2CDNUrl FREEBSD_x86_64
public static final NgrokV2CDNUrl FREEBSD_i386
public static NgrokV2CDNUrl[] values()
for (NgrokV2CDNUrl c : NgrokV2CDNUrl.values()) System.out.println(c);
public static NgrokV2CDNUrl valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getUrl()
NgrokCDNUrl
getUrl
in interface NgrokCDNUrl