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

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