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 APITypeModel |
typeModel |
| Constructor and Description |
|---|
APIParameterModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getDisplayName() |
String |
getExternalName() |
APIParameterType |
getParameterType() |
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
public String getExternalName()
public String getDisplayName()
public APIParameterType getParameterType()
public String getDescription()
public String getDefaultValue()
public APITypeModel getTypeModel()
public boolean isRequired()
public boolean isPassword()
Copyright © 2023. All rights reserved.