All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.apicurio.datamodels.models.openapi.OpenApiServer Maven / Gradle / Ivy

package io.apicurio.datamodels.models.openapi;

import io.apicurio.datamodels.models.Server;

public interface OpenApiServer extends Server {

	public String getUrl();

	public void setUrl(String value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy