Class Group

java.lang.Object
com.sinch.sdk.domains.sms.models.Group

public class Group extends Object
  • Constructor Details

    • Group

      public Group(String id, String name, Integer size, Instant createdAt, Instant modifiedAt, Collection<String> childGroupIds, GroupAutoUpdate autoUpdate)
      Parameters:
      id - Unique identifier for the group
      name - Name of group if set
      size - The number of members currently in the group
      createdAt - Timestamp for when the group was created
      modifiedAt - Timestamp for when the group was created
      childGroupIds - MSISDNs of child group will be included in this group. If present then this group will be auto populated. Constraints: Elements must be group IDs
      autoUpdate - Describes how this group is auto updated through user interaction. Is null if the group is not auto updated.
  • Method Details