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

io.apicurio.datamodels.models.asyncapi.v26.AsyncApi26Operation Maven / Gradle / Ivy

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

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

public interface AsyncApi26Operation extends AsyncApiOperation, AsyncApi26Extensible {

	public String getOperationId();

	public void setOperationId(String value);

	public AsyncApi26SecurityRequirement createSecurityRequirement();

	public List getSecurity();

	public void addSecurity(AsyncApi26SecurityRequirement value);

	public void clearSecurity();

	public void removeSecurity(AsyncApi26SecurityRequirement value);

	public AsyncApi26Message getMessage();

	public void setMessage(AsyncApi26Message value);

	public AsyncApi26Message createMessage();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy