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 ParameterType |
parameterType |
protected APITypeModel |
typeModel |
| Constructor and Description |
|---|
APIParameterModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getDisplayName() |
String |
getExternalName() |
ParameterType |
getParameterType() |
APITypeModel |
getTypeModel() |
boolean |
isPassword() |
boolean |
isRequired() |
protected String externalName
protected String displayName
protected ParameterType parameterType
protected String description
protected boolean isRequired
protected String defaultValue
protected boolean isPassword
protected APITypeModel typeModel
public String getExternalName()
public String getDisplayName()
public ParameterType getParameterType()
public String getDescription()
public String getDefaultValue()
public APITypeModel getTypeModel()
public boolean isRequired()
public boolean isPassword()
Copyright © 2020. All rights reserved.