Package: com.keepsolid.androidkeepsolidcommon.commonsdk.api.transport
Extends: java.lang.Enum<KSRequest.VPNURequestEndpointType>
values
public static KSRequest.VPNURequestEndpointType[] values()
for (KSRequest.VPNURequestEndpointType c : KSRequest.VPNURequestEndpointType.values()) System.out.println(c);
an array containing the constants of this enum type, in the order they are declared
valueOf
public static KSRequest.VPNURequestEndpointType valueOf(java.lang.String name)
the enum constant with the specified name
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null
public static final KSRequest.VPNURequestEndpointType VPNURequestEndpointTypeKeepSolidAuth
public static final KSRequest.VPNURequestEndpointType VPNURequestEndpointTypeServiceAPI
public static final KSRequest.VPNURequestEndpointType VPNURequestEndpointTypeKeepSolidAPI
public static final KSRequest.VPNURequestEndpointType VPNURequestEndpointTypeCustom