Interface EnumDSSXMLInboxMsgResultFlags


  • public interface EnumDSSXMLInboxMsgResultFlags
    This interface defines the enumeration constants for retrieving history quick view of report message, originally defined at backend as EnumDSSInboxMsgResultFlags.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DssXmlInboxMsgResultNotOwned
      NotOwned, for cases when request is for retrieving message details of a user different from the session user.
      static int DssXmlInboxMsgResultOwned
      Owned, for cases when request is for retrieving message details of the session user.
      static int DssXmlInboxMsgResultReserved
      Reserved, for cases when it's not for history list retrieving.
    • Field Detail

      • DssXmlInboxMsgResultReserved

        static final int DssXmlInboxMsgResultReserved
        Reserved, for cases when it's not for history list retrieving. Backend not allow the flags attribute if it's not for inbox.
        See Also:
        Constant Field Values
      • DssXmlInboxMsgResultOwned

        static final int DssXmlInboxMsgResultOwned
        Owned, for cases when request is for retrieving message details of the session user.
        See Also:
        Constant Field Values
      • DssXmlInboxMsgResultNotOwned

        static final int DssXmlInboxMsgResultNotOwned
        NotOwned, for cases when request is for retrieving message details of a user different from the session user.
        See Also:
        Constant Field Values