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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()The id of the filter.org.openapitools.jackson.nullable.JsonNullable<String>The number of items matched by the filter itself.org.openapitools.jackson.nullable.JsonNullable<Long>getName()The name of the filter.org.openapitools.jackson.nullable.JsonNullable<String>getOwner()The user id of the owner of the filter.org.openapitools.jackson.nullable.JsonNullable<String>The properties of a filter as a JSON object.getQuery()The query of the filter as a JSON object.The resource type of the filter.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()properties(Object properties) resourceType(String resourceType) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidsetItemCount(Long itemCount) voidsetItemCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> itemCount) voidvoidsetName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name) voidvoidsetOwner_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> owner) voidsetProperties(Object properties) voidvoidsetResourceType(String resourceType) voidsetResourceType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> resourceType) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_RESOURCE_TYPE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_OWNER
- See Also:
-
JSON_PROPERTY_QUERY
- See Also:
-
JSON_PROPERTY_PROPERTIES
- See Also:
-
JSON_PROPERTY_ITEM_COUNT
- See Also:
-
-
Constructor Details
-
FilterDto
public FilterDto()
-
-
Method Details
-
id
-
getId
The id of the filter.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
resourceType
-
getResourceType
The resource type of the filter.- Returns:
- resourceType
-
getResourceType_JsonNullable
-
setResourceType_JsonNullable
public void setResourceType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> resourceType) -
setResourceType
-
name
-
getName
The name of the filter.- Returns:
- name
-
getName_JsonNullable
-
setName_JsonNullable
-
setName
-
owner
-
getOwner
The user id of the owner of the filter.- Returns:
- owner
-
getOwner_JsonNullable
-
setOwner_JsonNullable
-
setOwner
-
query
-
getQuery
The query of the filter as a JSON object.- Returns:
- query
-
setQuery
-
properties
-
getProperties
The properties of a filter as a JSON object.- Returns:
- properties
-
setProperties
-
itemCount
-
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
-
setItemCount_JsonNullable
public void setItemCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> itemCount) -
setItemCount
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-