public class RestVersionsAttribute
extends java.lang.Object
Model representing the set of all rest
versions used in the API. The rest versions are determined from the path of each method.| Modifier and Type | Field and Description |
|---|---|
static com.google.inject.Key<RestVersionsAttribute> |
KEY |
| Constructor and Description |
|---|
RestVersionsAttribute(java.util.Set<java.lang.String> versions) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getVersions() |
public static final com.google.inject.Key<RestVersionsAttribute> KEY