public abstract class ApiParam extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiParam.Type |
| Modifier and Type | Field and Description |
|---|---|
protected ApiParam.Type |
type |
| Constructor and Description |
|---|
ApiParam(ApiParam.Type type) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
render(String host) |
static String |
renderStringQueryFromList(ApiParam.Type type,
List<ApiParam> list,
String host) |
protected final ApiParam.Type type
public ApiParam(ApiParam.Type type)
Copyright © 2022. All rights reserved.