Class UserDTO

  • All Implemented Interfaces:
    User

    @Immutable
    @WithHiddenImplementation
    public abstract class UserDTO
    extends Object
    implements User
    DTO implementation of the User interface


    Objects of this class reflect the data received by the remote service and are immutable so that their content can not be changed once an instance has been created. New objects of this class may be created by using the corresponding UserDTO.Builder.

    • Constructor Detail

      • UserDTO

        public UserDTO()