Package rst.obj

Class IplGlbPsaRstApiObjCreRsm


  • @PsaRstApiObjIpl
    public class IplGlbPsaRstApiObjCreRsm
    extends java.lang.Object
    PSA_RST_API_OBJ_CRE_RSM
    Author:
    RESTAPI
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String[] recipients
      recipients (email or PSC_GID)
      java.lang.String record_data_object
      data object of the associated record
      java.lang.String record_id
      PSC_GID of the associated record
      java.lang.String sender
      sender (email or PSC_GID)
      java.lang.String subject
      subject of the message
      java.lang.String text
      message text
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sender

        public java.lang.String sender
        sender (email or PSC_GID)
      • recipients

        public java.lang.String[] recipients
        recipients (email or PSC_GID)
      • subject

        public java.lang.String subject
        subject of the message
      • text

        public java.lang.String text
        message text
      • record_id

        public java.lang.String record_id
        PSC_GID of the associated record
      • record_data_object

        public java.lang.String record_data_object
        data object of the associated record
    • Constructor Detail

      • IplGlbPsaRstApiObjCreRsm

        public IplGlbPsaRstApiObjCreRsm()