Class GroupQueryDto
java.lang.Object
org.camunda.community.rest.client.dto.GroupQueryDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class GroupQueryDto
extends Object
A group instance query which defines a list of group instances
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIdInItem(String idInItem) addSortingItem(GroupQueryDtoSortingInner sortingItem) booleangetId()Filter by the id of the group.org.openapitools.jackson.nullable.JsonNullable<String>getIdIn()Filter by a JSON string array of group ids.Only retrieve groups where the given user id is a member of.org.openapitools.jackson.nullable.JsonNullable<String>Only retrieve groups which are members of the given tenant.org.openapitools.jackson.nullable.JsonNullable<String>getName()Filter by the name of the group.org.openapitools.jackson.nullable.JsonNullable<String>Filter by the name that the parameter is a substring of.org.openapitools.jackson.nullable.JsonNullable<String>Apply sorting of the resultorg.openapitools.jackson.nullable.JsonNullable<List<GroupQueryDtoSortingInner>>getType()Filter by the type of the group.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()memberOfTenant(String memberOfTenant) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidvoidsetIdIn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> idIn) voidvoidsetMember_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> member) voidsetMemberOfTenant(String memberOfTenant) voidsetMemberOfTenant_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> memberOfTenant) voidvoidsetName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name) voidsetNameLike(String nameLike) voidsetNameLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> nameLike) voidsetSorting(List<GroupQueryDtoSortingInner> sorting) voidsetSorting_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<GroupQueryDtoSortingInner>> sorting) voidvoidsetType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type) sorting(List<GroupQueryDtoSortingInner> sorting) 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_ID_IN
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_NAME_LIKE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_MEMBER
- See Also:
-
JSON_PROPERTY_MEMBER_OF_TENANT
- See Also:
-
JSON_PROPERTY_SORTING
- See Also:
-
-
Constructor Details
-
GroupQueryDto
public GroupQueryDto()
-
-
Method Details
-
id
-
getId
Filter by the id of the group.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
idIn
-
addIdInItem
-
getIdIn
Filter by a JSON string array of group ids.- Returns:
- idIn
-
getIdIn_JsonNullable
-
setIdIn_JsonNullable
-
setIdIn
-
name
-
getName
Filter by the name of the group.- Returns:
- name
-
getName_JsonNullable
-
setName_JsonNullable
-
setName
-
nameLike
-
getNameLike
Filter by the name that the parameter is a substring of.- Returns:
- nameLike
-
getNameLike_JsonNullable
-
setNameLike_JsonNullable
public void setNameLike_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> nameLike) -
setNameLike
-
type
-
getType
Filter by the type of the group.- Returns:
- type
-
getType_JsonNullable
-
setType_JsonNullable
-
setType
-
member
-
getMember
Only retrieve groups where the given user id is a member of.- Returns:
- member
-
getMember_JsonNullable
-
setMember_JsonNullable
-
setMember
-
memberOfTenant
-
getMemberOfTenant
Only retrieve groups which are members of the given tenant.- Returns:
- memberOfTenant
-
getMemberOfTenant_JsonNullable
-
setMemberOfTenant_JsonNullable
public void setMemberOfTenant_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> memberOfTenant) -
setMemberOfTenant
-
sorting
-
addSortingItem
-
getSorting
Apply sorting of the result- Returns:
- sorting
-
getSorting_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<List<GroupQueryDtoSortingInner>> getSorting_JsonNullable() -
setSorting_JsonNullable
public void setSorting_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<GroupQueryDtoSortingInner>> sorting) -
setSorting
-
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
-