Interface Group
public interface Group
Group
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Group.Builderbuilder()Getting builderGet autoUpdatePhone numbers MSIDNs of child group will be included in this group.Timestamp for group creation.getId()The ID used to reference this group.Timestamp for when the group was last updated.getName()Name of group if set.getSize()The number of members currently in the 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
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
Getting builder- Returns:
- New Builder instance
-