Class UserUpdatedDto

java.lang.Object
es.kukenan.smartfi.microservice.clients.dto.UserUpdatedDto

public class UserUpdatedDto extends Object
Class used to describe the data to be changed DTO.
  • Field Details

    • state

      private Optional<es.kukenan.smartfi.common.enums.UserState> state
      User state.
  • Constructor Details

    • UserUpdatedDto

      public UserUpdatedDto()