Uses of Class
org.camunda.community.rest.client.dto.IdentityServiceGroupDto
Packages that use IdentityServiceGroupDto
-
Uses of IdentityServiceGroupDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return IdentityServiceGroupDtoModifier and TypeMethodDescriptionMethods in org.camunda.community.rest.client.dto that return types with arguments of type IdentityServiceGroupDtoModifier and TypeMethodDescriptionIdentityServiceGroupInfoDto.getGroups()An array of group objects.org.openapitools.jackson.nullable.JsonNullable<List<IdentityServiceGroupDto>>IdentityServiceGroupInfoDto.getGroups_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type IdentityServiceGroupDtoModifier and TypeMethodDescriptionIdentityServiceGroupInfoDto.addGroupsItem(IdentityServiceGroupDto groupsItem) Method parameters in org.camunda.community.rest.client.dto with type arguments of type IdentityServiceGroupDtoModifier and TypeMethodDescriptionIdentityServiceGroupInfoDto.groups(List<IdentityServiceGroupDto> groups) voidIdentityServiceGroupInfoDto.setGroups(List<IdentityServiceGroupDto> groups) voidIdentityServiceGroupInfoDto.setGroups_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<IdentityServiceGroupDto>> groups)