Class AccountDetailInfo


  • public class AccountDetailInfo
    extends AccountInfo
    Representation of a (detailed) account in the REST API.

    This class determines the JSON format of (detailed) accounts in the REST API.

    This class extends AccountInfo (which defines fields for account properties that are frequently used) and provides additional fields for account details which are needed only in some cases.

    • Field Detail

      • registeredOn

        public Timestamp registeredOn
        The timestamp of when the account was registered.
    • Constructor Detail

      • AccountDetailInfo

        public AccountDetailInfo​(Integer id)