Class GetRequest

java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.snapshot.GetRequest

public final class GetRequest
extends RequestBase
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  GetRequest.Builder
    Builder for GetRequest.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static Endpoint<GetRequest,​GetResponse,​OpenSearchError> ENDPOINT
    Endpoint "snapshot.get".
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected GetRequest​(GetRequest.Builder builder)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Boolean human()
    API name: human
    java.lang.Boolean ignoreUnavailable()
    API name: ignore_unavailable
    java.lang.Boolean indexDetails()
    API name: index_details
    jakarta.json.JsonValue masterTimeout()
    API name: master_timeout
    java.lang.String repository()
    API name: repository
    java.util.List<java.lang.String> snapshot()
    API name: snapshot
    java.lang.Boolean verbose()
    API name: verbose

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • repository

      public java.lang.String repository()
      API name: repository
    • snapshot

      public java.util.List<java.lang.String> snapshot()
      API name: snapshot
    • ignoreUnavailable

      @Nullable public java.lang.Boolean ignoreUnavailable()
      API name: ignore_unavailable
    • masterTimeout

      @Nullable public jakarta.json.JsonValue masterTimeout()
      API name: master_timeout
    • verbose

      @Nullable public java.lang.Boolean verbose()
      API name: verbose
    • indexDetails

      @Nullable public java.lang.Boolean indexDetails()
      API name: index_details
    • human

      @Nullable public java.lang.Boolean human()
      API name: human