![JAR search and dependency download from the Maven repository](/logo.png)
io.apicurio.datamodels.models.asyncapi.AsyncApiOneOfMessages Maven / Gradle / Ivy
package io.apicurio.datamodels.models.asyncapi;
import io.apicurio.datamodels.models.Node;
import java.util.List;
public interface AsyncApiOneOfMessages extends Node {
public AsyncApiMessage createMessage();
public List getOneOf();
public void addOneOf(AsyncApiMessage value);
public void clearOneOf();
public void removeOneOf(AsyncApiMessage value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy