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

io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23Server Maven / Gradle / Ivy

The newest version!
package io.apicurio.datamodels.models.asyncapi.v23;

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

public interface AsyncApi23Server extends AsyncApiServer, AsyncApi23Extensible, AsyncApi23Referenceable {

	public String getUrl();

	public void setUrl(String value);

	public AsyncApi23SecurityRequirement createSecurityRequirement();

	public List getSecurity();

	public void addSecurity(AsyncApi23SecurityRequirement value);

	public void clearSecurity();

	public void removeSecurity(AsyncApi23SecurityRequirement value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy