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

io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25Operation Maven / Gradle / Ivy

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

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

public interface AsyncApi25Operation extends AsyncApiOperation, AsyncApi25Extensible {

	public String getOperationId();

	public void setOperationId(String value);

	public AsyncApi25SecurityRequirement createSecurityRequirement();

	public List getSecurity();

	public void addSecurity(AsyncApi25SecurityRequirement value);

	public void clearSecurity();

	public void removeSecurity(AsyncApi25SecurityRequirement value);

	public AsyncApi25Message getMessage();

	public void setMessage(AsyncApi25Message value);

	public AsyncApi25Message createMessage();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy