| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
User |
UserResources.addProfileImage(long userId,
String file,
String fileType)
Uploads a profile image for the specified user.
|
User |
UserResources.addUser(User user)
Add a user to the organization, without sending email.
|
User |
UserResources.addUser(User user,
boolean sendEmail)
Add a user to the organization, without sending email.
|
User |
UserResources.updateUser(User user)
Update a user.
|
| Modifier and Type | Method and Description |
|---|---|
PagedResult<User> |
UserResources.listUsers()
List all users.
|
PagedResult<User> |
UserResources.listUsers(Set<String> email,
EnumSet<ListUserInclusion> includes,
PaginationParameters pagination)
List all users.
|
PagedResult<User> |
UserResources.listUsers(Set<String> email,
PaginationParameters pagination)
List all users.
|
| Modifier and Type | Method and Description |
|---|---|
User |
UserResources.addUser(User user)
Add a user to the organization, without sending email.
|
User |
UserResources.addUser(User user,
boolean sendEmail)
Add a user to the organization, without sending email.
|
User |
UserResources.updateUser(User user)
Update a user.
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.AddUserBuilder.build()
Builds the
User object using the required fields. |
User |
User.UpdateUserBuilder.build()
Builds the
User. |
User |
User.NewGroupMemberBuilder.build() |
User |
Comment.getCreatedBy()
Gets user that created the comment.
|
User |
AbstractRow.getCreatedBy()
Gets the User object containing name and email of the creator of this row.
|
User |
Discussion.getCreatedBy()
Gets the created by
|
User |
AutomationRule.getCreatedBy()
Gets the User object for the author of this rule.
|
User |
Attachment.getCreatedBy() |
User |
SummaryField.getCreatedBy()
Get User object of summary field creator
|
User |
Discussion.getLastCommentedUser()
Gets the user that last commented in the discussion.
|
User |
AbstractRow.getModifiedBy()
Gets the User object containing name and email of the last person to modify this row.
|
User |
CellHistory.getModifiedBy()
Gets the user that modified the cell.
|
User |
AutomationRule.getModifiedBy()
Gets the User who last modified this rule.
|
User |
SummaryField.getModifiedBy()
Get the User who last modified the field
|
User |
SentUpdateRequest.getSentBy()
Get the User object containing the name and email of the sender.
|
User |
UpdateRequest.getSentBy()
Gets the User object containing the name and email of the sender
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
Comment.setCreatedBy(User createdBy)
Sets the user that created the comment.
|
Discussion |
Discussion.setCreatedBy(User createdBy)
Sets the created by.
|
AutomationRule |
AutomationRule.setCreatedBy(User createdBy)
Sets the User object for the author of this rule.
|
Attachment |
Attachment.setCreatedBy(User createdBy) |
SummaryField |
SummaryField.setCreatedBy(User createdBy)
Set User object of summary field creator
|
Discussion |
Discussion.setLastCommentedUser(User lastCommentedUser)
Sets the user that last commented in the discussion.
|
CellHistory |
CellHistory.setModifiedBy(User modifiedBy)
Sets the user that modified the cell.
|
AutomationRule |
AutomationRule.setModifiedBy(User modifiedBy)
Sets the User who last modified this rule.
|
SummaryField |
SummaryField.setModifiedBy(User modifiedBy)
Sets the User who last modified the field
|
SentUpdateRequest |
SentUpdateRequest.setSentBy(User sentBy)
Set the User object containing the name and email of the sender.
|
UpdateRequest |
UpdateRequest.setSentBy(User sentBy)
Sets the User object containing the name and email of the sender
|
Copyright © 2014–2019 Smartsheet. All rights reserved.