public interface Group
Group
  • Method Details

    • getId

      String getId()
      The ID used to reference this group.
      Returns:
      id
      Read Only
      This field is returned by the server and cannot be modified
    • getName

      String getName()
      Name of group if set.
      Returns:
      name
    • getSize

      Integer getSize()
      The number of members currently in the group.
      Returns:
      size
      Read Only
      This field is returned by the server and cannot be modified
    • getCreatedAt

      Instant getCreatedAt()
      Timestamp for group creation. Format: YYYY-MM-DDThh:mm:ss.SSSZ
      Returns:
      createdAt
      Read Only
      This field is returned by the server and cannot be modified
    • getModifiedAt

      Instant getModifiedAt()
      Timestamp for when the group was last updated. Format: YYYY-MM-DDThh:mm:ss.SSSZ
      Returns:
      modifiedAt
      Read Only
      This field is returned by the server and cannot be modified
    • getChildGroups

      Set<String> getChildGroups()
      Phone numbers MSIDNs of child group will be included in this group. If present then this group will be auto populated. Constraints: Elements must be group IDs.
      Returns:
      childGroups
    • getAutoUpdate

      GroupAutoUpdate getAutoUpdate()
      Get autoUpdate
      Returns:
      autoUpdate
    • builder

      static Group.Builder builder()
      Getting builder
      Returns:
      New Builder instance