Class FilterDto

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

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

  • Constructor Details

    • FilterDto

      public FilterDto()
  • Method Details

    • id

      public FilterDto id(String id)
    • getId

      @Nullable public String getId()
      The id of the filter.
      Returns:
      id
    • getId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getId_JsonNullable()
    • setId_JsonNullable

      public void setId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id)
    • setId

      public void setId(String id)
    • resourceType

      public FilterDto resourceType(String resourceType)
    • getResourceType

      @Nullable public String getResourceType()
      The resource type of the filter.
      Returns:
      resourceType
    • getResourceType_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getResourceType_JsonNullable()
    • setResourceType_JsonNullable

      public void setResourceType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> resourceType)
    • setResourceType

      public void setResourceType(String resourceType)
    • name

      public FilterDto name(String name)
    • getName

      @Nullable public String getName()
      The name of the filter.
      Returns:
      name
    • getName_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getName_JsonNullable()
    • setName_JsonNullable

      public void setName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name)
    • setName

      public void setName(String name)
    • owner

      public FilterDto owner(String owner)
    • getOwner

      @Nullable public String getOwner()
      The user id of the owner of the filter.
      Returns:
      owner
    • getOwner_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getOwner_JsonNullable()
    • setOwner_JsonNullable

      public void setOwner_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> owner)
    • setOwner

      public void setOwner(String owner)
    • query

      public FilterDto query(Object query)
    • getQuery

      @Nullable public Object getQuery()
      The query of the filter as a JSON object.
      Returns:
      query
    • setQuery

      public void setQuery(Object query)
    • properties

      public FilterDto properties(Object properties)
    • getProperties

      @Nullable public Object getProperties()
      The properties of a filter as a JSON object.
      Returns:
      properties
    • setProperties

      public void setProperties(Object properties)
    • itemCount

      public FilterDto itemCount(Long itemCount)
    • getItemCount

      @Nullable public Long getItemCount()
      The number of items matched by the filter itself. Note: Only exists if the query parameter `itemCount` was set to `true`
      Returns:
      itemCount
    • getItemCount_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Long> getItemCount_JsonNullable()
    • setItemCount_JsonNullable

      public void setItemCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> itemCount)
    • setItemCount

      public void setItemCount(Long itemCount)
    • 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