public static enum AbstractTypeScriptClientCodegen.ParameterExpander.ParamStyle extends Enum<AbstractTypeScriptClientCodegen.ParameterExpander.ParamStyle>
See e.g. OpenAPI 3.1 spec: Style Values.
| Enum Constant and Description |
|---|
deepObject |
form |
label |
matrix |
pipeDelimited |
simple |
spaceDelimited |
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
static AbstractTypeScriptClientCodegen.ParameterExpander.ParamStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractTypeScriptClientCodegen.ParameterExpander.ParamStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractTypeScriptClientCodegen.ParameterExpander.ParamStyle matrix
public static final AbstractTypeScriptClientCodegen.ParameterExpander.ParamStyle label
public static final AbstractTypeScriptClientCodegen.ParameterExpander.ParamStyle form
public static final AbstractTypeScriptClientCodegen.ParameterExpander.ParamStyle simple
public static final AbstractTypeScriptClientCodegen.ParameterExpander.ParamStyle spaceDelimited
public static final AbstractTypeScriptClientCodegen.ParameterExpander.ParamStyle pipeDelimited
public static final AbstractTypeScriptClientCodegen.ParameterExpander.ParamStyle deepObject
public static AbstractTypeScriptClientCodegen.ParameterExpander.ParamStyle[] values()
for (AbstractTypeScriptClientCodegen.ParameterExpander.ParamStyle c : AbstractTypeScriptClientCodegen.ParameterExpander.ParamStyle.values()) System.out.println(c);
public static AbstractTypeScriptClientCodegen.ParameterExpander.ParamStyle valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String asString()
Copyright © 2023. All rights reserved.