Class APIResponseDTO<T>

  • All Implemented Interfaces:
    APIResponse<T>

    @Immutable
    @WithHiddenImplementation
    public abstract class APIResponseDTO<T>
    extends Object
    implements APIResponse<T>
    DTO implementation of the APIResponse 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 APIResponseDTO.Builder.

    • Constructor Detail

      • APIResponseDTO

        public APIResponseDTO()