Class GlobalObject.GlobalObjectBuilder
- java.lang.Object
-
- net.coru.api.generator.plugin.openapi.model.GlobalObject.GlobalObjectBuilder
-
- Enclosing class:
- GlobalObject
public static class GlobalObject.GlobalObjectBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description GlobalObjectBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlobalObject.GlobalObjectBuilderauthentication(String authentication)GlobalObject.GlobalObjectBuilderauthentications(List<String> authentications)GlobalObject.GlobalObjectBuilderauthSchema(AuthSchemaObject authSchema)GlobalObject.GlobalObjectBuilderauthSchemas(List<AuthSchemaObject> authSchemas)GlobalObject.GlobalObjectBuildercomponentsTypeMap(Map<String,String> componentsTypeMap)GlobalObject.GlobalObjectBuildercomponentTypeMap(String key, String componentsTypeMap)GlobalObject.GlobalObjectBuilderparameterObject(ParameterObject parameterObject)GlobalObject.GlobalObjectBuilderparameterObjects(List<ParameterObject> parameterObjects)GlobalObject.GlobalObjectBuilderserverUrl(String serverUrl)GlobalObject.GlobalObjectBuilderserverUrl(List<String> serverUrl)
-
-
-
Method Detail
-
serverUrl
public GlobalObject.GlobalObjectBuilder serverUrl(List<String> serverUrl)
-
serverUrl
public GlobalObject.GlobalObjectBuilder serverUrl(String serverUrl)
-
authSchemas
public GlobalObject.GlobalObjectBuilder authSchemas(List<AuthSchemaObject> authSchemas)
-
authSchema
public GlobalObject.GlobalObjectBuilder authSchema(AuthSchemaObject authSchema)
-
parameterObjects
public GlobalObject.GlobalObjectBuilder parameterObjects(List<ParameterObject> parameterObjects)
-
parameterObject
public GlobalObject.GlobalObjectBuilder parameterObject(ParameterObject parameterObject)
-
authentications
public GlobalObject.GlobalObjectBuilder authentications(List<String> authentications)
-
authentication
public GlobalObject.GlobalObjectBuilder authentication(String authentication)
-
componentsTypeMap
public GlobalObject.GlobalObjectBuilder componentsTypeMap(Map<String,String> componentsTypeMap)
-
componentTypeMap
public GlobalObject.GlobalObjectBuilder componentTypeMap(String key, String componentsTypeMap)
-
-