Uses of Class
org.camunda.community.rest.client.dto.IdentityServiceUserDto
Packages that use IdentityServiceUserDto
-
Uses of IdentityServiceUserDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return IdentityServiceUserDtoMethods in org.camunda.community.rest.client.dto that return types with arguments of type IdentityServiceUserDtoModifier and TypeMethodDescriptionIdentityServiceGroupInfoDto.getGroupUsers()An array that contains all users that are member in one of the groups.org.openapitools.jackson.nullable.JsonNullable<List<IdentityServiceUserDto>>IdentityServiceGroupInfoDto.getGroupUsers_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type IdentityServiceUserDtoModifier and TypeMethodDescriptionIdentityServiceGroupInfoDto.addGroupUsersItem(IdentityServiceUserDto groupUsersItem) Method parameters in org.camunda.community.rest.client.dto with type arguments of type IdentityServiceUserDtoModifier and TypeMethodDescriptionIdentityServiceGroupInfoDto.groupUsers(List<IdentityServiceUserDto> groupUsers) voidIdentityServiceGroupInfoDto.setGroupUsers(List<IdentityServiceUserDto> groupUsers) voidIdentityServiceGroupInfoDto.setGroupUsers_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<IdentityServiceUserDto>> groupUsers)