Interface UserPropertiesRpcService

All Known Implementing Classes:
UserPropertiesRpcServiceImpl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public interface UserPropertiesRpcService
  • Method Summary

    Modifier and Type
    Method
    Description
     
    UserDto
    updateProperties(UserDto user, List<UserPropertyDto> addedProperties, List<UserPropertyDto> modifiedProperties, List<UserPropertyDto> removedProperties)