Package io.swagger.codegen
Class ClientOptInput
- java.lang.Object
-
- io.swagger.codegen.ClientOptInput
-
public class ClientOptInput extends Object
-
-
Constructor Summary
Constructors Constructor Description ClientOptInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ClientOptInputauth(String urlEncodedAuthString)Deprecated.ClientOptInputconfig(CodegenConfig codegenConfig)StringgetAuth()Deprecated.List<io.swagger.models.auth.AuthorizationValue>getAuthorizationValues()Deprecated.CodegenConfiggetConfig()ClientOptsgetOpts()io.swagger.models.SwaggergetSwagger()ClientOptInputopts(ClientOpts opts)voidsetAuth(String urlEncodedAuthString)Deprecated.voidsetConfig(CodegenConfig config)voidsetOpts(ClientOpts opts)voidsetSwagger(io.swagger.models.Swagger swagger)ClientOptInputswagger(io.swagger.models.Swagger swagger)
-
-
-
Method Detail
-
swagger
public ClientOptInput swagger(io.swagger.models.Swagger swagger)
-
opts
public ClientOptInput opts(ClientOpts opts)
-
config
public ClientOptInput config(CodegenConfig codegenConfig)
-
auth
@Deprecated public ClientOptInput auth(String urlEncodedAuthString)
Deprecated.
-
getAuth
@Deprecated public String getAuth()
Deprecated.
-
setAuth
@Deprecated public void setAuth(String urlEncodedAuthString)
Deprecated.
-
getAuthorizationValues
@Deprecated public List<io.swagger.models.auth.AuthorizationValue> getAuthorizationValues()
Deprecated.
-
getConfig
public CodegenConfig getConfig()
-
setConfig
public void setConfig(CodegenConfig config)
-
getOpts
public ClientOpts getOpts()
-
setOpts
public void setOpts(ClientOpts opts)
-
getSwagger
public io.swagger.models.Swagger getSwagger()
-
setSwagger
public void setSwagger(io.swagger.models.Swagger swagger)
-
-