public enum NgrokV3CDNUrl extends java.lang.Enum<NgrokV3CDNUrl> implements NgrokCDNUrl
ngrok
V3 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 NgrokV3CDNUrl |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NgrokV3CDNUrl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NgrokV3CDNUrl DARWIN_x86_64
public static final NgrokV3CDNUrl DARWIN_i386_arm
public static final NgrokV3CDNUrl WINDOWS_x86_64
public static final NgrokV3CDNUrl WINDOWS_i386
public static final NgrokV3CDNUrl LINUX_x86_64_arm
public static final NgrokV3CDNUrl LINUX_i386_arm
public static final NgrokV3CDNUrl LINUX_i386
public static final NgrokV3CDNUrl LINUX_x86_64
public static final NgrokV3CDNUrl FREEBSD_x86_64
public static final NgrokV3CDNUrl FREEBSD_i386
public static NgrokV3CDNUrl[] values()
for (NgrokV3CDNUrl c : NgrokV3CDNUrl.values()) System.out.println(c);
public static NgrokV3CDNUrl 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