Class RecipientGroup

  • All Implemented Interfaces:
    Recipient

    public class RecipientGroup
    extends java.lang.Object
    implements Recipient
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  RecipientGroup.AddRecipientGroupBuilder
      A convenience class to help create a RecipientGroup object with the appropriate fields.
    • Constructor Summary

      Constructors 
      Constructor Description
      RecipientGroup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getGroupId()
      Get the group ID
      RecipientGroup setGroupId​(java.lang.Long groupId)
      Set the group ID
      • Methods inherited from class java.lang.Object

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

      • RecipientGroup

        public RecipientGroup()
    • Method Detail

      • getGroupId

        public java.lang.Long getGroupId()
        Get the group ID
        Returns:
        the group ID
      • setGroupId

        public RecipientGroup setGroupId​(java.lang.Long groupId)
        Set the group ID
        Parameters:
        groupId - the group ID