Class GetRecordRequestBody

java.lang.Object
com.data_intuitive.lamin_api_client_java.model.GetRecordRequestBody

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-04-02T16:48:06.839484276+02:00[Europe/Brussels]", comments="Generator version: 7.12.0") public class GetRecordRequestBody extends Object
GetRecordRequestBody
  • Field Details

  • Constructor Details

    • GetRecordRequestBody

      public GetRecordRequestBody()
  • Method Details

    • select

      public GetRecordRequestBody select(@Nullable List<String> select)
    • addSelectItem

      public GetRecordRequestBody addSelectItem(String selectItem)
    • getSelect

      @Nullable public List<String> getSelect()
      Get select
      Returns:
      select
    • setSelect

      public void setSelect(@Nullable List<String> select)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to GetRecordRequestBody
    • fromJson

      public static GetRecordRequestBody fromJson(String jsonString) throws IOException
      Create an instance of GetRecordRequestBody given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of GetRecordRequestBody
      Throws:
      IOException - if the JSON string is invalid with respect to GetRecordRequestBody
    • toJson

      public String toJson()
      Convert an instance of GetRecordRequestBody to an JSON string
      Returns:
      JSON string