Package org.opensearch.client.util
package org.opensearch.client.util
-
ClassDescriptionUtility functions for API model typesListBuilder<T,
B> MapBuilder<K,V, B> Thrown byObjectBuilder.build()when a required property is missing.Base interface for all object builders.Serializes and captures an OpenSearch request body, and then provides access to it in convenient forms for HTTP requests.QuadConsumer<T,U, V, X> Represents an operation that accepts 4 input arguments and returns no result.QuadFunction<T,U, V, W, R> Represents a function that accepts 4 arguments and produces a result.TriConsumer<T,U, V> Represents an operation that accepts 3 input arguments and returns no result.TriFunction<T,U, V, R> Represents a function that accepts 3 arguments and produces a result.