public class Group extends NamedModel<Long>
| Modifier and Type | Class and Description |
|---|---|
static class |
Group.CreateGroupBuilder
A convenience class to make a
Group object with the necessary fields to create the group by posting it
to smartsheet. |
static class |
Group.UpdateGroupBuilder
A convenience class to update a
Group object with the necessary fields to create the group by putting it
to smartsheet. |
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt() |
String |
getDescription() |
List<GroupMember> |
getMembers() |
Date |
getModifiedAt() |
String |
getOwner() |
Long |
getOwnerId() |
Group |
setCreatedAt(Date createdAt) |
Group |
setDescription(String description) |
Group |
setMembers(List<GroupMember> members) |
Group |
setModifiedAt(Date modifiedAt) |
Group |
setOwner(String owner) |
Group |
setOwnerId(Long ownerId) |
getName, setNameequals, getId, hashCode, setIdpublic String getDescription()
public Group setDescription(String description)
description - the description to setpublic String getOwner()
public Long getOwnerId()
public Group setCreatedAt(Date createdAt)
createdAt - the createdAt Date to setpublic Group setModifiedAt(Date modifiedAt)
modifiedAt - the modifiedAt Date to setpublic List<GroupMember> getMembers()
public Group setMembers(List<GroupMember> members)
Copyright © 2014–2017 Smartsheet. All rights reserved.