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 ClientOptInput
auth(String urlEncodedAuthString)
Deprecated.ClientOptInput
config(CodegenConfig codegenConfig)
String
getAuth()
Deprecated.List<io.swagger.models.auth.AuthorizationValue>
getAuthorizationValues()
Deprecated.CodegenConfig
getConfig()
ClientOpts
getOpts()
io.swagger.models.Swagger
getSwagger()
ClientOptInput
opts(ClientOpts opts)
void
setAuth(String urlEncodedAuthString)
Deprecated.void
setConfig(CodegenConfig config)
void
setOpts(ClientOpts opts)
void
setSwagger(io.swagger.models.Swagger swagger)
ClientOptInput
swagger(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)
-
-