| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupResources.createGroup(Group group)
Create a
Group. |
Group |
GroupResources.getGroup(long groupId)
Get a
Group. |
Group |
GroupResources.updateGroup(Group group)
Update a
Group. |
| Modifier and Type | Method and Description |
|---|---|
PagedResult<Group> |
GroupResources.listGroups(PaginationParameters parameters)
List all group.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupResources.createGroup(Group group)
Create a
Group. |
Group |
GroupResources.updateGroup(Group group)
Update a
Group. |
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.CreateGroupBuilder.build()
Creates a user by using the values from setters in this builder.
|
Group |
Group.UpdateGroupBuilder.build()
Creates a user by using the values from setters in this builder.
|
Group |
Group.setCreatedAt(Date createdAt) |
Group |
Group.setDescription(String description) |
Group |
Group.setMembers(List<GroupMember> members) |
Group |
Group.setModifiedAt(Date modifiedAt) |
Group |
Group.setOwner(String owner) |
Group |
Group.setOwnerId(Long ownerId) |
Copyright © 2014–2017 Smartsheet. All rights reserved.