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

io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24Server Maven / Gradle / Ivy

package io.apicurio.datamodels.models.asyncapi.v24;

import io.apicurio.datamodels.models.asyncapi.AsyncApiServer;
import java.util.List;

public interface AsyncApi24Server extends AsyncApiServer, AsyncApi24Extensible, AsyncApi24Referenceable {

	public String getUrl();

	public void setUrl(String value);

	public AsyncApi24SecurityRequirement createSecurityRequirement();

	public List getSecurity();

	public void addSecurity(AsyncApi24SecurityRequirement value);

	public void clearSecurity();

	public void removeSecurity(AsyncApi24SecurityRequirement value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy