Uses of Class
io.camunda.zeebe.gateway.protocol.rest.UserResponse
Packages that use UserResponse
-
Uses of UserResponse in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return UserResponseModifier and TypeMethodDescriptionMethods in io.camunda.zeebe.gateway.protocol.rest that return types with arguments of type UserResponseModifier and TypeMethodDescription@Valid List<@Valid UserResponse> UserSearchResponse.getItems()Get itemsMethods in io.camunda.zeebe.gateway.protocol.rest with parameters of type UserResponseMethod parameters in io.camunda.zeebe.gateway.protocol.rest with type arguments of type UserResponseModifier and TypeMethodDescriptionUserSearchResponse.items(List<@Valid UserResponse> items) voidUserSearchResponse.setItems(List<@Valid UserResponse> items) -
Uses of UserResponse in io.camunda.zeebe.gateway.rest
Methods in io.camunda.zeebe.gateway.rest that return types with arguments of type UserResponseModifier and TypeMethodDescriptionstatic Either<ProblemDetail, UserResponse> SearchQueryResponseMapper.toUser(UserEntity user) static Either<ProblemDetail, List<UserResponse>> SearchQueryResponseMapper.toUsers(List<UserEntity> users)