public class RemoteApiVersion
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
asWebPathPart() |
static RemoteApiVersion |
create(int major,
int minor) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getVersion() |
int |
hashCode() |
boolean |
isGreater(RemoteApiVersion other) |
boolean |
isGreaterOrEqual(RemoteApiVersion other) |
static RemoteApiVersion |
parseConfig(java.lang.String version) |
static RemoteApiVersion |
parseConfigWithDefault(java.lang.String version) |
java.lang.String |
toString() |
static RemoteApiVersion |
unknown() |
public static final RemoteApiVersion VERSION_1_7
public static final RemoteApiVersion VERSION_1_16
public static final RemoteApiVersion VERSION_1_17
public static final RemoteApiVersion VERSION_1_18
public static final RemoteApiVersion VERSION_1_19
public static final RemoteApiVersion VERSION_1_20
public static final RemoteApiVersion VERSION_1_21
public static final RemoteApiVersion VERSION_1_22
public static final RemoteApiVersion VERSION_1_23
public static final RemoteApiVersion VERSION_1_24
public static final RemoteApiVersion VERSION_1_25
public static final RemoteApiVersion VERSION_1_26
public static final RemoteApiVersion VERSION_1_27
public static final RemoteApiVersion VERSION_1_29
public static final RemoteApiVersion VERSION_1_30
public static final RemoteApiVersion VERSION_1_31
public static final RemoteApiVersion VERSION_1_32
public static final RemoteApiVersion VERSION_1_33
public static final RemoteApiVersion VERSION_1_34
public static final RemoteApiVersion VERSION_1_35
public static final RemoteApiVersion VERSION_1_36
public static final RemoteApiVersion VERSION_1_37
public static final RemoteApiVersion VERSION_1_38
public static final RemoteApiVersion UNKNOWN_VERSION
public static RemoteApiVersion create(int major, int minor)
public static RemoteApiVersion unknown()
public static RemoteApiVersion parseConfig(java.lang.String version)
public static RemoteApiVersion parseConfigWithDefault(java.lang.String version)
public boolean isGreaterOrEqual(RemoteApiVersion other)
public boolean isGreater(RemoteApiVersion other)
public java.lang.String getVersion()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String asWebPathPart()
Copyright © 2019. All Rights Reserved.