Class Invocation

java.lang.Object
co.elastic.clients.elasticsearch.slm.Invocation
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public class Invocation
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static Invocation of​(java.util.function.Function<Invocation.Builder,​ObjectBuilder<Invocation>> fn)
    • snapshotName

      public final java.lang.String snapshotName()
      Required - API name: snapshot_name
    • time

      public final java.lang.String time()
      Required - API name: time
    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupInvocationDeserializer

      protected static void setupInvocationDeserializer​(ObjectDeserializer<Invocation.Builder> op)