public interface UserPropertiesRpcServiceAsync
| Modifier and Type | Method and Description | 
|---|---|
| void | getPropertyKeys(<any> callback) | 
| void | updateProperties(UserDto user,
                java.util.List<UserPropertyDto> addedProperties,
                java.util.List<UserPropertyDto> modifiedProperties,
                java.util.List<UserPropertyDto> removedProperties,
                <any> callback) | 
void getPropertyKeys(<any> callback)
void updateProperties(UserDto user, java.util.List<UserPropertyDto> addedProperties, java.util.List<UserPropertyDto> modifiedProperties, java.util.List<UserPropertyDto> removedProperties, <any> callback)