Class SchemaLogQueryDto

java.lang.Object
org.camunda.community.rest.client.dto.SchemaLogQueryDto

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class SchemaLogQueryDto extends Object
SchemaLogQueryDto
  • Field Details

  • Constructor Details

    • SchemaLogQueryDto

      public SchemaLogQueryDto()
  • Method Details

    • version

      public SchemaLogQueryDto version(String version)
    • getVersion

      @Nullable public String getVersion()
      The version of the schema.
      Returns:
      version
    • getVersion_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getVersion_JsonNullable()
    • setVersion_JsonNullable

      public void setVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> version)
    • setVersion

      public void setVersion(String version)
    • sorting

    • addSortingItem

      public SchemaLogQueryDto addSortingItem(SchemaLogQueryDtoSortingInner sortingItem)
    • getSorting

      A JSON array of criteria to sort the result by. Each element of the array is a JSON object that specifies one ordering. The position in the array identifies the rank of an ordering, i.e., whether it is primary, secondary, etc.
      Returns:
      sorting
    • getSorting_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<List<SchemaLogQueryDtoSortingInner>> getSorting_JsonNullable()
    • setSorting_JsonNullable

      public void setSorting_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<SchemaLogQueryDtoSortingInner>> sorting)
    • setSorting

      public void setSorting(List<SchemaLogQueryDtoSortingInner> sorting)
    • 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
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string