Package com.sinch.sdk.domains.sms.models
Class Group
java.lang.Object
com.sinch.sdk.domains.sms.models.Group
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionGroup
(String id, String name, Integer size, Instant createdAt, Instant modifiedAt, Collection<String> childGroupIds, GroupAutoUpdate autoUpdate) -
Method Summary
-
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 groupname
- Name of group if setsize
- The number of members currently in the groupcreatedAt
- Timestamp for when the group was createdmodifiedAt
- Timestamp for when the group was createdchildGroupIds
- MSISDNs of child group will be included in this group. If present then this group will be auto populated. Constraints: Elements must be group IDsautoUpdate
- Describes how this group is auto updated through user interaction. Isnull
if the group is not auto updated.
-
-
Method Details