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

io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30OperationTrait Maven / Gradle / Ivy

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

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

public interface AsyncApi30OperationTrait
		extends
			AsyncApiOperationTrait,
			AsyncApi30Extensible,
			AsyncApi30Referenceable {

	public String getTitle();

	public void setTitle(String value);

	public AsyncApi30SecurityScheme createSecurityScheme();

	public List getSecurity();

	public void addSecurity(AsyncApi30SecurityScheme value);

	public void clearSecurity();

	public void removeSecurity(AsyncApi30SecurityScheme value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy