| 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.setName(String name)
Provide an 'override' of setName (returns Group not NamedModel)
|
Group |
Group.setOwner(String owner) |
Group |
Group.setOwnerId(Long ownerId) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
UserProfile.getGroups()
Gets the groups list
|
| Modifier and Type | Method and Description |
|---|---|
UserProfile |
UserProfile.setGroups(List<Group> groups)
Sets the groups list
|
Copyright © 2014–2019 Smartsheet. All rights reserved.