public static interface IApiTypeMapper.IApiGroup
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the api group
|
String |
getPreferedVersion()
The prefered version for the group
|
String |
getPrefix()
The prefix for this api group (e.g. api, oapi, apis)
|
Collection<String> |
getVersions()
The list of supported versions for the group.
|
String |
pathFor(String version)
Get the endpoint path for the given version
|
String getPrefix()
String getName()
Collection<String> getVersions()
String getPreferedVersion()
Copyright © 2019 Red Hat, Inc. All Rights Reserved.