public abstract class APIParameterModel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultValue |
protected String |
description |
protected String |
displayName |
protected String |
externalName |
protected boolean |
isPassword |
protected boolean |
isRequired |
protected APIParameterType |
parameterType |
protected String |
summary |
protected APITypeModel |
typeModel |
| Constructor and Description |
|---|
APIParameterModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getDisplayName() |
String |
getExternalName() |
abstract APILocation |
getLocation()
Retrieves the location in the API Spec this element was parsed from.
|
APIParameterType |
getParameterType() |
String |
getSummary() |
APITypeModel |
getTypeModel() |
boolean |
isPassword() |
boolean |
isRequired() |
protected String externalName
protected String displayName
protected APIParameterType parameterType
protected String description
protected boolean isRequired
protected String defaultValue
protected boolean isPassword
protected APITypeModel typeModel
protected String summary
public String getExternalName()
public String getDisplayName()
public APIParameterType getParameterType()
public String getDescription()
public String getDefaultValue()
public APITypeModel getTypeModel()
public boolean isRequired()
public boolean isPassword()
public String getSummary()
public abstract APILocation getLocation()
Copyright © 2023. All rights reserved.