A B C D E F G H I J L M N O P R S T U V W Y 
All Classes All Packages

A

A0 - com.smartsheet.api.models.enums.PaperSize
Represents the A0 page size.
A1 - com.smartsheet.api.models.enums.PaperSize
Represents the A1 page size.
A2 - com.smartsheet.api.models.enums.PaperSize
Represents the A2 page size.
A3 - com.smartsheet.api.models.enums.PaperSize
Represents the A3 page size.
A4 - com.smartsheet.api.models.enums.PaperSize
Represents the A4 page size.
ABSTRACT_DATETIME - com.smartsheet.api.models.enums.ColumnType
Represents the ABSTRACT_DATETIME (auto number) column type
ABSTRACT_DATETIME - com.smartsheet.api.models.enums.ObjectValueType
ABSTRACT_DATETIME
ABSTRACT_DATETIME_FORMAT - Static variable in class com.smartsheet.api.models.DateObjectValue
 
AbstractRow<TColumn extends Column,​TCell extends Cell> - Class in com.smartsheet.api.models
 
AbstractRow() - Constructor for class com.smartsheet.api.models.AbstractRow
 
AbstractSheet<TRow extends AbstractRow<TColumn,​TCell>,​TColumn extends Column,​TCell extends Cell> - Class in com.smartsheet.api.models
 
AbstractSheet() - Constructor for class com.smartsheet.api.models.AbstractSheet
 
ACCEPT_INVITE - com.smartsheet.api.models.enums.EventAction
 
ACCESS_TOKEN - com.smartsheet.api.models.enums.EventObjectType
 
AccessDeniedException - Exception in com.smartsheet.api.oauth
This is the exception thrown by OAuthFlow to indicate "access_denied" error when obtaining an authorization code.
AccessDeniedException(String) - Constructor for exception com.smartsheet.api.oauth.AccessDeniedException
Constructor.
AccessLevel - Enum in com.smartsheet.api.models.enums
Represents access levels that users can have.
AccessScope - Enum in com.smartsheet.api.models.enums
Represents the type of access that is granted on a given sheet.
AccessScope - Enum in com.smartsheet.api.oauth
Represents the access scope.
AccessTokenExpiredException - Exception in com.smartsheet.api
This is the exception to indicate that an access token expired error returned from Smartsheet REST API.
AccessTokenExpiredException(Error) - Constructor for exception com.smartsheet.api.AccessTokenExpiredException
Instantiates a new access token expired exception.
Account - Class in com.smartsheet.api.models
 
Account() - Constructor for class com.smartsheet.api.models.Account
 
ACCOUNT - com.smartsheet.api.models.enums.EventObjectType
 
ACTIVATE - com.smartsheet.api.models.enums.EventAction
 
ACTIVE - com.smartsheet.api.models.enums.UserStatus
Represents ACTIVE status.
add(Collection<T>) - Method in class com.smartsheet.api.models.ListBuilder
Adds multiple elements to the list
add(T) - Method in class com.smartsheet.api.models.ListBuilder
Adds a single element to the list
add(T...) - Method in class com.smartsheet.api.models.ListBuilder
Adds multiple elements to the list
ADD_MEMBER - com.smartsheet.api.models.enums.EventAction
 
ADD_PUBLISH - com.smartsheet.api.models.enums.EventAction
 
ADD_SHARE - com.smartsheet.api.models.enums.EventAction
 
ADD_SHARE_MEMBER - com.smartsheet.api.models.enums.EventAction
 
ADD_TO_ACCOUNT - com.smartsheet.api.models.enums.EventAction
 
ADD_WORKSPACE_SHARE - com.smartsheet.api.models.enums.EventAction
 
addAlternateEmail(long, List<AlternateEmail>) - Method in interface com.smartsheet.api.UserResources
Add an alternate email.
AddAlternateEmailBuilder() - Constructor for class com.smartsheet.api.models.AlternateEmail.AddAlternateEmailBuilder
 
addCell(Long, Object) - Method in class com.smartsheet.api.models.Cell.AddRowCellsBuilder
Adds the cell.
addCell(Long, Object) - Method in class com.smartsheet.api.models.Cell.UpdateRowCellsBuilder
Adds the cell.
addCell(Long, Object, Boolean, Hyperlink, CellLink) - Method in class com.smartsheet.api.models.Cell.AddRowCellsBuilder
Adds the cell.
addCell(Long, Object, Boolean, Hyperlink, CellLink) - Method in class com.smartsheet.api.models.Cell.UpdateRowCellsBuilder
Adds the cell.
addCell(Long, Object, Boolean, Hyperlink, CellLink, Boolean) - Method in class com.smartsheet.api.models.Cell.AddRowCellsBuilder
Adds the cell
addCell(Long, Object, Boolean, Hyperlink, CellLink, Boolean) - Method in class com.smartsheet.api.models.Cell.UpdateRowCellsBuilder
Adds the cell.
addColumns(long, List<Column>) - Method in interface com.smartsheet.api.SheetColumnResources
Add column to a sheet.
AddColumnToSheetBuilder() - Constructor for class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
 
addComment(long, long, Comment) - Method in interface com.smartsheet.api.DiscussionCommentResources
Add a comment to a discussion.
AddCommentBuilder() - Constructor for class com.smartsheet.api.models.Comment.AddCommentBuilder
 
addCommentWithAttachment(long, long, Comment, File, String) - Method in interface com.smartsheet.api.DiscussionCommentResources
Add a comment to a discussion with an attachment.
AddContainerDestinationBuilder() - Constructor for class com.smartsheet.api.models.ContainerDestination.AddContainerDestinationBuilder
 
addDiscussionComment(long, Comment) - Method in interface com.smartsheet.api.DiscussionResources
Add a comment to a discussion.
addFavorite(long, FavoriteType) - Method in class com.smartsheet.api.models.Favorite.AddFavoriteBuilder
Add a favorite
AddFavoriteBuilder() - Constructor for class com.smartsheet.api.models.Favorite.AddFavoriteBuilder
 
addFavorites(List<Favorite>) - Method in interface com.smartsheet.api.FavoriteResources
Adds one or more items to the user’s list of Favorite items.
AddGroupMemberBuilder() - Constructor for class com.smartsheet.api.models.GroupMember.AddGroupMemberBuilder
 
addGroupMembers(long, List<GroupMember>) - Method in interface com.smartsheet.api.GroupMemberResources
Add members to a group.
addImageToCell(long, long, long, File, String, boolean, String) - Method in interface com.smartsheet.api.RowColumnResources
Add an image to a cell.
addImageToCell(long, long, long, InputStream, String, long, boolean, String) - Method in interface com.smartsheet.api.RowColumnResources
Add an image to a cell.
addImageToCell(long, long, long, String, String) - Method in interface com.smartsheet.api.RowColumnResources
Uploads an image to the specified cell within a sheet.
addImageToCell(long, long, long, String, String, boolean, String) - Method in interface com.smartsheet.api.RowColumnResources
Uploads an image to the specified cell within a sheet.
AddMultiRowEmailBuilder() - Constructor for class com.smartsheet.api.models.MultiRowEmail.AddMultiRowEmailBuilder
 
addProfileImage(long, String, String) - Method in interface com.smartsheet.api.UserResources
Uploads a profile image for the specified user.
AddRecipientEmailBuilder() - Constructor for class com.smartsheet.api.models.RecipientEmail.AddRecipientEmailBuilder
 
AddRecipientGroupBuilder() - Constructor for class com.smartsheet.api.models.RecipientGroup.AddRecipientGroupBuilder
 
addReplacements(Set<Trace>) - Method in enum com.smartsheet.api.Trace
 
AddRowBuilder() - Constructor for class com.smartsheet.api.models.Row.AddRowBuilder
 
AddRowCellsBuilder() - Constructor for class com.smartsheet.api.models.Cell.AddRowCellsBuilder
 
AddRowEmailBuilder() - Constructor for class com.smartsheet.api.models.RowEmail.AddRowEmailBuilder
 
addRows(long, List<Row>) - Method in interface com.smartsheet.api.SheetRowResources
Insert rows to a sheet.
addRows(long, List<Row>, EnumSet<RowInclusion>, EnumSet<ObjectExclusion>) - Method in interface com.smartsheet.api.SheetRowResources
Insert rows to a sheet.
addRowsAllowPartialSuccess(long, List<Row>) - Method in interface com.smartsheet.api.SheetRowResources
Insert rows to a sheet, allowing partial success.
addRowsAllowPartialSuccess(long, List<Row>, EnumSet<RowInclusion>, EnumSet<ObjectExclusion>) - Method in interface com.smartsheet.api.SheetRowResources
Insert rows to a sheet, allowing partial success.
AddSheetEmailBuilder() - Constructor for class com.smartsheet.api.models.SheetEmail.AddSheetEmailBuilder
 
addSheetSummaryFieldImage(long, long, File, String, String) - Method in interface com.smartsheet.api.SheetSummaryResources
Adds an image to the sheet summary field.
addSheetSummaryFieldImage(long, long, InputStream, String, long, String) - Method in interface com.smartsheet.api.SheetSummaryResources
Adds an image to the sheet summary field.
addSheetSummaryFieldImage(long, long, String, String, String) - Method in interface com.smartsheet.api.SheetSummaryResources
Adds an image to the sheet summary field.
addSheetSummaryFields(long, List<SummaryField>, Boolean) - Method in interface com.smartsheet.api.SheetSummaryResources
Insert fields into a sheet summary.
addSheetSummaryFieldsWithPartialSuccess(long, List<SummaryField>, Boolean) - Method in interface com.smartsheet.api.SheetSummaryResources
Insert fields into a sheet summary.
addUser(User) - Method in interface com.smartsheet.api.UserResources
Add a user to the organization, without sending email.
addUser(User, boolean) - Method in interface com.smartsheet.api.UserResources
Add a user to the organization, without sending email.
AddUserBuilder() - Constructor for class com.smartsheet.api.models.User.AddUserBuilder
 
AddUserSettingsBuilder() - Constructor for class com.smartsheet.api.models.SheetUserSettings.AddUserSettingsBuilder
 
ADHOC - com.smartsheet.api.models.enums.SheetFilterType
Represents the types of sheet filters
ADMIN - com.smartsheet.api.models.enums.AccessLevel
 
ADMIN_SHEETS - com.smartsheet.api.models.enums.AccessScope
 
ADMIN_SHEETS - com.smartsheet.api.oauth.AccessScope
Modify sheet structure, including column definition, publish state, etc
ADMIN_SIGHTS - com.smartsheet.api.models.enums.AccessScope
 
ADMIN_SIGHTS - com.smartsheet.api.oauth.AccessScope
Modify dashboards structure.
ADMIN_USERS - com.smartsheet.api.models.enums.AccessScope
 
ADMIN_USERS - com.smartsheet.api.oauth.AccessScope
Add and remove users from your smartsheet organization
ADMIN_WEBHOOKS - com.smartsheet.api.models.enums.AccessScope
 
ADMIN_WEBHOOKS - com.smartsheet.api.oauth.AccessScope
Create and manage webhooks
ADMIN_WORKSPACES - com.smartsheet.api.models.enums.AccessScope
 
ADMIN_WORKSPACES - com.smartsheet.api.oauth.AccessScope
Create and manage workspaces and folders, including sharing
ALL - com.smartsheet.api.models.enums.FolderCopyInclusion
 
ALL - com.smartsheet.api.models.enums.RowCopyInclusion
 
ALL - com.smartsheet.api.models.enums.SheetCopyInclusion
 
ALL - com.smartsheet.api.models.enums.WorkspaceCopyInclusion
 
AlternateEmail - Class in com.smartsheet.api.models
The AlternateEmail object, retruned by endpoints like the Get Alternate Email endpoint
AlternateEmail() - Constructor for class com.smartsheet.api.models.AlternateEmail
 
AlternateEmail.AddAlternateEmailBuilder - Class in com.smartsheet.api.models
A convenience class for making a AlternateEmail object with the appropriate fields for adding to a User.
AND - com.smartsheet.api.models.enums.SheetFilterOperator
How to combine sheet filter criteria
API_INTEGRATED_APP - com.smartsheet.api.models.enums.EventSource
 
API_UNDEFINED_APP - com.smartsheet.api.models.enums.EventSource
 
APPROVAL_COLUMN_MISSING - com.smartsheet.api.models.enums.AutomationRuleDisabledReason
 
APPROVAL_COLUMN_WRONG_TYPE - com.smartsheet.api.models.enums.AutomationRuleDisabledReason
 
APPROVAL_REQUEST_ACTION - com.smartsheet.api.models.enums.AutomationActionType
 
ARCHD - com.smartsheet.api.models.enums.PaperSize
Represents the ARCHD page size.
ARGENTINE_PESO - com.smartsheet.api.models.format.Currency
 
ARIAL - com.smartsheet.api.models.format.FontFamily
 
ARROWS_3_WAY - com.smartsheet.api.models.enums.Symbol
Represents the ARROWS_3_WAY symbol.
ARROWS_4_WAY - com.smartsheet.api.models.enums.Symbol
Represents the ARROWS_4_WAY symbol.
ARROWS_5_WAY - com.smartsheet.api.models.enums.Symbol
Represents the ARROWS_5_WAY symbol.
ASCENDING - com.smartsheet.api.models.enums.SortDirection
 
AssociatedAttachmentResources - Interface in com.smartsheet.api
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use the corresponding method in the [Row/Sheet/etc]AttachmentResources classes
AssociatedDiscussionResources - Interface in com.smartsheet.api
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use RowDiscussionResources or SheetDiscussionResources
attachFile(long, long, File, String) - Method in interface com.smartsheet.api.CommentAttachmentResources
Attach a file to a comment.
attachFile(long, long, File, String) - Method in interface com.smartsheet.api.RowAttachmentResources
Attach a file to a row with simple upload.
attachFile(long, long, InputStream, String, long, String) - Method in interface com.smartsheet.api.CommentAttachmentResources
Attach file for simple upload.
attachFile(long, long, InputStream, String, long, String) - Method in interface com.smartsheet.api.RowAttachmentResources
Attach file for simple upload.
attachFile(long, File, String) - Method in interface com.smartsheet.api.AssociatedAttachmentResources
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use the corresponding method in the [Row/Sheet/etc]AttachmentResources classes
attachFile(long, File, String) - Method in interface com.smartsheet.api.SheetAttachmentResources
Attach a file to a sheet with simple upload.
attachFile(long, InputStream, String, long, String) - Method in interface com.smartsheet.api.AssociatedAttachmentResources
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use the corresponding method in the [Row/Sheet/etc]AttachmentResources classes
attachFile(long, InputStream, String, long, String) - Method in interface com.smartsheet.api.SheetAttachmentResources
Attach file for simple upload.
Attachment - Class in com.smartsheet.api.models
Represents the Attachment object.
Attachment() - Constructor for class com.smartsheet.api.models.Attachment
 
ATTACHMENT - com.smartsheet.api.models.enums.EventObjectType
 
Attachment.CreateAttachmentBuilder - Class in com.smartsheet.api.models
A convenience class for quickly creating a List of cells to update.
AttachmentParentType - Enum in com.smartsheet.api.models.enums
Represents the attachment parent type.
attachmentResources() - Method in interface com.smartsheet.api.SheetCommentResources
Creates an object of CommentAttachmentResources.
attachmentResources() - Method in interface com.smartsheet.api.SheetDiscussionResources
Creates an object of DiscussionAttachmentResources for access to discussion attachments through SheetDiscussionResources.
attachmentResources() - Method in interface com.smartsheet.api.SheetResources
Return the AttachmentResources object that provides access to attachment resources associated with Sheet resources.
attachmentResources() - Method in interface com.smartsheet.api.SheetRowResources
Creates an object of RowAttachmentResources.
AttachmentResources - Interface in com.smartsheet.api
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use AttachmentVersioningResources instead
attachments() - Method in interface com.smartsheet.api.CommentResources
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use SheetCommentResources instead
attachments() - Method in interface com.smartsheet.api.DiscussionResources
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use the corresponding method in the [Row/Sheet/etc]AttachmentResources classes
ATTACHMENTS - com.smartsheet.api.models.enums.DiscussionInclusion
 
ATTACHMENTS - com.smartsheet.api.models.enums.FolderCopyInclusion
 
ATTACHMENTS - com.smartsheet.api.models.enums.ObjectInclusion
 
ATTACHMENTS - com.smartsheet.api.models.enums.ReportInclusion
 
ATTACHMENTS - com.smartsheet.api.models.enums.RowCopyInclusion
 
ATTACHMENTS - com.smartsheet.api.models.enums.RowInclusion
 
ATTACHMENTS - com.smartsheet.api.models.enums.RowMoveInclusion
 
ATTACHMENTS - com.smartsheet.api.models.enums.SearchScope
 
ATTACHMENTS - com.smartsheet.api.models.enums.SheetCopyInclusion
 
ATTACHMENTS - com.smartsheet.api.models.enums.SheetInclusion
 
ATTACHMENTS - com.smartsheet.api.models.enums.SheetTemplateInclusion
 
ATTACHMENTS - com.smartsheet.api.models.enums.WorkspaceCopyInclusion
 
AttachmentSubType - Enum in com.smartsheet.api.models.enums
Represents the attachment sub type.
AttachmentType - Enum in com.smartsheet.api.models.enums
Represents the type of attachment.
AttachmentVersioningResources - Interface in com.smartsheet.api
This interface provides methods to access AttachmentVersioning resources.
attachNewVersion(long, long, File, String) - Method in interface com.smartsheet.api.AttachmentVersioningResources
Attach a new version of an attachment.
attachNewVersion(long, File, String) - Method in interface com.smartsheet.api.AttachmentResources
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use AttachmentVersioningResources instead
attachNewVersion(long, InputStream, String, long, String) - Method in interface com.smartsheet.api.AttachmentResources
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use AttachmentVersioningResources instead
attachUrl(long, long, Attachment) - Method in interface com.smartsheet.api.CommentAttachmentResources
Attach a URL to a comment.
attachUrl(long, long, Attachment) - Method in interface com.smartsheet.api.RowAttachmentResources
Attach a URL to a comment.
attachUrl(long, Attachment) - Method in interface com.smartsheet.api.SheetAttachmentResources
Attach a URL to a sheet.
attachURL(long, Attachment) - Method in interface com.smartsheet.api.AssociatedAttachmentResources
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use the corresponding method in the [Row/Sheet/etc]AttachmentResources classes
AUSTRALIAN_DOLLAR - com.smartsheet.api.models.format.Currency
 
AuthorizationException - Exception in com.smartsheet.api
This is the exception to indicate authorization (access token) related errors returned from Smartsheet REST API.
AuthorizationException(Error) - Constructor for exception com.smartsheet.api.AuthorizationException
Constructor.
AuthorizationResult - Class in com.smartsheet.api.oauth
Represents an OAuth authorization result.
AuthorizationResult() - Constructor for class com.smartsheet.api.oauth.AuthorizationResult
 
AUTHORIZE - com.smartsheet.api.models.enums.EventAction
 
AUTO_NUMBER - com.smartsheet.api.models.enums.SystemColumnType
Represents the AUTO_NUMBER system column type.
AUTOMATION_NOT_ENABLED_FOR_ORG - com.smartsheet.api.models.enums.AutomationRuleDisabledReason
 
AutomationAction - Class in com.smartsheet.api.models
 
AutomationAction() - Constructor for class com.smartsheet.api.models.AutomationAction
 
AutomationActionFrequency - Enum in com.smartsheet.api.models.enums
 
AutomationActionType - Enum in com.smartsheet.api.models.enums
 
AutomationRule - Class in com.smartsheet.api.models
 
AutomationRule() - Constructor for class com.smartsheet.api.models.AutomationRule
 
AutomationRuleDisabledReason - Enum in com.smartsheet.api.models.enums
 
automationRuleResources() - Method in interface com.smartsheet.api.SheetResources
Return the SheetAutomationRuleResources object that provides access to automation rule resources associated with Sheet resources.
AutoNumberFormat - Class in com.smartsheet.api.models
Represents the AutoNumberFormat object.
AutoNumberFormat() - Constructor for class com.smartsheet.api.models.AutoNumberFormat
 

B

BETWEEN - com.smartsheet.api.models.enums.Operator
 
BLACK - com.smartsheet.api.models.format.Color
 
BLANK_SHEET - com.smartsheet.api.models.enums.GlobalTemplate
Blank Sheet
BLOCKED - com.smartsheet.api.models.enums.CrossSheetReferenceStatus
 
BLUE_0 - com.smartsheet.api.models.format.Color
 
BLUE_1 - com.smartsheet.api.models.format.Color
 
BLUE_2 - com.smartsheet.api.models.format.Color
 
BLUE_3 - com.smartsheet.api.models.format.Color
 
BLUE_4 - com.smartsheet.api.models.format.Color
 
Bold - Enum in com.smartsheet.api.models.format
An enumeration representing the available Bold state for a format.
BOOLEAN - com.smartsheet.api.models.enums.ObjectValueType
BOOLEAN
BooleanObjectValue - Class in com.smartsheet.api.models
 
BooleanObjectValue() - Constructor for class com.smartsheet.api.models.BooleanObjectValue
 
BooleanObjectValue(Boolean) - Constructor for class com.smartsheet.api.models.BooleanObjectValue
 
BOTTOM - com.smartsheet.api.models.format.VerticalAlignment
 
BOX_COM - com.smartsheet.api.models.enums.AttachmentType
 
BRAND - com.smartsheet.api.models.enums.WorkspaceCopyInclusion
 
BRAZIL_REAIS - com.smartsheet.api.models.format.Currency
 
BRITISH_POUND - com.smartsheet.api.models.format.Currency
 
BROKEN - com.smartsheet.api.models.enums.CrossSheetReferenceStatus
 
BROWN_0 - com.smartsheet.api.models.format.Color
 
BROWN_1 - com.smartsheet.api.models.format.Color
 
BROWN_2 - com.smartsheet.api.models.format.Color
 
BROWN_3 - com.smartsheet.api.models.format.Color
 
BROWN_4 - com.smartsheet.api.models.format.Color
 
build() - Method in class com.smartsheet.api.models.AlternateEmail.AddAlternateEmailBuilder
Build
build() - Method in class com.smartsheet.api.models.Attachment.CreateAttachmentBuilder
Returns the list of cells.
build() - Method in class com.smartsheet.api.models.Cell.AddRowCellsBuilder
Returns the list of cells.
build() - Method in class com.smartsheet.api.models.Cell.UpdateRowCellsBuilder
Returns the list of cells.
build() - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Builds the column.
build() - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Builds the column.
build() - Method in class com.smartsheet.api.models.Comment.AddCommentBuilder
Builds the comment.
build() - Method in class com.smartsheet.api.models.ContainerDestination.AddContainerDestinationBuilder
Builds the comment.
build() - Method in class com.smartsheet.api.models.CopyOrMoveRowDestination.InsertCopyOrMoveRowDestinationBuilder
Returns the CopyOrMoveRowDestination.
build() - Method in class com.smartsheet.api.models.CopyOrMoveRowDirective.InsertCopyOrMoveRowDirectiveBuilder
Builds the CopyOrMoveRowDirective.
build() - Method in class com.smartsheet.api.models.Discussion.CreateDiscussionBuilder
Builds the.
build() - Method in class com.smartsheet.api.models.Favorite.AddFavoriteBuilder
 
build() - Method in class com.smartsheet.api.models.Folder.CreateFolderBuilder
Builds the folder.
build() - Method in class com.smartsheet.api.models.Folder.UpdateFolderBuilder
Builds the folder.
build() - Method in class com.smartsheet.api.models.format.Format.FormatBuilder
Build
build() - Method in class com.smartsheet.api.models.Group.CreateGroupBuilder
Creates a user by using the values from setters in this builder.
build() - Method in class com.smartsheet.api.models.Group.UpdateGroupBuilder
Creates a user by using the values from setters in this builder.
build() - Method in class com.smartsheet.api.models.GroupMember.AddGroupMemberBuilder
Build a GroupMember
build() - Method in class com.smartsheet.api.models.ListBuilder
Retrieves the built up list of objects
build() - Method in class com.smartsheet.api.models.MultiRowEmail.AddMultiRowEmailBuilder
Builds the multi row email object
build() - Method in class com.smartsheet.api.models.PaginationParameters.PaginationParametersBuilder
Builds the PaginationParameters object
build() - Method in class com.smartsheet.api.models.RecipientEmail.AddRecipientEmailBuilder
Builds the RecipientEmail.
build() - Method in class com.smartsheet.api.models.RecipientGroup.AddRecipientGroupBuilder
Builds the RecipientGroup.
build() - Method in class com.smartsheet.api.models.Row.AddRowBuilder
Builds the row object
build() - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Builds the row object
build() - Method in class com.smartsheet.api.models.RowEmail.AddRowEmailBuilder
Builds the row email.
build() - Method in class com.smartsheet.api.models.RowWrapper.InsertRowsBuilder
Builds the RowWrapper.
build() - Method in class com.smartsheet.api.models.RowWrapper.MoveRowBuilder
Builds the RowWrapper.
build() - Method in class com.smartsheet.api.models.Share.CreateGroupShareBuilder
Builds the Share object.
build() - Method in class com.smartsheet.api.models.Share.CreateUserShareBuilder
Builds the Share object.
build() - Method in class com.smartsheet.api.models.Share.ShareToOneGroupBuilder
Builds the Share object.
build() - Method in class com.smartsheet.api.models.Share.ShareToOneUserBuilder
Builds the Share object.
build() - Method in class com.smartsheet.api.models.Share.UpdateShareBuilder
Builds the Share object.
build() - Method in class com.smartsheet.api.models.Sheet.CreateFromTemplateOrSheetBuilder
Creates a sheet by using the values from setters in this builder.
build() - Method in class com.smartsheet.api.models.Sheet.CreateSheetBuilder
Creates a sheet by using the values from setters in this builder.
build() - Method in class com.smartsheet.api.models.Sheet.UpdateSheetBuilder
Builds the.
build() - Method in class com.smartsheet.api.models.SheetEmail.AddSheetEmailBuilder
Builds the sheetEmail.
build() - Method in class com.smartsheet.api.models.SheetPublish.PublishStatusBuilder
Builds the.
build() - Method in class com.smartsheet.api.models.SheetUserSettings.AddUserSettingsBuilder
Build a SheetUserSettings
build() - Method in class com.smartsheet.api.models.User.AddUserBuilder
Builds the User object using the required fields.
build() - Method in class com.smartsheet.api.models.User.NewGroupMemberBuilder
Build a User
build() - Method in class com.smartsheet.api.models.User.UpdateUserBuilder
Builds the User.
build() - Method in class com.smartsheet.api.models.Workspace.UpdateWorkspaceBuilder
Builds the Workspace.
build() - Method in class com.smartsheet.api.oauth.OAuthFlowBuilder
Build the OAuthFlow instance.
build() - Method in class com.smartsheet.api.SmartsheetBuilder
Build the Smartsheet instance.
BULK_UPDATE - com.smartsheet.api.models.enums.EventAction
 
BulkItemFailure - Class in com.smartsheet.api.models
 
BulkItemFailure() - Constructor for class com.smartsheet.api.models.BulkItemFailure
 
BulkItemResult<T> - Class in com.smartsheet.api.models
 
BulkItemResult() - Constructor for class com.smartsheet.api.models.BulkItemResult
 
BulkRowFailedItem - Class in com.smartsheet.api.models
Created by kskeem on 3/1/16.
BulkRowFailedItem() - Constructor for class com.smartsheet.api.models.BulkRowFailedItem
 

C

CALENDAR_END_DATE - com.smartsheet.api.models.enums.ColumnTag
Represents CALENDAR_END_DATE tag.
CALENDAR_START_DATE - com.smartsheet.api.models.enums.ColumnTag
Represents CALENDAR_START_DATE tag.
CANADIAN_DOLLAR - com.smartsheet.api.models.format.Currency
 
CANCELED - com.smartsheet.api.models.enums.UpdateRequestStatus
The request was canceled.
CARD_DONE - com.smartsheet.api.models.enums.ColumnTag
Represents CARD_DONE tag.
Cell - Class in com.smartsheet.api.models
Represents the Cell object that holds data in a sheet.
Cell() - Constructor for class com.smartsheet.api.models.Cell
Default constructor
Cell(Long) - Constructor for class com.smartsheet.api.models.Cell
Construct a cell with specified column id
CELL_DATA - com.smartsheet.api.models.enums.SearchScope
 
CELL_LINKS - com.smartsheet.api.models.enums.ObjectInclusion
 
Cell.AddRowCellsBuilder - Class in com.smartsheet.api.models
A convenience class for quickly creating a List of cells to add.
Cell.UpdateRowCellsBuilder - Class in com.smartsheet.api.models
A convenience class for quickly creating a List of cells to update.
CellDataItem - Class in com.smartsheet.api.models
 
CellDataItem() - Constructor for class com.smartsheet.api.models.CellDataItem
 
CellHistory - Class in com.smartsheet.api.models
Represents CellHistory object.
CellHistory() - Constructor for class com.smartsheet.api.models.CellHistory
 
CellHistoryInclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects that can be included in some responses.
CellLink - Class in com.smartsheet.api.models
 
CellLink() - Constructor for class com.smartsheet.api.models.CellLink
 
CELLLINKS - com.smartsheet.api.models.enums.FolderCopyInclusion
 
CELLLINKS - com.smartsheet.api.models.enums.FolderRemapExclusion
 
CELLLINKS - com.smartsheet.api.models.enums.SheetCopyInclusion
 
CELLLINKS - com.smartsheet.api.models.enums.SheetTemplateInclusion
 
CELLLINKS - com.smartsheet.api.models.enums.WorkspaceCopyInclusion
 
CELLLINKS - com.smartsheet.api.models.enums.WorkspaceRemapExclusion
 
CellLinkWidgetContent - Class in com.smartsheet.api.models
 
CellLinkWidgetContent() - Constructor for class com.smartsheet.api.models.CellLinkWidgetContent
 
cellResources() - Method in interface com.smartsheet.api.SheetRowResources
Creates an object of RowColumnResources.
CENTER - com.smartsheet.api.models.format.HorizontalAlignment
 
CHART - com.smartsheet.api.models.enums.WidgetType
ChartWidgetContent object
ChartWidgetContent - Class in com.smartsheet.api.models
 
ChartWidgetContent() - Constructor for class com.smartsheet.api.models.ChartWidgetContent
 
CHECKBOX - com.smartsheet.api.models.enums.ColumnType
Represents the CHECKBOX column type.
CHILDREN - com.smartsheet.api.models.enums.RowCopyInclusion
 
CHILEAN_PESOS - com.smartsheet.api.models.format.Currency
 
CHINA_YUAN - com.smartsheet.api.models.format.Currency
 
CIRCULAR - com.smartsheet.api.models.enums.CrossSheetReferenceStatus
 
Color - Enum in com.smartsheet.api.models.format
An enumeration representing all the colors available for formatting within Smartsheet.
Column - Class in com.smartsheet.api.models
Represents the Column object.
Column() - Constructor for class com.smartsheet.api.models.Column
Default constructor
Column(Long) - Constructor for class com.smartsheet.api.models.Column
Construct a Column with specified id
COLUMN_MISSING - com.smartsheet.api.models.enums.AutomationRuleDisabledReason
 
COLUMN_TYPE - com.smartsheet.api.models.enums.CellHistoryInclusion
 
COLUMN_TYPE - com.smartsheet.api.models.enums.RowInclusion
 
COLUMN_TYPE - com.smartsheet.api.models.enums.SheetInclusion
 
COLUMN_TYPE_INCOMPATIBLE - com.smartsheet.api.models.enums.AutomationRuleDisabledReason
 
Column.AddColumnToSheetBuilder - Class in com.smartsheet.api.models
A convenience class to help create a column object with the appropriate fields for adding to a sheet.
Column.UpdateColumnBuilder - Class in com.smartsheet.api.models
The Class UpdateColumnBuilder.
ColumnInclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects that can be included in some responses.
columnResources() - Method in interface com.smartsheet.api.SheetResources
Return the SheetColumnResources object that provides access to Column resources associated with Sheet resources.
ColumnResources - Interface in com.smartsheet.api
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use SheetCommentResources instead
COLUMNS - com.smartsheet.api.models.enums.ObjectInclusion
 
COLUMNS - com.smartsheet.api.models.enums.RowInclusion
 
ColumnTag - Enum in com.smartsheet.api.models.enums
Represents the tags to indicate a special column.
ColumnType - Enum in com.smartsheet.api.models.enums
Represents column types.
com.smartsheet.api - package com.smartsheet.api
 
com.smartsheet.api.models - package com.smartsheet.api.models
 
com.smartsheet.api.models.enums - package com.smartsheet.api.models.enums
 
com.smartsheet.api.models.format - package com.smartsheet.api.models.format
 
com.smartsheet.api.oauth - package com.smartsheet.api.oauth
 
Comment - Class in com.smartsheet.api.models
Represents the Comment object.
Comment() - Constructor for class com.smartsheet.api.models.Comment
Constructors
Comment(String) - Constructor for class com.smartsheet.api.models.Comment
 
COMMENT - com.smartsheet.api.models.enums.AttachmentParentType
 
Comment.AddCommentBuilder - Class in com.smartsheet.api.models
A convenience class to generate a comment with the appropriate fields for adding it to a sheet.
CommentAttachmentResources - Interface in com.smartsheet.api
This interface provides methods to access CommentAttachment resources.
commentResources() - Method in interface com.smartsheet.api.SheetDiscussionResources
Creates an object of DiscussionCommentResources for access to discussion comments through SheetDiscussionResources.
commentResources() - Method in interface com.smartsheet.api.SheetResources
Return the SheetCommentResources object that provides access to discussion resources associated with Sheet resources.
CommentResources - Interface in com.smartsheet.api
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use SheetCommentResources instead
comments() - Method in interface com.smartsheet.api.DiscussionResources
Represents the DiscussionCommentResources.
COMMENTS - com.smartsheet.api.models.enums.DiscussionInclusion
 
COMMENTS - com.smartsheet.api.models.enums.SearchScope
 
COMPLETE - com.smartsheet.api.models.enums.UpdateRequestStatus
Represents COMPLETE status.
Contact - Class in com.smartsheet.api.models
Represents the Contact object.
Contact() - Constructor for class com.smartsheet.api.models.Contact
 
CONTACT - com.smartsheet.api.models.enums.ObjectValueType
CONTACT
CONTACT_LIST - com.smartsheet.api.models.enums.ColumnType
Represents the CONTACT_LIST column type.
CONTACT_REFERENCES - com.smartsheet.api.models.enums.SheetInclusion
 
ContactObjectValue - Class in com.smartsheet.api.models
 
ContactObjectValue() - Constructor for class com.smartsheet.api.models.ContactObjectValue
 
contactResources() - Method in interface com.smartsheet.api.Smartsheet
Returns the ContactResources instance that provides access to contact resources.
ContactResources - Interface in com.smartsheet.api
 
ContainerDestination - Class in com.smartsheet.api.models
 
ContainerDestination() - Constructor for class com.smartsheet.api.models.ContainerDestination
Constructors
ContainerDestination(Long) - Constructor for class com.smartsheet.api.models.ContainerDestination
 
ContainerDestination.AddContainerDestinationBuilder - Class in com.smartsheet.api.models
A convenience class to generate a comment with the appropriate fields for adding it to a sheet.
CONTAINS - com.smartsheet.api.models.enums.Operator
 
COPY_ROW - com.smartsheet.api.models.enums.EventAction
 
CopyExclusion - Enum in com.smartsheet.api.models.enums
 
copyFolder(long, ContainerDestination, EnumSet<FolderCopyInclusion>, EnumSet<FolderRemapExclusion>) - Method in interface com.smartsheet.api.FolderResources
Creates a copy of the specified Folder.
copyFolder(long, ContainerDestination, EnumSet<FolderCopyInclusion>, EnumSet<FolderRemapExclusion>, EnumSet<CopyExclusion>) - Method in interface com.smartsheet.api.FolderResources
Creates a copy of the specified Folder.
CopyOrMoveRowDestination - Class in com.smartsheet.api.models
 
CopyOrMoveRowDestination() - Constructor for class com.smartsheet.api.models.CopyOrMoveRowDestination
 
CopyOrMoveRowDestination.InsertCopyOrMoveRowDestinationBuilder - Class in com.smartsheet.api.models
A convenience class for quickly creating a List of cells to update.
CopyOrMoveRowDirective - Class in com.smartsheet.api.models
 
CopyOrMoveRowDirective() - Constructor for class com.smartsheet.api.models.CopyOrMoveRowDirective
Constructors
CopyOrMoveRowDirective(Long) - Constructor for class com.smartsheet.api.models.CopyOrMoveRowDirective
 
CopyOrMoveRowDirective.InsertCopyOrMoveRowDirectiveBuilder - Class in com.smartsheet.api.models
A convenience class to help create a CopyOrMoveRowDestination object with the appropriate fields for adding to a sheet.
CopyOrMoveRowResult - Class in com.smartsheet.api.models
 
CopyOrMoveRowResult() - Constructor for class com.smartsheet.api.models.CopyOrMoveRowResult
 
copyRows(Long, EnumSet<RowCopyInclusion>, Boolean, CopyOrMoveRowDirective) - Method in interface com.smartsheet.api.SheetRowResources
Copies Row(s) from the Sheet specified in the URL to (the bottom of) another sheet.
copySheet(long, ContainerDestination, EnumSet<SheetCopyInclusion>) - Method in interface com.smartsheet.api.SheetResources
Creates a copy of the specified sheet.
copySheet(long, ContainerDestination, EnumSet<SheetCopyInclusion>, EnumSet<CopyExclusion>) - Method in interface com.smartsheet.api.SheetResources
Creates a copy of the specified sheet.
copySight(long, ContainerDestination) - Method in interface com.smartsheet.api.SightResources
Creates s copy of the specified Sight.
copyWorkspace(long, ContainerDestination, EnumSet<WorkspaceCopyInclusion>, EnumSet<WorkspaceRemapExclusion>) - Method in interface com.smartsheet.api.WorkspaceResources
Creates a copy of the specified workspace.
copyWorkspace(long, ContainerDestination, EnumSet<WorkspaceCopyInclusion>, EnumSet<WorkspaceRemapExclusion>, EnumSet<CopyExclusion>) - Method in interface com.smartsheet.api.WorkspaceResources
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. `excludes` param is deprecated. Please use the `copyWorkspace` method with `includes` instead.
COUNT_0 - com.smartsheet.api.models.format.DecimalCount
 
COUNT_1 - com.smartsheet.api.models.format.DecimalCount
 
COUNT_2 - com.smartsheet.api.models.format.DecimalCount
 
COUNT_3 - com.smartsheet.api.models.format.DecimalCount
 
COUNT_4 - com.smartsheet.api.models.format.DecimalCount
 
COUNT_5 - com.smartsheet.api.models.format.DecimalCount
 
CREATE - com.smartsheet.api.models.enums.EventAction
 
CREATE_CELL_LINK - com.smartsheet.api.models.enums.EventAction
 
CREATE_RECURRING_BACKUP - com.smartsheet.api.models.enums.EventAction
 
CREATE_SHEETS - com.smartsheet.api.models.enums.AccessScope
 
CREATE_SHEETS - com.smartsheet.api.oauth.AccessScope
Create new sheets
CREATE_SIGHTS - com.smartsheet.api.models.enums.AccessScope
 
CREATE_SIGHTS - com.smartsheet.api.oauth.AccessScope
Create new Sights
CreateAttachmentBuilder() - Constructor for class com.smartsheet.api.models.Attachment.CreateAttachmentBuilder
 
createCrossSheetReference(long, CrossSheetReference) - Method in interface com.smartsheet.api.SheetCrossSheetReferenceResources
Create a cross sheet reference in the given sheet.
CREATED_BY - com.smartsheet.api.models.enums.SystemColumnType
Represents the CREATED_BY system column type.
CREATED_DATE - com.smartsheet.api.models.enums.SystemColumnType
Represents the CREATED_DATE system column type.
createDefaultClient() - Static method in class com.smartsheet.api.SmartsheetFactory
Creates a Smartsheet client with default parameters.
createDefaultClient(String) - Static method in class com.smartsheet.api.SmartsheetFactory
Creates a Smartsheet client with default parameters.
createDefaultGovAccountClient() - Static method in class com.smartsheet.api.SmartsheetFactory
Creates a Smartsheet client with default parameters using the Smartsheetgov URI.
createDefaultGovAccountClient(String) - Static method in class com.smartsheet.api.SmartsheetFactory
Creates a Smartsheet client with default parameters using the Smartsheetgov URI.
createDiscussion(long, long, Discussion) - Method in interface com.smartsheet.api.RowDiscussionResources
Create discussion on a row.
createDiscussion(long, Discussion) - Method in interface com.smartsheet.api.AssociatedDiscussionResources
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use RowDiscussionResources or SheetDiscussionResources
createDiscussion(long, Discussion) - Method in interface com.smartsheet.api.SheetDiscussionResources
Create a discussion on a sheet.
CreateDiscussionBuilder() - Constructor for class com.smartsheet.api.models.Discussion.CreateDiscussionBuilder
 
createDiscussionWithAttachment(long, long, Discussion, File, String) - Method in interface com.smartsheet.api.RowDiscussionResources
Create discussion on a row.
createDiscussionWithAttachment(long, Discussion, File, String) - Method in interface com.smartsheet.api.SheetDiscussionResources
Create a discussion with attachments on a sheet.
createFolder(long, Folder) - Method in interface com.smartsheet.api.FolderResources
Create a folder.
createFolder(long, Folder) - Method in interface com.smartsheet.api.WorkspaceFolderResources
Create a folder in the workspace.
createFolder(Folder) - Method in interface com.smartsheet.api.HomeFolderResources
Create a folder in home.
CreateFolderBuilder() - Constructor for class com.smartsheet.api.models.Folder.CreateFolderBuilder
 
CreateFromTemplateOrSheetBuilder() - Constructor for class com.smartsheet.api.models.Sheet.CreateFromTemplateOrSheetBuilder
 
createGroup(Group) - Method in interface com.smartsheet.api.GroupResources
Create a Group.
CreateGroupBuilder() - Constructor for class com.smartsheet.api.models.Group.CreateGroupBuilder
 
CreateGroupShareBuilder() - Constructor for class com.smartsheet.api.models.Share.CreateGroupShareBuilder
 
createSheet(Sheet) - Method in interface com.smartsheet.api.SheetResources
Create a sheet in default "Sheets" collection.
CreateSheetBuilder() - Constructor for class com.smartsheet.api.models.Sheet.CreateSheetBuilder
 
createSheetFromTemplate(Sheet, EnumSet<SheetTemplateInclusion>) - Method in interface com.smartsheet.api.SheetResources
Create a sheet (from existing sheet or template) in default "Sheets" collection.
createSheetInFolder(long, Sheet) - Method in interface com.smartsheet.api.SheetResources
Create a sheet in given folder.
createSheetInFolderFromTemplate(long, Sheet, EnumSet<SheetTemplateInclusion>) - Method in interface com.smartsheet.api.SheetResources
Create a sheet (from existing sheet or template) in given folder.
createSheetInWorkspace(long, Sheet) - Method in interface com.smartsheet.api.SheetResources
Create a sheet in given workspace.
createSheetInWorkspaceFromTemplate(long, Sheet, EnumSet<SheetTemplateInclusion>) - Method in interface com.smartsheet.api.SheetResources
Create a sheet (from existing sheet or template) in given workspace.
createUpdateRequest(long, MultiRowEmail) - Method in interface com.smartsheet.api.SheetResources
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use SheetUpdateRequestResources instead.
createUpdateRequest(long, UpdateRequest) - Method in interface com.smartsheet.api.SheetUpdateRequestResources
Creates an Update Request for the specified Row(s) within the Sheet.
CreateUserShareBuilder() - Constructor for class com.smartsheet.api.models.Share.CreateUserShareBuilder
 
createWebhook(Webhook) - Method in interface com.smartsheet.api.WebhookResources
Creates a new Webhook.
createWorkspace(Workspace) - Method in interface com.smartsheet.api.WorkspaceResources
Create a workspace.
Criteria - Class in com.smartsheet.api.models
 
Criteria() - Constructor for class com.smartsheet.api.models.Criteria
 
CriteriaTarget - Enum in com.smartsheet.api.models.enums
 
CROSS_SHEET_REFERENCES - com.smartsheet.api.models.enums.SheetInclusion
 
CrossSheetReference - Class in com.smartsheet.api.models
 
CrossSheetReference() - Constructor for class com.smartsheet.api.models.CrossSheetReference
 
crossSheetReferenceResources() - Method in interface com.smartsheet.api.SheetResources
Return the CrossSheetReferenceResources object that provides access to cross sheet reference resources associated with Sheet resources.
CrossSheetReferenceStatus - Enum in com.smartsheet.api.models.enums
 
Currency - Class in com.smartsheet.api.models
 
Currency - Enum in com.smartsheet.api.models.format
An enum representing the available currency formats available in Smartsheet.
Currency() - Constructor for class com.smartsheet.api.models.Currency
 
CURRENCY - com.smartsheet.api.models.format.NumberFormat
 
custom() - Static method in class com.smartsheet.api.SmartsheetFactory
Returns a builder to allow the caller to create a custom Smartsheet client.

D

D_MMM_YYYY - com.smartsheet.api.models.format.DateFormat
 
D_MMMM - com.smartsheet.api.models.format.DateFormat
 
DAILY - com.smartsheet.api.models.enums.AutomationActionFrequency
 
DAILY - com.smartsheet.api.models.enums.ScheduleType
Represents DAILY schedule type.
DASHBOARD - com.smartsheet.api.models.enums.EventObjectType
 
DATA - com.smartsheet.api.models.enums.FolderCopyInclusion
 
DATA - com.smartsheet.api.models.enums.ObjectInclusion
 
DATA - com.smartsheet.api.models.enums.SheetCopyInclusion
 
DATA - com.smartsheet.api.models.enums.SheetTemplateInclusion
 
DATA - com.smartsheet.api.models.enums.WorkspaceCopyInclusion
 
DATE - com.smartsheet.api.models.enums.ColumnType
Represents the DATE column type.
DATE - com.smartsheet.api.models.enums.ObjectValueType
DATE
DATE_FORMAT - Static variable in class com.smartsheet.api.models.DateObjectValue
 
DateFormat - Enum in com.smartsheet.api.models.format
 
DateObjectValue - Class in com.smartsheet.api.models
 
DateObjectValue(ObjectValueType, String) - Constructor for class com.smartsheet.api.models.DateObjectValue
Constructor
DATETIME - com.smartsheet.api.models.enums.ColumnType
Represents the DATETIME column type.
DATETIME - com.smartsheet.api.models.enums.ObjectValueType
DATETIME
DATETIME_FORMAT - Static variable in class com.smartsheet.api.models.DateObjectValue
 
DAY - com.smartsheet.api.models.enums.DayDescriptor
Represents DAY descriptor type.
DayDescriptor - Enum in com.smartsheet.api.models.enums
 
DayOfWeek - Enum in com.smartsheet.api.models.enums
 
DayOrdinal - Enum in com.smartsheet.api.models.enums
 
DEACTIVATE - com.smartsheet.api.models.enums.EventAction
 
DEACTIVATED - com.smartsheet.api.models.enums.UserStatus
Represents DEACTIVATED status.
DecimalCount - Enum in com.smartsheet.api.models.format
An enumeration representing the Decimal count formats available in Smartsheet.
DECISION_SHAPES - com.smartsheet.api.models.enums.Symbol
Represents the DECISION_SHAPES symbol.
DECISION_SYMBOLS - com.smartsheet.api.models.enums.Symbol
Represents the DECISION_SYMBOLS symbol.
DECLINE_INVITE - com.smartsheet.api.models.enums.EventAction
 
DECLINED - com.smartsheet.api.models.enums.UserStatus
Represents DECLINED status.
DEFAULT - Static variable in enum com.smartsheet.api.models.format.Bold
The default setting when the Format for Bold is null;
DEFAULT - Static variable in enum com.smartsheet.api.models.format.Color
The default setting when the Format for Color is null;
DEFAULT - Static variable in enum com.smartsheet.api.models.format.Currency
The default setting when the Format for Currency is null;
DEFAULT - Static variable in enum com.smartsheet.api.models.format.DateFormat
The default setting when the Format for DateFormat is null;
DEFAULT - Static variable in enum com.smartsheet.api.models.format.DecimalCount
The default setting when the Format for DecimalCount is null;
DEFAULT - Static variable in enum com.smartsheet.api.models.format.FontFamily
The default setting when the Format for FontFamily is null;
DEFAULT - Static variable in enum com.smartsheet.api.models.format.FontSize
The default setting when the Format for FontSize is null;
DEFAULT - Static variable in enum com.smartsheet.api.models.format.HorizontalAlignment
The default setting when the Format for HorizontalAlignment is null;
DEFAULT - Static variable in enum com.smartsheet.api.models.format.Italic
The default setting when the Format for Italic is null;
DEFAULT - Static variable in enum com.smartsheet.api.models.format.NumberFormat
The default setting when the Format for NumberFormat is null;
DEFAULT - Static variable in enum com.smartsheet.api.models.format.Strikethrough
The default setting when the Format for Strikethrough is null;
DEFAULT - Static variable in enum com.smartsheet.api.models.format.TextWrap
The default setting when the Format for TextWrap is null;
DEFAULT - Static variable in enum com.smartsheet.api.models.format.ThousandsSeparator
The default setting when the Format for ThousandsSeparator is null;
DEFAULT - Static variable in enum com.smartsheet.api.models.format.Underline
The default setting when the Format for Underline is null;
DEFAULT - Static variable in enum com.smartsheet.api.models.format.VerticalAlignment
The default setting when the Format for VerticalAlignment is null;
DEFAULT_ALIGNMENT - com.smartsheet.api.models.format.HorizontalAlignment
 
DEFAULT_ALIGNMENT - com.smartsheet.api.models.format.VerticalAlignment
 
DEFAULT_AUTHORIZATION_URL - Static variable in class com.smartsheet.api.oauth.OAuthFlowBuilder
Represents the default OAuth authorization URL
DEFAULT_BASE_URI - Static variable in class com.smartsheet.api.SmartsheetBuilder
Represents the default base URI of the Smartsheet REST API.
DEFAULT_BASE_URI - Static variable in class com.smartsheet.api.SmartsheetFactory
Represents the default base URI of the Smartsheet REST API.
DEFAULT_TOKEN_URL - Static variable in class com.smartsheet.api.oauth.OAuthFlowBuilder
Represents the default token URL
DELETE - com.smartsheet.api.models.enums.EventAction
 
DELETE_RECURRING_BACKUP - com.smartsheet.api.models.enums.EventAction
 
DELETE_SHEETS - com.smartsheet.api.models.enums.AccessScope
 
DELETE_SHEETS - com.smartsheet.api.oauth.AccessScope
Delete Sheets
DELETE_SIGHTS - com.smartsheet.api.models.enums.AccessScope
 
DELETE_SIGHTS - com.smartsheet.api.oauth.AccessScope
Delete Sights
deleteAllVersions(long, long) - Method in interface com.smartsheet.api.AttachmentVersioningResources
Deletes an attachment, including all of its versions.
deleteAlternateEmail(long, long) - Method in interface com.smartsheet.api.UserResources
Delete an alternate email.
deleteAttachment(long, long) - Method in interface com.smartsheet.api.SheetAttachmentResources
Delete an attachment.
deleteAutomationRule(long, long) - Method in interface com.smartsheet.api.SheetAutomationRuleResources
Delete an automation rule.
deleteColumn(long, long) - Method in interface com.smartsheet.api.ColumnResources
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use SheetCommentResources instead
deleteColumn(long, long) - Method in interface com.smartsheet.api.SheetColumnResources
Delete column.
deleteComment(long, long) - Method in interface com.smartsheet.api.CommentResources
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use SheetCommentResources instead
deleteComment(long, long) - Method in interface com.smartsheet.api.SheetCommentResources
Delete a comment.
deleteDiscussion(long, long) - Method in interface com.smartsheet.api.SheetDiscussionResources
Delete discussion.
deleteFilter(long, long) - Method in interface com.smartsheet.api.SheetFilterResources
Delete filter.
deleteFolder(long) - Method in interface com.smartsheet.api.FolderResources
Delete a folder.
deleteGroup(long) - Method in interface com.smartsheet.api.GroupResources
Delete a Group.
deleteGroupMember(long, long) - Method in interface com.smartsheet.api.GroupMemberResources
Remove a member from a group.
deleteRequest(String) - Method in interface com.smartsheet.api.PassthroughResources
Issue an HTTP DELETE request.
deleteRow(long, long) - Method in interface com.smartsheet.api.SheetRowResources
Deprecated, for removal: This API element is subject to removal in a future version.
as of API 2.0.2 release, replaced by SheetRowResources.deleteRows(long, Set, boolean)
deleteRows(long, Set<Long>, boolean) - Method in interface com.smartsheet.api.SheetRowResources
Deletes one or more row(s) from the Sheet specified in the URL.
deleteSentUpdateRequest(long, long) - Method in interface com.smartsheet.api.SheetUpdateRequestResources
Deletes the specified sent update request.
deleteShare(long, String) - Method in interface com.smartsheet.api.ShareResources
Delete a share.
deleteSheet(long) - Method in interface com.smartsheet.api.SheetResources
Delete a sheet.
deleteSheetSummaryFields(long, Set<Long>, Boolean) - Method in interface com.smartsheet.api.SheetSummaryResources
Delete fields in a sheet summary.
deleteSight(long) - Method in interface com.smartsheet.api.SightResources
Delete a specified Sight.
deleteUpdateRequest(long, long) - Method in interface com.smartsheet.api.SheetUpdateRequestResources
Terminates the future scheduled delivery of the Update Request specified in the URL.
deleteUser(long, DeleteUserParameters) - Method in interface com.smartsheet.api.UserResources
Delete a user in the organization.
DeleteUserParameters - Class in com.smartsheet.api.models
 
DeleteUserParameters() - Constructor for class com.smartsheet.api.models.DeleteUserParameters
Constructor for creating the DeleteUserParameters object
DeleteUserParameters(Long, Boolean, Boolean) - Constructor for class com.smartsheet.api.models.DeleteUserParameters
Constructor for creating the DeleteUserParameters object
deleteWebhook(long) - Method in interface com.smartsheet.api.WebhookResources
Delete a webhook.
deleteWorkspace(long) - Method in interface com.smartsheet.api.WorkspaceResources
Delete a workspace.
DENMARK_KRONER - com.smartsheet.api.models.format.Currency
 
DESCENDING - com.smartsheet.api.models.enums.SortDirection
 
DestinationType - Enum in com.smartsheet.api.models.enums
Represents the type of the destination container when a Sheet or Folder is moved, or when a Sheet, Folder, or Workspace is copied..
DIRECTIONS_3_WAY - com.smartsheet.api.models.enums.Symbol
Represents the DIRECTIONS_3_WAY symbol.
DIRECTIONS_4_WAY - com.smartsheet.api.models.enums.Symbol
Represents the DIRECTIONS_4_WAY symbol.
DISABLED - com.smartsheet.api.models.enums.CrossSheetReferenceStatus
 
DISABLED_ADMINISTRATIVE - com.smartsheet.api.models.enums.WebhookStatus
Webhook has been disabled by Smartsheet support.
DISABLED_APP_REVOKED - com.smartsheet.api.models.enums.WebhookStatus
Webhook has been disabled because the third-party app associated with the webhook has had its access revoked.
DISABLED_BY_OWNER - com.smartsheet.api.models.enums.WebhookStatus
Webhook has been disabled by the owner.
DISABLED_CALLBACK_FAILED - com.smartsheet.api.models.enums.WebhookStatus
Webhook has been disabled because callback was not successfully delivered to the Callback URL.
DISABLED_SCOPE_INACCESSIBLE - com.smartsheet.api.models.enums.WebhookStatus
Webhook has been disabled because its owner lost access to the corresponding data in Smartsheet
DISABLED_VERIFICATION_FAILED - com.smartsheet.api.models.enums.WebhookStatus
Webhook verification has failed.
Discussion - Class in com.smartsheet.api.models
Represents the Discussion object.
Discussion() - Constructor for class com.smartsheet.api.models.Discussion
Constructors
Discussion(String) - Constructor for class com.smartsheet.api.models.Discussion
 
DISCUSSION - com.smartsheet.api.models.enums.EventObjectType
 
Discussion.CreateDiscussionBuilder - Class in com.smartsheet.api.models
A convenience class to help generate discussion object with the appropriate fields for adding a discussion to a sheet.
DiscussionAttachmentResources - Interface in com.smartsheet.api
 
DiscussionCommentResources - Interface in com.smartsheet.api
 
DiscussionInclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects that can be included in some responses.
discussionResources() - Method in interface com.smartsheet.api.SheetResources
Return the SheetDiscussionResources object that provides access to discussion resources associated with Sheet resources.
discussionResources() - Method in interface com.smartsheet.api.SheetRowResources
Creates an object of RowDiscussionResources.
DiscussionResources - Interface in com.smartsheet.api
This interface provides methods to access Discussion resources.
DISCUSSIONS - com.smartsheet.api.models.enums.FolderCopyInclusion
 
DISCUSSIONS - com.smartsheet.api.models.enums.ObjectInclusion
 
DISCUSSIONS - com.smartsheet.api.models.enums.ReportInclusion
 
DISCUSSIONS - com.smartsheet.api.models.enums.RowCopyInclusion
 
DISCUSSIONS - com.smartsheet.api.models.enums.RowInclusion
 
DISCUSSIONS - com.smartsheet.api.models.enums.RowMoveInclusion
 
DISCUSSIONS - com.smartsheet.api.models.enums.SheetCopyInclusion
 
DISCUSSIONS - com.smartsheet.api.models.enums.SheetInclusion
 
DISCUSSIONS - com.smartsheet.api.models.enums.SheetTemplateInclusion
 
DISCUSSIONS - com.smartsheet.api.models.enums.WorkspaceCopyInclusion
 
DISPLAYVALUE - com.smartsheet.api.models.enums.SummaryFieldExclusion
 
DOCUMENT - com.smartsheet.api.models.enums.AttachmentSubType
 
DOES_NOT_CONTAIN - com.smartsheet.api.models.enums.Operator
 
DOWNLOAD_LOGIN_HISTORY - com.smartsheet.api.models.enums.EventAction
 
DOWNLOAD_PUBLISHED_ITEMS_REPORT - com.smartsheet.api.models.enums.EventAction
 
DOWNLOAD_SHEET_ACCESS_REPORT - com.smartsheet.api.models.enums.EventAction
 
DOWNLOAD_USER_LIST - com.smartsheet.api.models.enums.EventAction
 
DRAWING - com.smartsheet.api.models.enums.AttachmentSubType
 
DROPBOX - com.smartsheet.api.models.enums.AttachmentType
 
Duration - Class in com.smartsheet.api.models
 
Duration() - Constructor for class com.smartsheet.api.models.Duration
Default constructor for serialization
Duration(Boolean, Boolean, Double, Double, Double, Double, Double, Double) - Constructor for class com.smartsheet.api.models.Duration
Constructor with all possible attributes specified.
DURATION - com.smartsheet.api.models.enums.ColumnType
Represents the DURATION column type.
DURATION - com.smartsheet.api.models.enums.ObjectValueType
DURATION
DWWW_DD_MMM_YYYY - com.smartsheet.api.models.format.DateFormat
 
DWWW_MM_DD_YYYY - com.smartsheet.api.models.format.DateFormat
 
DWWWW_MMMM_D_YYYY - com.smartsheet.api.models.format.DateFormat
 

E

EDITOR - com.smartsheet.api.models.enums.AccessLevel
 
EDITOR_SHARE - com.smartsheet.api.models.enums.AccessLevel
 
EFFORT - com.smartsheet.api.models.enums.Symbol
Represents the EFFORT symbol.
EGNYTE - com.smartsheet.api.models.enums.AttachmentType
 
Email - Class in com.smartsheet.api.models
Represents an Email object.
Email() - Constructor for class com.smartsheet.api.models.Email
 
ENABLED - com.smartsheet.api.models.enums.WebhookStatus
Webhook is active.
EQUAL - com.smartsheet.api.models.enums.Operator
Represents the various operators for a criteria
equals(Object) - Method in class com.smartsheet.api.models.IdentifiableModel
Check if the given object equals to this object.
Error - Class in com.smartsheet.api.models
Represents Error object.
Error() - Constructor for class com.smartsheet.api.models.Error
 
ErrorDetail - Class in com.smartsheet.api.models
 
ErrorDetail() - Constructor for class com.smartsheet.api.models.ErrorDetail
 
EURO - com.smartsheet.api.models.format.Currency
 
Event - Class in com.smartsheet.api.models
 
Event() - Constructor for class com.smartsheet.api.models.Event
 
EventAction - Enum in com.smartsheet.api.models.enums
 
EventObjectType - Enum in com.smartsheet.api.models.enums
 
eventResources() - Method in interface com.smartsheet.api.Smartsheet
Returns the EventResources instance that provides access to event resources
EventResources - Interface in com.smartsheet.api
 
EventResult - Class in com.smartsheet.api.models
 
EventResult() - Constructor for class com.smartsheet.api.models.EventResult
 
EventSource - Enum in com.smartsheet.api.models.enums
 
EVERNOTE - com.smartsheet.api.models.enums.AttachmentType
 
EXCEL - com.smartsheet.api.models.enums.SheetEmailFormat
Represents EXCEL format.
ExplicitNull - Class in com.smartsheet.api.models
 
ExplicitNull() - Constructor for class com.smartsheet.api.models.ExplicitNull
 
EXPORT - com.smartsheet.api.models.enums.EventAction
 
extractAuthorizationResult(String) - Method in interface com.smartsheet.api.oauth.OAuthFlow
Extract AuthorizationResult from the authorization response URL (i.e.

F

Favorite - Class in com.smartsheet.api.models
 
Favorite() - Constructor for class com.smartsheet.api.models.Favorite
 
FAVORITE_FLAG - com.smartsheet.api.models.enums.SearchInclusion
 
Favorite.AddFavoriteBuilder - Class in com.smartsheet.api.models
A convenience class for making a Favorite object with the appropriate fields for adding to a Favorite.
favoriteResources() - Method in interface com.smartsheet.api.Smartsheet
Returns the FavoriteResources instance that provides access to Favorite resources.
FavoriteResources - Interface in com.smartsheet.api
 
FavoriteType - Enum in com.smartsheet.api.models.enums
 
FeatureInfo - Class in com.smartsheet.api.models
 
FeatureInfo() - Constructor for class com.smartsheet.api.models.FeatureInfo
 
FILE - com.smartsheet.api.models.enums.AttachmentType
 
FILTER_DEFINITIONS - com.smartsheet.api.models.enums.SheetInclusion
 
filterResources() - Method in interface com.smartsheet.api.SheetResources
Return the SheetFilterResources object that provides access to sheet filter resources associated with Sheet resources.
FILTERS - com.smartsheet.api.models.enums.ColumnInclusion
 
FILTERS - com.smartsheet.api.models.enums.FolderCopyInclusion
 
FILTERS - com.smartsheet.api.models.enums.RowInclusion
 
FILTERS - com.smartsheet.api.models.enums.SheetCopyInclusion
 
FILTERS - com.smartsheet.api.models.enums.SheetInclusion
 
FILTERS - com.smartsheet.api.models.enums.WorkspaceCopyInclusion
 
FIRST - com.smartsheet.api.models.enums.DayOrdinal
Represents FIRST ordinal type
FLAG - com.smartsheet.api.models.enums.Symbol
Represents the FLAG symbol.
Folder - Class in com.smartsheet.api.models
Represents a folder.
Folder() - Constructor for class com.smartsheet.api.models.Folder
Default constructor
Folder(Long) - Constructor for class com.smartsheet.api.models.Folder
Construct a Folder with specified id
FOLDER - com.smartsheet.api.models.enums.AttachmentSubType
 
FOLDER - com.smartsheet.api.models.enums.DestinationType
Represents the folder destination container.
FOLDER - com.smartsheet.api.models.enums.EventObjectType
 
FOLDER - com.smartsheet.api.models.enums.FavoriteType
 
FOLDER_NAMES - com.smartsheet.api.models.enums.SearchScope
 
Folder.CreateFolderBuilder - Class in com.smartsheet.api.models
A convenience class for setting up a folder with the appropriate fields for updating the folder.
Folder.UpdateFolderBuilder - Class in com.smartsheet.api.models
A convenience class for setting up a folder with the appropriate fields for updating the folder.
FolderCopyInclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects that can be included in some responses.
FolderRemapExclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects should be excluded in some responses.
folderResources() - Method in interface com.smartsheet.api.HomeResources
Return the HomeFolderResources object that provides access to Folder resources under home.
folderResources() - Method in interface com.smartsheet.api.Smartsheet
Returns the FolderResources instance that provides access to Folder resources.
folderResources() - Method in interface com.smartsheet.api.WorkspaceResources
Return the WorkspaceFolderResources object that provides access to Folder resources associated with Workspace resources.
FolderResources - Interface in com.smartsheet.api
This interface provides methods to access Folder resources.
FontFamily - Class in com.smartsheet.api.models
 
FontFamily - Enum in com.smartsheet.api.models.format
An enumeration representing the available font families within Smartsheet.
FontFamily() - Constructor for class com.smartsheet.api.models.FontFamily
 
FontSize - Enum in com.smartsheet.api.models.format
An enumeration representing the available font sizes within Smartsheet.
FORM - com.smartsheet.api.models.enums.EventObjectType
 
Format - Class in com.smartsheet.api.models.format
This class represents the format as applied to a cell, row or column.
Format() - Constructor for class com.smartsheet.api.models.format.Format
Creates a Format object with default values.
Format(String) - Constructor for class com.smartsheet.api.models.format.Format
Constructs a Format object using the format string provided by the Smartsheet API.
FORMAT - com.smartsheet.api.models.enums.CellHistoryInclusion
 
FORMAT - com.smartsheet.api.models.enums.ColumnInclusion
 
FORMAT - com.smartsheet.api.models.enums.ObjectInclusion
 
FORMAT - com.smartsheet.api.models.enums.ReportInclusion
 
FORMAT - com.smartsheet.api.models.enums.RowInclusion
 
FORMAT - com.smartsheet.api.models.enums.SheetInclusion
 
FORMAT - com.smartsheet.api.models.enums.SummaryFieldInclusion
 
Format.FormatBuilder - Class in com.smartsheet.api.models.format
Builder class for a Format object
Format.FormatSerializer - Class in com.smartsheet.api.models.format
 
FormatBuilder() - Constructor for class com.smartsheet.api.models.format.Format.FormatBuilder
 
FormatDetails - Class in com.smartsheet.api.models
Represents the format details when generating a digital copy (PDF/EXCEL) of a sheet.
FormatDetails() - Constructor for class com.smartsheet.api.models.FormatDetails
 
FormatSerializer() - Constructor for class com.smartsheet.api.models.format.Format.FormatSerializer
 
FormatTables - Class in com.smartsheet.api.models
 
FormatTables() - Constructor for class com.smartsheet.api.models.FormatTables
 
FORMS - com.smartsheet.api.models.enums.FolderCopyInclusion
 
FORMS - com.smartsheet.api.models.enums.ObjectInclusion
 
FORMS - com.smartsheet.api.models.enums.SheetCopyInclusion
 
FORMS - com.smartsheet.api.models.enums.SheetTemplateInclusion
 
FORMS - com.smartsheet.api.models.enums.WorkspaceCopyInclusion
 
FOURTH - com.smartsheet.api.models.enums.DayOrdinal
Represents FOURTH ordinal type
FRIDAY - com.smartsheet.api.models.enums.DayDescriptor
Represents FRIDAY descriptor type.
FRIDAY - com.smartsheet.api.models.enums.DayOfWeek
 
fromDate(ObjectValueType, Date) - Static method in class com.smartsheet.api.models.DateObjectValue
Get DateObjectValue from date
FUTURE - com.smartsheet.api.models.enums.Operator
 

G

GANTT_ALLOCATION - com.smartsheet.api.models.enums.ColumnTag
used for the allocation percentage for the resource management feature.
GANTT_ASSIGNED_RESOURCE - com.smartsheet.api.models.enums.ColumnTag
Represents GANTT_ASSIGNED_RESOURCE.
GANTT_DISPLAY_LABEL - com.smartsheet.api.models.enums.ColumnTag
Represents GANTT_DISPLAY_LABEL tag.
GANTT_DURATION - com.smartsheet.api.models.enums.ColumnTag
Represents GANTT_DURATION tag.
GANTT_END_DATE - com.smartsheet.api.models.enums.ColumnTag
Represents GANTT_END_DATE tag.
GANTT_PERCENT_COMPLETE - com.smartsheet.api.models.enums.ColumnTag
Represents GANTT_PERCENT_COMPLETE tag.
GANTT_PREDECESSOR - com.smartsheet.api.models.enums.ColumnTag
Represents GANTT_PREDECESSOR tag.
GANTT_START_DATE - com.smartsheet.api.models.enums.ColumnTag
Represents GANTT_START_DATE tag.
getAbove() - Method in class com.smartsheet.api.models.AbstractRow
Gets the above.
getAbove() - Method in class com.smartsheet.api.models.Row.AddRowBuilder
Gets the above flag
getAbove() - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Gets the above flag
getAccessLevel() - Method in class com.smartsheet.api.models.AbstractRow
Gets the user's permissions on the sheet.
getAccessLevel() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the access level for the sheet.
getAccessLevel() - Method in class com.smartsheet.api.models.Discussion
Gets the access level.
getAccessLevel() - Method in class com.smartsheet.api.models.Share.CreateGroupShareBuilder
Gets the access level.
getAccessLevel() - Method in class com.smartsheet.api.models.Share.CreateUserShareBuilder
Gets the access level
getAccessLevel() - Method in class com.smartsheet.api.models.Share
Gets the access level for this specific share.
getAccessLevel() - Method in class com.smartsheet.api.models.Share.ShareToOneGroupBuilder
Gets the access level.
getAccessLevel() - Method in class com.smartsheet.api.models.Share.ShareToOneUserBuilder
Gets the access level.
getAccessLevel() - Method in class com.smartsheet.api.models.Share.UpdateShareBuilder
Gets the access level.
getAccessLevel() - Method in class com.smartsheet.api.models.Sight
User's permissions on the Sight (OWNDER, ADMIN, VIEWER)
getAccessLevel() - Method in class com.smartsheet.api.models.Template
Gets the access level of the template.
getAccessLevel() - Method in class com.smartsheet.api.models.Workspace
Gets the user's permissions on a workspace.
getAccessToken() - Method in class com.smartsheet.api.oauth.Token
Gets the access token.
getAccessToken() - Method in class com.smartsheet.api.SmartsheetBuilder
Gets the access token.
getAccessToken() - Method in interface com.smartsheet.api.TokenResources
Obtain a new token.
getAccessTokenName() - Method in class com.smartsheet.api.models.Event
Gets the access token name associated with the event, can be null
getAccount() - Method in class com.smartsheet.api.models.UserProfile
Gets the account
getAction() - Method in class com.smartsheet.api.models.AutomationRule
Gets the automation action for this rule.
getAction() - Method in class com.smartsheet.api.models.Event
Gets the action associated with the event (EventAction enumeration)
getAdditionalDetails() - Method in class com.smartsheet.api.models.Event
Returns a hashmap of additional details associated with the event
getAdmin() - Method in class com.smartsheet.api.models.User.AddUserBuilder
Gets the admin.
getAdmin() - Method in class com.smartsheet.api.models.User.UpdateUserBuilder
Gets the admin.
getAdmin() - Method in class com.smartsheet.api.models.UserModel
Gets the admin flag which allows managing users and accounts.
getAlternateEmail(long, long) - Method in interface com.smartsheet.api.UserResources
Get alternate email.
getAlternateEmailAddress() - Method in class com.smartsheet.api.models.ErrorDetail
Gets the alternate email address that was specified in the request.
getAlternateEmails() - Method in class com.smartsheet.api.models.UserModel
Gets the list of alternateEmails
getAltText() - Method in class com.smartsheet.api.models.Image
get the alternate text (altText) for the image.
getApiClientId() - Method in class com.smartsheet.api.models.Webhook
Get the API client ID corresponding to third-party app that created the webhook.
getApiClientName() - Method in class com.smartsheet.api.models.Webhook
Get the API client name corresponding to third-party app that created the webhook.
getAppliedSheetFilterId() - Method in class com.smartsheet.api.models.SheetUserSettings
Get the applied sheet filter ID
getAssumedUser() - Method in class com.smartsheet.api.SmartsheetBuilder
Gets the assumed user.
getAttachment(long, long) - Method in interface com.smartsheet.api.SheetAttachmentResources
Get an attachment.
getAttachments() - Method in class com.smartsheet.api.models.AbstractRow
Gets the attachments.
getAttachments() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the attachments for the sheet.
getAttachments() - Method in class com.smartsheet.api.models.Comment
Gets the comment attachments.
getAttachments(long, long, PaginationParameters) - Method in interface com.smartsheet.api.DiscussionAttachmentResources
Get discussion attachment.
getAttachments(long, long, PaginationParameters) - Method in interface com.smartsheet.api.RowAttachmentResources
Get row attachment.
getAttachmentSubType() - Method in class com.smartsheet.api.models.Attachment.CreateAttachmentBuilder
Gets the attachment sub type.
getAttachmentSubType() - Method in class com.smartsheet.api.models.Attachment
Gets the attachment sub type.
getAttachmentType() - Method in class com.smartsheet.api.models.Attachment.CreateAttachmentBuilder
Gets the attachment type.
getAttachmentType() - Method in class com.smartsheet.api.models.Attachment
Gets the attachment type.
getAttachmentType() - Method in class com.smartsheet.api.models.SearchResultItem
Get the attachment type if the search result item is an attachment
getAttachmentType() - Method in class com.smartsheet.api.models.ShortcutDataItem
Get the attachment type (one of FILE, GOOGLE_DRIVE, LINK, BOX_COM, DROPBOX, EVERNOTE, EGNYTE, ONEDRIVE, SMARTSHEET)
getAuthorizationURL() - Method in class com.smartsheet.api.oauth.OAuthFlowBuilder
Gets the authorization url.
getAutomationRule(long, long) - Method in interface com.smartsheet.api.SheetAutomationRuleResources
Get a automation rule.
getAutoNumberFormat() - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Gets the format for an auto number column.
getAutoNumberFormat() - Method in class com.smartsheet.api.models.Column
Gets the format for the auto generated numbers.
getAutoNumberFormat() - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Gets the auto number format.
getAxes() - Method in class com.smartsheet.api.models.ChartWidgetContent
Gets the array of axes
getBackgroundColor() - Method in class com.smartsheet.api.models.format.Format
 
getBackgroundColor() - Method in class com.smartsheet.api.models.Sight
Get the background color of the Sight
getBackgroundColor() - Method in class com.smartsheet.api.models.TitleRichTextWidgetContent
Gets the hex color for the background
getBaseURI() - Method in class com.smartsheet.api.SmartsheetBuilder
Gets the base uri.
getBold() - Method in class com.smartsheet.api.models.format.Format
 
getBold() - Method in class com.smartsheet.api.models.FormatTables
Gets the Possible bold values.
getCallbackUrl() - Method in class com.smartsheet.api.models.Webhook
Get the HTTPS URL where callbacks will be sent
getCategories() - Method in class com.smartsheet.api.models.Template
Gets the list of categories this template belongs to
getCcMe() - Method in class com.smartsheet.api.models.Email
Gets the carbon copy me flag.
getCcMe() - Method in class com.smartsheet.api.models.RowEmail.AddRowEmailBuilder
Gets the carbon copy me flag.
getCcMe() - Method in class com.smartsheet.api.models.RowEmail
 
getCcMe() - Method in class com.smartsheet.api.models.SheetEmail.AddSheetEmailBuilder
Gets the carbon copy me flag.
getCell() - Method in class com.smartsheet.api.models.CellDataItem
Get the cell object
getCellData() - Method in class com.smartsheet.api.models.CellLinkWidgetContent
Gets the array of cell data items
getCellHistory(long, long, long, PaginationParameters) - Method in interface com.smartsheet.api.RowColumnResources
Get the cell modification history.
getCellHistory(long, long, long, PaginationParameters, EnumSet<CellHistoryInclusion>, Integer) - Method in interface com.smartsheet.api.RowColumnResources
Get the cell modification history.
getCells() - Method in class com.smartsheet.api.models.AbstractRow
Gets the cells.
getCells() - Method in class com.smartsheet.api.models.Cell.AddRowCellsBuilder
 
getCells() - Method in class com.smartsheet.api.models.Cell.UpdateRowCellsBuilder
 
getCells() - Method in class com.smartsheet.api.models.Row.AddRowBuilder
Gets the list of cells
getCells() - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Gets the list of cells
getChangeAgent() - Method in class com.smartsheet.api.SmartsheetBuilder
Gets the Smartsheet Change-Agent
getClientId() - Method in class com.smartsheet.api.oauth.OAuthFlowBuilder
Gets the client id.
getClientSecret() - Method in class com.smartsheet.api.oauth.OAuthFlowBuilder
Gets the client secret.
getCode() - Method in class com.smartsheet.api.models.Currency
Gets the currency code.
getCode() - Method in enum com.smartsheet.api.models.format.Currency
 
getCode() - Method in class com.smartsheet.api.oauth.AuthorizationResult
Gets the authorization code which is required to obtain an access token.
getColor() - Method in class com.smartsheet.api.models.FormatTables
Gets the Color hex values.
getColumn(long, long, EnumSet<ColumnInclusion>) - Method in interface com.smartsheet.api.SheetColumnResources
Gets the Column specified in the URL.
getColumnById(long) - Method in class com.smartsheet.api.models.AbstractRow
Get a column by it's ID.
getColumnById(long) - Method in class com.smartsheet.api.models.AbstractSheet
Get a Column by ID.
getColumnByIndex(int) - Method in class com.smartsheet.api.models.AbstractRow
Get a column by it's index.
getColumnByIndex(int) - Method in class com.smartsheet.api.models.AbstractSheet
Get a column by index.
getColumnCount() - Method in class com.smartsheet.api.models.Sight
Get the number of columns that the Sight contains
getColumnId() - Method in class com.smartsheet.api.models.Cell
Gets the column id for this cell.
getColumnId() - Method in class com.smartsheet.api.models.CellDataItem
Get the column Id for the cell.
getColumnId() - Method in class com.smartsheet.api.models.CellLink
Gets Column ID of the linked cell.
getColumnId() - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Gets the column id.
getColumnId() - Method in class com.smartsheet.api.models.Criteria
Gets the column ID
getColumnId() - Method in class com.smartsheet.api.models.SortCriterion
Get the column ID of the column to sort on
getColumnIds() - Method in class com.smartsheet.api.models.RowEmail
Gets the IDs of the columns to be included.
getColumnIds() - Method in class com.smartsheet.api.models.SentUpdateRequest
Get the Ids of the columns included in the request.
getColumnIds() - Method in class com.smartsheet.api.models.WebhookSubscope
Get the array of columnIds if you want to limit the subscription to a subscope.
getColumns() - Method in class com.smartsheet.api.models.AbstractRow
Gets the columns.
getColumns() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the columns for the sheet.
getColumns() - Method in class com.smartsheet.api.models.CellLinkWidgetContent
Gets the array of columns
getColumns() - Method in class com.smartsheet.api.models.Sheet.CreateSheetBuilder
Returns the list of columns.
getColumnType() - Method in class com.smartsheet.api.models.Cell
Gets the column columnType.
getComment() - Method in class com.smartsheet.api.models.Discussion.CreateDiscussionBuilder
Gets the comments.
getComment() - Method in class com.smartsheet.api.models.Discussion
Gets the comment for the discussion.
getComment(long, long) - Method in interface com.smartsheet.api.CommentResources
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use SheetCommentResources instead
getComment(long, long) - Method in interface com.smartsheet.api.SheetCommentResources
Get a comment.
getCommentAttachments() - Method in class com.smartsheet.api.models.Discussion
Gets the comment attachments.
getCommentCount() - Method in class com.smartsheet.api.models.Discussion
Gets the discussion comment count
getComments() - Method in class com.smartsheet.api.models.Discussion
Gets the comments for the discussion.
getCompany() - Method in class com.smartsheet.api.models.UserModel
Gets the user's company name
getConditionalFormat() - Method in class com.smartsheet.api.models.AbstractRow
 
getConditionalFormat() - Method in class com.smartsheet.api.models.Cell
 
getConfirmed() - Method in class com.smartsheet.api.models.AlternateEmail
Get flag indicating whether the alternate email address is confirmed.
getContact(String) - Method in interface com.smartsheet.api.ContactResources
Gets the specified Contact.
getContactOptions() - Method in class com.smartsheet.api.models.Column
Gets a list of contact options
getContactOptions() - Method in class com.smartsheet.api.models.SummaryField
Get contact options, only valid when type is CONTACT_LIST
getContactReferences() - Method in class com.smartsheet.api.models.AbstractSheet
Sets contact references used by MULTI_CONTACT_LIST columns
getContents() - Method in class com.smartsheet.api.models.Widget
Get the data that specifies the contents of the widget.
getContextData() - Method in class com.smartsheet.api.models.SearchResultItem
Gets the context data for this specific search result.
getCreatedAt() - Method in class com.smartsheet.api.models.AbstractRow
Gets the date and time a row was created.
getCreatedAt() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the date and time the sheet was created.
getCreatedAt() - Method in class com.smartsheet.api.models.Attachment
Gets the created at.
getCreatedAt() - Method in class com.smartsheet.api.models.AutomationRule
Gets a timestamp of when the rule was created.
getCreatedAt() - Method in class com.smartsheet.api.models.Comment
Gets the date the comment was created.
getCreatedAt() - Method in class com.smartsheet.api.models.Group
 
getCreatedAt() - Method in class com.smartsheet.api.models.Share
Gets the time that the share was created
getCreatedAt() - Method in class com.smartsheet.api.models.Sight
Get time of Sight creation
getCreatedAt() - Method in class com.smartsheet.api.models.SummaryField
Get summary field time of creation
getCreatedAt() - Method in class com.smartsheet.api.models.UpdateRequest
Gets the date and time for when this request was originally created.
getCreatedAt() - Method in class com.smartsheet.api.models.Webhook
Gets the time that the webhook was created.
getCreatedBy() - Method in class com.smartsheet.api.models.AbstractRow
Gets the User object containing name and email of the creator of this row.
getCreatedBy() - Method in class com.smartsheet.api.models.Attachment
 
getCreatedBy() - Method in class com.smartsheet.api.models.AutomationRule
Gets the User object for the author of this rule.
getCreatedBy() - Method in class com.smartsheet.api.models.Comment
Gets user that created the comment.
getCreatedBy() - Method in class com.smartsheet.api.models.Discussion
Gets the created by
getCreatedBy() - Method in class com.smartsheet.api.models.SummaryField
Get User object of summary field creator
getCriteria() - Method in class com.smartsheet.api.models.SheetFilterDetails
Gets the list of criteria
getCrossSheetReference(long, long) - Method in interface com.smartsheet.api.SheetCrossSheetReferenceResources
Get a cross sheet reference.
getCrossSheetReferences() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the list of cross sheet references used by this sheet
getCurrency() - Method in class com.smartsheet.api.models.format.Format
 
getCurrency() - Method in class com.smartsheet.api.models.FormatTables
Gets the Currency codes and symbols.
getCurrentUser() - Method in interface com.smartsheet.api.UserResources
Get the current user.
getCurrentUser(EnumSet<UserInclusion>) - Method in interface com.smartsheet.api.UserResources
Get the current user.
getCustomWelcomeScreenViewed() - Method in class com.smartsheet.api.models.UserModel
Gets the customWelcomeScreenViewed date
getData() - Method in class com.smartsheet.api.models.EventResult
Gets the list of events
getData() - Method in class com.smartsheet.api.models.PagedResult
 
getDataSource() - Method in class com.smartsheet.api.models.CellDataItem
Gets the data source (currently CELL)
getDateFormat() - Method in class com.smartsheet.api.models.format.Format
 
getDateFormat() - Method in class com.smartsheet.api.models.FormatTables
Gets the array of strings containing available date formats
getDayDescriptors() - Method in class com.smartsheet.api.models.Schedule
Get an array of day descriptors
getDayOfMonth() - Method in class com.smartsheet.api.models.Schedule
Get the day within the month
getDayOrdinal() - Method in class com.smartsheet.api.models.Schedule
Get the day ordinal
getDays() - Method in class com.smartsheet.api.models.Duration
Get the number of days for this duration.
getDecimalCount() - Method in enum com.smartsheet.api.models.format.DecimalCount
 
getDecimalCount() - Method in class com.smartsheet.api.models.format.Format
 
getDecimalCount() - Method in class com.smartsheet.api.models.FormatTables
Gets the allowed decimal count values.
getDefaultAuthorizationUrl() - Static method in class com.smartsheet.api.oauth.OAuthFlowBuilder
Gets the default authorization url.
getDefaultBaseUri() - Static method in class com.smartsheet.api.SmartsheetBuilder
Gets the default base uri.
getDefaults() - Method in class com.smartsheet.api.models.FormatTables
Gets the format descriptor.
getDefaultTokenUrl() - Static method in class com.smartsheet.api.oauth.OAuthFlowBuilder
Gets the default token url.
getDepartment() - Method in class com.smartsheet.api.models.UserModel
Gets the user's department
getDependenciesEnabled() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the dependencies enabled flag.
getDescription() - Method in class com.smartsheet.api.models.Attachment.CreateAttachmentBuilder
Gets the attachment description.
getDescription() - Method in class com.smartsheet.api.models.Attachment
Gets the attachment description.
getDescription() - Method in class com.smartsheet.api.models.Column
Gets the column description
getDescription() - Method in class com.smartsheet.api.models.Group.CreateGroupBuilder
 
getDescription() - Method in class com.smartsheet.api.models.Group
 
getDescription() - Method in class com.smartsheet.api.models.Group.UpdateGroupBuilder
 
getDescription() - Method in class com.smartsheet.api.models.Template
Gets the description of the template.
getDestinationId() - Method in class com.smartsheet.api.models.ContainerDestination.AddContainerDestinationBuilder
Gets the destination id when copying or moving a Sheet or a Folder.
getDestinationId() - Method in class com.smartsheet.api.models.ContainerDestination
Gets the destination id when copying or moving a Sheet or a Folder.
getDestinationSheetId() - Method in class com.smartsheet.api.models.CopyOrMoveRowResult
Gets the ID of the destination sheet.
getDestinationType() - Method in class com.smartsheet.api.models.ContainerDestination.AddContainerDestinationBuilder
Gets the destination type when copying or moving a Sheet or a Folder.
getDestinationType() - Method in class com.smartsheet.api.models.ContainerDestination
Gets the destination type when copying or moving a Sheet or a Folder.
getDetail() - Method in class com.smartsheet.api.models.Error
Gets the error detail.
getDetail() - Method in exception com.smartsheet.api.SmartsheetRestException
Returns the error detail
getDirection() - Method in class com.smartsheet.api.models.SortCriterion
Get the sort direction
getDisabledDetails() - Method in class com.smartsheet.api.models.Webhook
Get the details about the reason the webhook was disabled.
getDisabledReason() - Method in class com.smartsheet.api.models.AutomationRule
Gets a machine-readable reason a rule is disabled.
getDisabledReasonText() - Method in class com.smartsheet.api.models.AutomationRule
Gets descriptive text for why this rule is disabled.
getDiscussion(long, long) - Method in interface com.smartsheet.api.SheetDiscussionResources
Get a discussion.
getDiscussionId() - Method in class com.smartsheet.api.models.Comment
Gets the discussion id.
getDiscussions() - Method in class com.smartsheet.api.models.AbstractRow
Gets the discussions.
getDiscussions() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the discussions for the sheet.
getDisplayValue() - Method in class com.smartsheet.api.models.Cell
Gets the display value used on special columns such as "Contact List".
getDisplayValue() - Method in class com.smartsheet.api.models.SummaryField
Gets the display value of the summary field
getEffectiveAttachmentOptions() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the effective attachment options.
getElapsed() - Method in class com.smartsheet.api.models.Duration
Indicates this duration represents elapsed time, which ignores non-working time
getEmail() - Method in class com.smartsheet.api.models.AlternateEmail.AddAlternateEmailBuilder
Get the alt email address
getEmail() - Method in class com.smartsheet.api.models.AlternateEmail
Get the user's alternate email address.
getEmail() - Method in class com.smartsheet.api.models.Contact
Gets the email for the contact.
getEmail() - Method in class com.smartsheet.api.models.GroupMember.AddGroupMemberBuilder
Get the email of the group member
getEmail() - Method in class com.smartsheet.api.models.GroupMember
Gets the Group Member’s email address
getEmail() - Method in class com.smartsheet.api.models.RecipientEmail.AddRecipientEmailBuilder
Get the recipient's email
getEmail() - Method in class com.smartsheet.api.models.RecipientEmail
Get the recipient's email
getEmail() - Method in class com.smartsheet.api.models.Share
Gets the email for this specific share.
getEmail() - Method in class com.smartsheet.api.models.Share.ShareToOneUserBuilder
Gets the email.
getEmail() - Method in class com.smartsheet.api.models.User.NewGroupMemberBuilder
Get the email of the user
getEmail() - Method in class com.smartsheet.api.models.UserModel
Gets the email address.
getEmailAddress() - Method in class com.smartsheet.api.models.Share.CreateUserShareBuilder
Gets the email address.
getEnabled() - Method in class com.smartsheet.api.models.AutomationRule
Gets flag indicating if rule is active
getEndAt() - Method in class com.smartsheet.api.models.Schedule
Get the date, time and time zone at which the delivery schedule will end
getEndColumnId() - Method in class com.smartsheet.api.models.CrossSheetReference
Get the last column ID in the cross sheet reference block
getEndRowId() - Method in class com.smartsheet.api.models.CrossSheetReference
Get the last row ID in the cross sheet reference block
getError() - Method in class com.smartsheet.api.models.BulkRowFailedItem
 
getError() - Method in class com.smartsheet.api.models.ImageUrl
Get the error object
getError() - Method in class com.smartsheet.api.models.Widget
Gets an Error object if the widget is in an error state
getErrorCode() - Method in class com.smartsheet.api.models.Error
Gets the error code.
getErrorCode() - Method in exception com.smartsheet.api.SmartsheetRestException
Returns the error code.
getEventId() - Method in class com.smartsheet.api.models.Event
Gets a unique event ID
getEvents() - Method in class com.smartsheet.api.models.Webhook
Get the array of events that are subscribed to
getEventTimestamp() - Method in class com.smartsheet.api.models.Event
Gets an event timestamp, either a Date object, or Long if numericDates parameter is true on API call.
getExpanded() - Method in class com.smartsheet.api.models.Row.AddRowBuilder
Gets the expanded flag
getExpanded() - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Gets the expanded flag
getExpiresInSeconds() - Method in class com.smartsheet.api.oauth.AuthorizationResult
Gets the total number of seconds that the authorization token is valid.
getExpiresInSeconds() - Method in class com.smartsheet.api.oauth.Token
Gets the expires in seconds.
getFailedItems() - Method in class com.smartsheet.api.models.BulkItemResult
 
getFailedItems() - Method in class com.smartsheet.api.models.PartialRowUpdateResult
 
getFavorite() - Method in class com.smartsheet.api.models.Folder
Gets the favorite boolean value of folder in Home.
getFavorite() - Method in class com.smartsheet.api.models.SearchResultItem
Get a flag indicating if the search result item is a favorite
getFavorite() - Method in class com.smartsheet.api.models.Sight
Get flag indicating whether the user has marked the Sight as a favorite
getFavorite() - Method in class com.smartsheet.api.models.Workspace
Gets the favorite
getFeatureInfo() - Method in class com.smartsheet.api.models.ServerInfo
Gets the feature info.
getFields() - Method in class com.smartsheet.api.models.SheetSummary
Get sheet summary fields
getFileName() - Method in class com.smartsheet.api.models.ImageWidgetContent
Gets the name of the image file
getFill() - Method in class com.smartsheet.api.models.AutoNumberFormat
Gets the fill.
getFilter(long, long) - Method in interface com.smartsheet.api.SheetFilterResources
Get a filter.
getFilters() - Method in class com.smartsheet.api.models.AbstractSheet
Get the list of sheet filters for this sheet.
getFilterType() - Method in class com.smartsheet.api.models.SheetFilter
Gets the filter type
getFirstName() - Method in class com.smartsheet.api.models.GroupMember
Gets the Group Member’s first name
getFirstName() - Method in class com.smartsheet.api.models.User.AddUserBuilder
 
getFirstName() - Method in class com.smartsheet.api.models.User.UpdateUserBuilder
 
getFirstName() - Method in class com.smartsheet.api.models.UserModel
Gets the first name.
getFolder(long, EnumSet<SourceInclusion>) - Method in interface com.smartsheet.api.FolderResources
Get a folder.
getFolderId() - Method in class com.smartsheet.api.models.WidgetHyperlink
Gets the folder ID - valid when interactionType == SMARTSHEET_ITEM
getFolders() - Method in class com.smartsheet.api.models.Folder
Gets the folders contained in this folder.
getFolders() - Method in class com.smartsheet.api.models.Home
Gets the folders in the home location.
getFontFamily() - Method in class com.smartsheet.api.models.format.Format
 
getFontFamily() - Method in class com.smartsheet.api.models.FormatTables
Gets the Font families.
getFontName() - Method in enum com.smartsheet.api.models.format.FontFamily
 
getFontSize() - Method in class com.smartsheet.api.models.format.Format
 
getFontSize() - Method in class com.smartsheet.api.models.FormatTables
Gets the Font sizes in points.
getFormat() - Method in class com.smartsheet.api.models.AbstractRow
 
getFormat() - Method in class com.smartsheet.api.models.Cell
 
getFormat() - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Gets the format for a column.
getFormat() - Method in class com.smartsheet.api.models.Column
 
getFormat() - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Gets the format
getFormat() - Method in class com.smartsheet.api.models.ImageWidgetContent
Gets the formatDescriptor for the image file
getFormat() - Method in class com.smartsheet.api.models.Row.AddRowBuilder
Gets the format
getFormat() - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Gets the format
getFormat() - Method in class com.smartsheet.api.models.SheetEmail.AddSheetEmailBuilder
Gets the sheet email format (PDF or Excel).
getFormat() - Method in class com.smartsheet.api.models.SheetEmail
Gets the sheet email format (PDF or Excel).
getFormat() - Method in class com.smartsheet.api.models.SummaryField
Gets the format descriptor
getFormatDetails() - Method in class com.smartsheet.api.models.SheetEmail.AddSheetEmailBuilder
Gets the format details (paper dimensions).
getFormatDetails() - Method in class com.smartsheet.api.models.SheetEmail
Gets the format details (paper dimensions).
getFormats() - Method in class com.smartsheet.api.models.ServerInfo
Gets the format tables.
getFormatValue(Format.FormatAttribute, T[]) - Method in class com.smartsheet.api.models.format.Format
 
getFormula() - Method in class com.smartsheet.api.models.Cell
Gets the formula for this cell.
getFormula() - Method in class com.smartsheet.api.models.Column
 
getFormula() - Method in class com.smartsheet.api.models.SummaryField
Gets the formula for the summary field
getFrequency() - Method in class com.smartsheet.api.models.AutomationAction
Gets the automation action frequency
getFrom() - Method in class com.smartsheet.api.models.RowMapping
Gets the Row ID in the source sheet.
getFromId() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the ID of the sheet/template from which the sheet was created.
getFromId() - Method in class com.smartsheet.api.models.Sheet.CreateFromTemplateOrSheetBuilder
Gets the from id.
getGanttEnabled() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the gantt enabled flag.
getGlobalTemplate() - Method in class com.smartsheet.api.models.Template
Gets the type of global template
getGroup(long) - Method in interface com.smartsheet.api.GroupResources
Get a Group.
getGroupAdmin() - Method in class com.smartsheet.api.models.User.AddUserBuilder
 
getGroupAdmin() - Method in class com.smartsheet.api.models.User.UpdateUserBuilder
 
getGroupAdmin() - Method in class com.smartsheet.api.models.UserModel
 
getGroupId() - Method in class com.smartsheet.api.models.RecipientGroup.AddRecipientGroupBuilder
Get the group ID
getGroupId() - Method in class com.smartsheet.api.models.RecipientGroup
Get the group ID
getGroupId() - Method in class com.smartsheet.api.models.Share.CreateGroupShareBuilder
Gets the group Id.
getGroupId() - Method in class com.smartsheet.api.models.Share
 
getGroupId() - Method in class com.smartsheet.api.models.Share.ShareToOneGroupBuilder
Gets the group Id.
getGroups() - Method in class com.smartsheet.api.models.UserProfile
Gets the groups list
getHasSummaryFields() - Method in class com.smartsheet.api.models.AbstractSheet
Gets flag indicating whether a sheet summary is present
getHeight() - Method in class com.smartsheet.api.models.Image
gets the height (in pixels) of the uploaded image
getHeight() - Method in class com.smartsheet.api.models.ImageUrl
Get the image height
getHeight() - Method in class com.smartsheet.api.models.ImageWidgetContent
Gets the original height of the image in pixels
getHeight() - Method in class com.smartsheet.api.models.ProfileImage
gets the height (in pixels) of the image
getHeight() - Method in class com.smartsheet.api.models.Widget
Get the number of rows that the widget occupies
getHex() - Method in enum com.smartsheet.api.models.format.Color
 
getHidden() - Method in class com.smartsheet.api.models.Column
Gets the hidden flag.
getHome(EnumSet<SourceInclusion>) - Method in interface com.smartsheet.api.HomeResources
Get a nested list of all Home objects, including sheets, workspaces and folders, and optionally reports and/or templates, as shown on the Home tab.
getHome(EnumSet<SourceInclusion>, EnumSet<SourceExclusion>) - Method in interface com.smartsheet.api.HomeResources
Get a nested list of all Home objects, including sheets, workspaces and folders, and optionally reports and/or templates, as shown on the Home tab.
getHorizontalAlign() - Method in class com.smartsheet.api.models.FormatTables
Gets the Possible horizontalAlign values.
getHorizontalAlignment() - Method in class com.smartsheet.api.models.format.Format
 
getHours() - Method in class com.smartsheet.api.models.Duration
Get the number of hours for this duration.
getHtmlContent() - Method in class com.smartsheet.api.models.ReportWidgetContent
Gets the HTML snippet used to render report
getHtmlContent() - Method in class com.smartsheet.api.models.TitleRichTextWidgetContent
Gets the HTML snippet to render title or rich text
getHttpClient() - Method in class com.smartsheet.api.oauth.OAuthFlowBuilder
Gets the http client.
getHttpClient() - Method in class com.smartsheet.api.SmartsheetBuilder
Gets the http client.
getHyperlink() - Method in class com.smartsheet.api.models.Cell
 
getHyperlink() - Method in class com.smartsheet.api.models.CellLinkWidgetContent
Gets the widget hyperlink
getHyperlink() - Method in class com.smartsheet.api.models.ChartWidgetContent
Gets the hyperlink associated with this Widget
getHyperlink() - Method in class com.smartsheet.api.models.ImageWidgetContent
Gets the hyperlink associated with this Widget
getHyperlink() - Method in class com.smartsheet.api.models.ReportWidgetContent
Gets the hyperlink associated with this Widget
getHyperlink() - Method in class com.smartsheet.api.models.ShortcutDataItem
Get the hyperlink object
getHyperlink() - Method in class com.smartsheet.api.models.SummaryField
Gets the hyperlink associated with the field, if any
getIcalEnabled() - Method in class com.smartsheet.api.models.SheetPublish
Gets the ical enabled flag.
getIcalEnabled() - Method in class com.smartsheet.api.models.SheetPublish.PublishStatusBuilder
Gets the ical enabled.
getIcalUrl() - Method in class com.smartsheet.api.models.SheetPublish
Gets the ical url.
getId() - Method in class com.smartsheet.api.models.AbstractRow
 
getId() - Method in class com.smartsheet.api.models.AlternateEmail
Get the alternate email id.
getId() - Method in class com.smartsheet.api.models.Folder.UpdateFolderBuilder
Gets the folder id.
getId() - Method in class com.smartsheet.api.models.Group.UpdateGroupBuilder
 
getId() - Method in class com.smartsheet.api.models.IdentifiableModel
Gets the id.
getId() - Method in class com.smartsheet.api.models.IdentifiableModelMixin
 
getId() - Method in class com.smartsheet.api.models.Image
Gets the image id.
getId() - Method in class com.smartsheet.api.models.SummaryField
 
getId() - Method in class com.smartsheet.api.models.UpdateRequest
Get the Id of the update request.
getId() - Method in class com.smartsheet.api.models.Workspace.UpdateWorkspaceBuilder
Get the workspace id
getImage() - Method in class com.smartsheet.api.models.Cell
Gets the image for this cell.
getImage() - Method in class com.smartsheet.api.models.SummaryField
Gets the image associated with the field, if any
getImage() - Method in class com.smartsheet.api.models.Template
Gets the URL to the small preview image for this template.
getImageId() - Method in class com.smartsheet.api.models.ContactObjectValue
Gets the ID for the contact image
getImageId() - Method in class com.smartsheet.api.models.Image
gets the image ID
getImageId() - Method in class com.smartsheet.api.models.ImageUrl
Get the image id.
getImageId() - Method in class com.smartsheet.api.models.ProfileImage
gets the image ID
getImageUrls() - Method in class com.smartsheet.api.models.ImageUrlMap
Get the array of imageUrl objects
getImageUrls(List<ImageUrl>) - Method in interface com.smartsheet.api.ImageUrlResources
Gets URLS that can be used to retrieve the specified cell images.
getIncludeAllColumns() - Method in class com.smartsheet.api.models.AutomationAction
Gets the flag indicating if all columns in the sheet should be included with the email
getIncludeAttachments() - Method in class com.smartsheet.api.models.AutomationAction
Gets the flag indicating if attachments should be included with the email
getIncludeAttachments() - Method in class com.smartsheet.api.models.RowEmail.AddRowEmailBuilder
Gets the flag that indicates if attachments should be included in the email.
getIncludeAttachments() - Method in class com.smartsheet.api.models.RowEmail
Gets the flag that indicates if attachments should be included in the email.
getIncludeAttachments() - Method in class com.smartsheet.api.models.SentUpdateRequest
Gets the flag that indicates if attachments should be included in the email.
getIncludedColumnIds() - Method in class com.smartsheet.api.models.AutomationAction
Gets the list of included columns
getIncludedColumnIds() - Method in class com.smartsheet.api.models.ChartWidgetContent
Gets the array of column IDs if the range was selected through the UI
getIncludeDiscussions() - Method in class com.smartsheet.api.models.AutomationAction
Gets the flag indicating if discussions should be included with the email
getIncludeDiscussions() - Method in class com.smartsheet.api.models.RowEmail.AddRowEmailBuilder
Gets the flag that indicates if discussions should be included in the email.
getIncludeDiscussions() - Method in class com.smartsheet.api.models.RowEmail
Gets the flag that indicates if discussions should be included in the email.
getIncludeDiscussions() - Method in class com.smartsheet.api.models.SentUpdateRequest
Gets the flag that indicates if discussions should be included in the email.
getIncludeParent() - Method in class com.smartsheet.api.models.SheetFilterDetails
Gets flag indicating whether to include parent rows whose children are included in this filter
getIndent() - Method in class com.smartsheet.api.models.AbstractRow
Get integer value specifying the number of levels to indent this row (update only).
getIndent() - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Gets the number of levels of indent
getIndex() - Method in class com.smartsheet.api.models.BulkRowFailedItem
 
getIndex() - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Gets the index specified for the new column.
getIndex() - Method in class com.smartsheet.api.models.Column
Gets the position of the column.
getIndex() - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Gets the index.
getIndex() - Method in class com.smartsheet.api.models.ErrorDetail
Gets the index of the row that caused the error.
getIndex() - Method in class com.smartsheet.api.models.SummaryField
Gets the field index or position
getInteractionType() - Method in class com.smartsheet.api.models.WidgetHyperlink
Gets the interaction type
getItalic() - Method in class com.smartsheet.api.models.format.Format
 
getItalic() - Method in class com.smartsheet.api.models.FormatTables
Gets the Possible italic values.
getJsonSerializer() - Method in class com.smartsheet.api.oauth.OAuthFlowBuilder
Gets the json serializer.
getJsonSerializer() - Method in class com.smartsheet.api.SmartsheetBuilder
Gets the json serializer.
getLabel() - Method in class com.smartsheet.api.models.CellDataItem
Get the label for the data point.
getLabel() - Method in class com.smartsheet.api.models.ShortcutDataItem
Get the label for the data point.
getLabelFormat() - Method in class com.smartsheet.api.models.CellDataItem
Get the format descriptor for the label
getLabelFormat() - Method in class com.smartsheet.api.models.ShortcutDataItem
Get the label format string
getLag() - Method in class com.smartsheet.api.models.Predecessor
Get the lag value of this predecessor
getLargeImage() - Method in class com.smartsheet.api.models.Template
Gets the URL to the large preview image for this template.
getLastCallbackAttempt() - Method in class com.smartsheet.api.models.WebhookStats
Get the timestamp from the last callback attempt.
getLastCallbackAttemptRetryCount() - Method in class com.smartsheet.api.models.WebhookStats
Get the number of retries the webhook had performed as of the last callback attempt.
getLastCommentedAt() - Method in class com.smartsheet.api.models.Discussion
Gets the date a comment was last added to a discussion..
getLastCommentedUser() - Method in class com.smartsheet.api.models.Discussion
Gets the user that last commented in the discussion.
getLastLogin() - Method in class com.smartsheet.api.models.UserModel
Gets the lastLogin date
getLastName() - Method in class com.smartsheet.api.models.GroupMember
Gets the Group Member’s last name
getLastName() - Method in class com.smartsheet.api.models.User.AddUserBuilder
 
getLastName() - Method in class com.smartsheet.api.models.User.UpdateUserBuilder
 
getLastName() - Method in class com.smartsheet.api.models.UserModel
Gets the last name.
getLastSentAt() - Method in class com.smartsheet.api.models.Schedule
Get the date and time for when the last request was sent.
getLastSuccessfulCallback() - Method in class com.smartsheet.api.models.WebhookStats
Get the timestamp from the last successful callback.
getLayout() - Method in class com.smartsheet.api.models.RowEmail.AddRowEmailBuilder
Gets a string containing the layout.
getLayout() - Method in class com.smartsheet.api.models.RowEmail
Gets a string containing the layout.
getLegend() - Method in class com.smartsheet.api.models.ChartWidgetContent
Gets the location in the widget where Smartsheet renders the legend
getLengthOfDay() - Method in class com.smartsheet.api.models.ProjectSettings
Get length of workday for a project sheet, in hours.
getLicensedSheetCreator() - Method in class com.smartsheet.api.models.User.AddUserBuilder
Gets the licensed sheet creator.
getLicensedSheetCreator() - Method in class com.smartsheet.api.models.User.UpdateUserBuilder
Gets the licensed sheet creator.
getLicensedSheetCreator() - Method in class com.smartsheet.api.models.UserModel
Gets the licensed sheet creator flag that allows creating and owning sheets.
getLinkInFromCell() - Method in class com.smartsheet.api.models.Cell
 
getLinksOutToCells() - Method in class com.smartsheet.api.models.Cell
 
getLocale() - Method in class com.smartsheet.api.models.Template
Gets the locate of the template.
getLocale() - Method in class com.smartsheet.api.models.UserProfile
Gets the locale
getLocked() - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Gets the locked flag
getLocked() - Method in class com.smartsheet.api.models.SummaryField
Gets flag indicating if field is locked
getLockedForUser() - Method in class com.smartsheet.api.models.SummaryField
Gets flag indicating whether field is locked for the requesting user
getMaxSheetCount() - Method in class com.smartsheet.api.models.ErrorDetail
Gets the server-side limit on the number of sheets allowed in a single copy operation.
getMembers() - Method in class com.smartsheet.api.models.Group.CreateGroupBuilder
Returns the list of members.
getMembers() - Method in class com.smartsheet.api.models.Group
 
getMessage() - Method in class com.smartsheet.api.models.AutomationAction
Gets the email body
getMessage() - Method in class com.smartsheet.api.models.Email
Gets the message.
getMessage() - Method in class com.smartsheet.api.models.Error
Gets the message.
getMessage() - Method in class com.smartsheet.api.models.Result
Gets the message from the request.
getMessage() - Method in class com.smartsheet.api.models.RowEmail.AddRowEmailBuilder
Gets the message.
getMessage() - Method in class com.smartsheet.api.models.RowEmail
 
getMessage() - Method in class com.smartsheet.api.models.SentUpdateRequest
Gets the email message.
getMessage() - Method in class com.smartsheet.api.models.Share
Gets the message to be included in the body of the email.
getMessage() - Method in class com.smartsheet.api.models.SheetEmail.AddSheetEmailBuilder
Gets the message.
getMilliseconds() - Method in class com.smartsheet.api.models.Duration
Get the number of milliseconds for this duration.
getMimeType() - Method in class com.smartsheet.api.models.Attachment
Gets the mime type.
getMimeType() - Method in class com.smartsheet.api.models.SearchResultItem
Gets the mime type.
getMimeType() - Method in class com.smartsheet.api.models.ShortcutDataItem
Get the MIME type
getMinutes() - Method in class com.smartsheet.api.models.Duration
Get the number of minutes for this duration.
getMobilePhone() - Method in class com.smartsheet.api.models.UserModel
Gets the user's mobile phone number
getModifiedAt() - Method in class com.smartsheet.api.models.AbstractRow
Gets the date and time a row was modified.
getModifiedAt() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the date and time the sheet was last modified.
getModifiedAt() - Method in class com.smartsheet.api.models.AutomationRule
Gets a timestamp for the last modification to this rule.
getModifiedAt() - Method in class com.smartsheet.api.models.CellHistory
Gets the date the cell was modified.
getModifiedAt() - Method in class com.smartsheet.api.models.Comment
Gets the date the comment was modified.
getModifiedAt() - Method in class com.smartsheet.api.models.Group
 
getModifiedAt() - Method in class com.smartsheet.api.models.Share
Gets the time that the share was last modified
getModifiedAt() - Method in class com.smartsheet.api.models.Sight
Get time of last modification
getModifiedAt() - Method in class com.smartsheet.api.models.SummaryField
Gets the last modification date and time
getModifiedAt() - Method in class com.smartsheet.api.models.UpdateRequest
Get the date and time for when the last change was made to this request.
getModifiedAt() - Method in class com.smartsheet.api.models.Webhook
Get the time that the webhook was last modified.
getModifiedBy() - Method in class com.smartsheet.api.models.AbstractRow
Gets the User object containing name and email of the last person to modify this row.
getModifiedBy() - Method in class com.smartsheet.api.models.AutomationRule
Gets the User who last modified this rule.
getModifiedBy() - Method in class com.smartsheet.api.models.CellHistory
Gets the user that modified the cell.
getModifiedBy() - Method in class com.smartsheet.api.models.SummaryField
Get the User who last modified the field
getModifiedDate() - Method in class com.smartsheet.api.models.Comment
Gets the date the comment was last modified.
getMoreAvailable() - Method in class com.smartsheet.api.models.EventResult
Returns if more events are available for retrieval
getName() - Method in class com.smartsheet.api.models.Attachment.CreateAttachmentBuilder
Gets the name.
getName() - Method in class com.smartsheet.api.models.Folder.CreateFolderBuilder
Gets the name.
getName() - Method in class com.smartsheet.api.models.Folder.UpdateFolderBuilder
Gets the name.
getName() - Method in class com.smartsheet.api.models.FontFamily
Gets the name of the font family.
getName() - Method in class com.smartsheet.api.models.Group.CreateGroupBuilder
Returns the name for the group.
getName() - Method in class com.smartsheet.api.models.Group.UpdateGroupBuilder
Returns the name for the group.
getName() - Method in class com.smartsheet.api.models.NamedModel
Gets the name.
getName() - Method in class com.smartsheet.api.models.Sheet.CreateFromTemplateOrSheetBuilder
Returns the name for the sheet.
getName() - Method in class com.smartsheet.api.models.Sheet.CreateSheetBuilder
Returns the name for the sheet.
getName() - Method in class com.smartsheet.api.models.Sheet.UpdateSheetBuilder
Gets the sheet name.
getName() - Method in class com.smartsheet.api.models.UserModelWithName
Gets the user's name
getName() - Method in class com.smartsheet.api.models.Workspace.UpdateWorkspaceBuilder
Gets the name.
getNegative() - Method in class com.smartsheet.api.models.Duration
Get flag indicating whether the lag is negative(true) or positive(false)
getNewName() - Method in class com.smartsheet.api.models.ContainerDestination.AddContainerDestinationBuilder
Gets the destination name when copying or moving a Sheet or a Folder.
getNewName() - Method in class com.smartsheet.api.models.ContainerDestination
Gets the destination name when copying or moving a Sheet or a Folder.
getNextSendAt() - Method in class com.smartsheet.api.models.Schedule
Get the date and time for when the next request is scheduled to send.
getNextStreamPosition() - Method in class com.smartsheet.api.models.EventResult
Gets a string indicating the streamPosition of the next set of events
getNonWorkingDays() - Method in class com.smartsheet.api.models.ProjectSettings
Get non-working days of a week for a project sheet.
getNotifyAllSharedUsers() - Method in class com.smartsheet.api.models.AutomationAction
Gets the flag indicating if notification should be sent to all shared users
getNumberFormat() - Method in class com.smartsheet.api.models.format.Format
 
getNumberFormat() - Method in class com.smartsheet.api.models.FormatTables
Gets the numberFormat values.
getObjectId() - Method in class com.smartsheet.api.models.Event
Get the object ID of the object associated with the event
getObjectId() - Method in class com.smartsheet.api.models.Favorite
Gets the ID of the favorited item.
getObjectId() - Method in class com.smartsheet.api.models.SearchResultItem
Gets the object id for this specific search result.
getObjectType() - Method in class com.smartsheet.api.models.BooleanObjectValue
 
getObjectType() - Method in class com.smartsheet.api.models.ContactObjectValue
Gets the objectValueType
getObjectType() - Method in class com.smartsheet.api.models.DateObjectValue
 
getObjectType() - Method in class com.smartsheet.api.models.Duration
"DURATION"
getObjectType() - Method in class com.smartsheet.api.models.Event
Gets the object type of the object associated with the event (EventObjectType enumeration)
getObjectType() - Method in class com.smartsheet.api.models.ExplicitNull
 
getObjectType() - Method in class com.smartsheet.api.models.MultiContactObjectValue
 
getObjectType() - Method in class com.smartsheet.api.models.MultiPicklistObjectValue
 
getObjectType() - Method in class com.smartsheet.api.models.NumberObjectValue
 
getObjectType() - Method in interface com.smartsheet.api.models.ObjectValue
Get the objectValue type
getObjectType() - Method in class com.smartsheet.api.models.PredecessorList
 
getObjectType() - Method in class com.smartsheet.api.models.SearchResultItem
Gets the object type for this specific search result.
getObjectType() - Method in class com.smartsheet.api.models.StringObjectValue
 
getObjectValue() - Method in class com.smartsheet.api.models.Cell
Get object representation of the cell's value
getObjectValue() - Method in class com.smartsheet.api.models.CellDataItem
Get the object for this CellDataItem.
getObjectValue() - Method in class com.smartsheet.api.models.SummaryField
Gets the field's objectValue
getOperator() - Method in class com.smartsheet.api.models.Criteria
Gets the operator
getOperator() - Method in class com.smartsheet.api.models.SheetFilterDetails
Gets how to combine criteria in this filter
getOptions() - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Gets the option for the column.
getOptions() - Method in class com.smartsheet.api.models.Column
Gets the list of options for the column.
getOptions() - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Gets the options.
getOptions() - Method in class com.smartsheet.api.models.SummaryField
Gets PICKLIST options
getOrder() - Method in class com.smartsheet.api.models.CellDataItem
Get the display order for the CellDataItem
getOrder() - Method in class com.smartsheet.api.models.ShortcutDataItem
Get the display order for this shortcut data item
getOutdent() - Method in class com.smartsheet.api.models.AbstractRow
Get integer value specifying the number of levels to outdent this row (update only).
getOutdent() - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Gets the number of levels of outdent
getOverrideValidation() - Method in class com.smartsheet.api.models.Cell
Gets the value of the overrideValidation flag.
getOwner() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the owner email.
getOwner() - Method in class com.smartsheet.api.models.Group
 
getOwnerId() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the owner id.
getOwnerId() - Method in class com.smartsheet.api.models.Group
 
getPage() - Method in class com.smartsheet.api.models.PaginationParameters
Gets the page
getPage() - Method in class com.smartsheet.api.models.PaginationParameters.PaginationParametersBuilder
Gets the page
getPageNumber() - Method in class com.smartsheet.api.models.PagedResult
 
getPageSize() - Method in class com.smartsheet.api.models.PagedResult
 
getPageSize() - Method in class com.smartsheet.api.models.PaginationParameters
Gets the page size
getPageSize() - Method in class com.smartsheet.api.models.PaginationParameters.PaginationParametersBuilder
Gets the page size
getPaperSize() - Method in class com.smartsheet.api.models.FormatDetails
Gets the paper size.
getParentId() - Method in class com.smartsheet.api.models.AbstractRow
Gets the row's parent ID.
getParentId() - Method in class com.smartsheet.api.models.Attachment
Gets the parent id.
getParentId() - Method in class com.smartsheet.api.models.Discussion
Gets the ID of the directly associated row or sheet
getParentId() - Method in class com.smartsheet.api.models.Row.AddRowBuilder
Gets the parent id.
getParentId() - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Gets the parent id.
getParentId() - Method in class com.smartsheet.api.models.RowWrapper
Gets the parent id that puts the row as the first child of the specified id.
getParentId() - Method in class com.smartsheet.api.models.RowWrapper.InsertRowsBuilder
Gets the parent id.
getParentId() - Method in class com.smartsheet.api.models.RowWrapper.MoveRowBuilder
Gets the parent id.
getParentObjectFavorite() - Method in class com.smartsheet.api.models.SearchResultItem
Get a flag indicating if the search result item parent is a favorite
getParentObjectId() - Method in class com.smartsheet.api.models.SearchResultItem
Gets the parent object id for this specific search result.
getParentObjectName() - Method in class com.smartsheet.api.models.SearchResultItem
Gets the parent object name for this specific search result.
getParentObjectType() - Method in class com.smartsheet.api.models.SearchResultItem
Gets the parent object type for this specific search result.
getParentRowNumber() - Method in class com.smartsheet.api.models.AbstractRow
Gets the parent row number.
getParentType() - Method in class com.smartsheet.api.models.Attachment
Gets the parent type.
getParentType() - Method in class com.smartsheet.api.models.Discussion
Gets the type to row or sheet
getPermalink() - Method in class com.smartsheet.api.models.AbstractRow
Gets the row's permalink URL.
getPermalink() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the permalink for the sheet.
getPermalink() - Method in class com.smartsheet.api.models.Folder
Gets the Direct URL to Folder.
getPermalink() - Method in class com.smartsheet.api.models.Sight
URL that represents a direct link to the Sight
getPermalink() - Method in class com.smartsheet.api.models.Workspace
Gets the permalink to the workspace.
getPosition() - Method in enum com.smartsheet.api.models.format.HorizontalAlignment
 
getPosition() - Method in enum com.smartsheet.api.models.format.VerticalAlignment
 
getPredecessors() - Method in class com.smartsheet.api.models.PredecessorList
Gets the array of Predecessor objects.
getPrefix() - Method in class com.smartsheet.api.models.AutoNumberFormat
Gets the prefix.
getPrimary() - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Gets the primary status for the column.
getPrimary() - Method in class com.smartsheet.api.models.Column
Gets the primary flag for the column.
getPrimaryEmailAddress() - Method in class com.smartsheet.api.models.ErrorDetail
Gets the primary email address that should be specified in the request.
getPrivateId() - Method in class com.smartsheet.api.models.ImageWidgetContent
Gets the image private ID
getProfileField() - Method in class com.smartsheet.api.models.CellDataItem
Get the SummaryField when dataSource is SUMMARY_FIELD
getProfileImage() - Method in class com.smartsheet.api.models.UserModel
Gets the user's profile image
getProjectSettings() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the project settings.
getProjectSettings() - Method in class com.smartsheet.api.models.Sheet.UpdateSheetBuilder
Get the project settings
getPt() - Method in enum com.smartsheet.api.models.format.FontSize
 
getPublishStatus(long) - Method in interface com.smartsheet.api.ReportResources
Get the publish status of a report.
getPublishStatus(long) - Method in interface com.smartsheet.api.SheetResources
Get the status of the Publish settings of the sheet, including the URLs of any enabled publishings.
getPublishStatus(long) - Method in interface com.smartsheet.api.SightResources
Get the publish status of a Sight.
getQuery() - Method in class com.smartsheet.api.models.SheetFilter
Gets the details that make up the Filter query
getReadOnly() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the read only flag for the sheet.
getReadOnly() - Method in class com.smartsheet.api.models.Discussion
Gets the read only status
getReadOnlyFullAccessibleBy() - Method in class com.smartsheet.api.models.ReportPublish
Get who can see the published report.
getReadOnlyFullAccessibleBy() - Method in class com.smartsheet.api.models.SheetPublish
Get string indicating who can access the "Read-Only Full" view of the published sheet.
getReadOnlyFullAccessibleBy() - Method in class com.smartsheet.api.models.SightPublish
Returns the readOnlyFullAccessibleBy string indicating if this sight is viewable by ALL or ORG
getReadOnlyFullDefaultView() - Method in class com.smartsheet.api.models.ReportPublish
Get the read only full default view
getReadOnlyFullDefaultView() - Method in class com.smartsheet.api.models.SheetPublish
Get the read only full default view
getReadOnlyFullEnabled() - Method in class com.smartsheet.api.models.ReportPublish
Get the current publish status of a report
getReadOnlyFullEnabled() - Method in class com.smartsheet.api.models.SheetPublish
Gets the read only full (fancy UI) enabled flag.
getReadOnlyFullEnabled() - Method in class com.smartsheet.api.models.SheetPublish.PublishStatusBuilder
Gets the read only full enabled.
getReadOnlyFullEnabled() - Method in class com.smartsheet.api.models.SightPublish
Returns the value of the readOnlyFullEnabled flag.
getReadOnlyFullShowToolbar() - Method in class com.smartsheet.api.models.ReportPublish
Get the read only full show toolbar flag
getReadOnlyFullShowToolbar() - Method in class com.smartsheet.api.models.SheetPublish
Get the read only full show toolbar flag
getReadOnlyFullUrl() - Method in class com.smartsheet.api.models.ReportPublish
Get the URL of the published report.
getReadOnlyFullUrl() - Method in class com.smartsheet.api.models.SheetPublish
Gets the read only full (fancy UI) url.
getReadOnlyFullUrl() - Method in class com.smartsheet.api.models.SightPublish
Returns the readOnlyFullUrl string.
getReadOnlyLiteEnabled() - Method in class com.smartsheet.api.models.SheetPublish
Gets the read only lite enabled flag.
getReadOnlyLiteEnabled() - Method in class com.smartsheet.api.models.SheetPublish.PublishStatusBuilder
Gets the read only lite enabled.
getReadOnlyLiteSslUrl() - Method in class com.smartsheet.api.models.SheetPublish
Get the read only lite ssl url
getReadOnlyLiteUrl() - Method in class com.smartsheet.api.models.SheetPublish
Gets the read only lite url.
getReadWriteAccessibleBy() - Method in class com.smartsheet.api.models.SheetPublish
Get string indicating who can access the "Edit by Anyone" view of the published sheet.
getReadWriteDefaultView() - Method in class com.smartsheet.api.models.SheetPublish
Get the read write default view
getReadWriteEnabled() - Method in class com.smartsheet.api.models.SheetPublish
Gets the read write enabled flag.
getReadWriteEnabled() - Method in class com.smartsheet.api.models.SheetPublish.PublishStatusBuilder
Gets the read write enabled.
getReadWriteShowToolbar() - Method in class com.smartsheet.api.models.SheetPublish
Get the read/write show toolbar flag
getReadWriteUrl() - Method in class com.smartsheet.api.models.SheetPublish
Gets the read write url.
getRecipientColumnIds() - Method in class com.smartsheet.api.models.AutomationAction
Gets a list of columns from which to collect email recipients
getRecipients() - Method in class com.smartsheet.api.models.AutomationAction
Gets the list of Recipients
getRedirectURL() - Method in class com.smartsheet.api.oauth.OAuthFlowBuilder
Gets the redirect url.
getRefId() - Method in class com.smartsheet.api.models.Error
Get the reference ID
getRefId() - Method in exception com.smartsheet.api.SmartsheetRestException
Retruns the refId.
getRefIndex() - Method in class com.smartsheet.api.models.ContactObjectValue
Gets the offset in contactReferences for this Contact
getRefreshToken() - Method in class com.smartsheet.api.oauth.Token
Gets the refresh token.
getRepeatEvery() - Method in class com.smartsheet.api.models.Schedule
Get the frequency on which the request will be delivered.
getReport(long, EnumSet<ReportInclusion>, Integer, Integer) - Method in interface com.smartsheet.api.ReportResources
Get a report.
getReport(long, EnumSet<ReportInclusion>, Integer, Integer, Integer) - Method in interface com.smartsheet.api.ReportResources
Get a report.
getReportAsCsv(long, OutputStream) - Method in interface com.smartsheet.api.ReportResources
Get a Report as an csv file.
getReportAsExcel(long, OutputStream) - Method in interface com.smartsheet.api.ReportResources
Get a Report as an excel file.
getReportId() - Method in class com.smartsheet.api.models.ChartWidgetContent
Gets the report ID denoting container source, if applicable
getReportId() - Method in class com.smartsheet.api.models.Hyperlink
Gets a link to the Report with this ID.
getReportId() - Method in class com.smartsheet.api.models.ReportWidgetContent
Gets the report ID denoting container source
getReports() - Method in class com.smartsheet.api.models.Folder
Gets the reports.
getReports() - Method in class com.smartsheet.api.models.Home
Gets the reports.
getRequest(String, Map<String, Object>) - Method in interface com.smartsheet.api.PassthroughResources
Issue an HTTP GET request.
getRequestUserId() - Method in class com.smartsheet.api.models.Event
Get the user ID of the user whose credential initiated the request
getResourceManagementEnabled() - Method in class com.smartsheet.api.models.AbstractSheet
 
getResourceManagementType() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the resource management type for the sheet.
getResourceViewer() - Method in class com.smartsheet.api.models.User.AddUserBuilder
 
getResourceViewer() - Method in class com.smartsheet.api.models.User.UpdateUserBuilder
 
getResourceViewer() - Method in class com.smartsheet.api.models.UserModel
 
getResult() - Method in class com.smartsheet.api.models.Result
Gets the result from the request.
getResultCode() - Method in class com.smartsheet.api.models.Result
Gets the result code from the request.
getResults() - Method in class com.smartsheet.api.models.SearchResult
Gets the list of results from the search.
getRole() - Method in class com.smartsheet.api.models.UserModel
Gets the user's role
getRow(long, long, EnumSet<RowInclusion>, EnumSet<ObjectExclusion>) - Method in interface com.smartsheet.api.SheetRowResources
Get a row.
getRowByRowNumber(int) - Method in class com.smartsheet.api.models.AbstractSheet
Get a Row by row number.
getRowId() - Method in class com.smartsheet.api.models.AbstractRow
 
getRowId() - Method in class com.smartsheet.api.models.BulkRowFailedItem
 
getRowId() - Method in class com.smartsheet.api.models.Cell
Gets the row id for this cell.
getRowId() - Method in class com.smartsheet.api.models.CellDataItem
Get the row Id for the item
getRowId() - Method in class com.smartsheet.api.models.CellLink
Gets Row ID of the linked cell.
getRowId() - Method in class com.smartsheet.api.models.ErrorDetail
Gets the row ID of the row that caused the error.
getRowId() - Method in class com.smartsheet.api.models.Predecessor
Get the Id of the predecessor row
getRowId() - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
 
getRowIds() - Method in class com.smartsheet.api.models.CopyOrMoveRowDirective
Gets the IDs of the rows to move or copy from the source sheet..
getRowIds() - Method in class com.smartsheet.api.models.CopyOrMoveRowDirective.InsertCopyOrMoveRowDirectiveBuilder
Gets the IDs of the rows to move or copy from the source sheet..
getRowIds() - Method in class com.smartsheet.api.models.MultiRowEmail
Gets the IDs of rows to be included
getRowIds() - Method in class com.smartsheet.api.models.SentUpdateRequest
Get the Ids of the rows for which the update is requested.
getRowMappings() - Method in class com.smartsheet.api.models.CopyOrMoveRowResult
Gets the Array of RowMapping objects.
getRowNumber() - Method in class com.smartsheet.api.models.AbstractRow
Gets the row number.
getRowNumber() - Method in class com.smartsheet.api.models.Predecessor
Get the number of the predecessor row
getRows() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the rows for the sheet.
getRows() - Method in class com.smartsheet.api.models.RowWrapper
Gets the rows.
getRows() - Method in class com.smartsheet.api.models.RowWrapper.InsertRowsBuilder
Gets the rows.
getSchedule() - Method in class com.smartsheet.api.models.UpdateRequest
Gets the schedule for which update requests will be sent out.
getScope() - Method in class com.smartsheet.api.models.Report
Gets the scope of the report
getScope() - Method in class com.smartsheet.api.models.Share
Get the scope of this share.
getScope() - Method in class com.smartsheet.api.models.Webhook
Get the scope of the subscription.
getScopeObjectId() - Method in class com.smartsheet.api.models.Webhook
Get the ID of the object that is subscripted to
getSeconds() - Method in class com.smartsheet.api.models.Duration
Get the number of seconds for this duration.
getSelectionRanges() - Method in class com.smartsheet.api.models.ChartWidgetContent
Gets the selection range if the source is a sheet
getSendTo() - Method in class com.smartsheet.api.models.Email
Gets the list of recipients to send to
getSendTo() - Method in class com.smartsheet.api.models.RowEmail.AddRowEmailBuilder
Gets the list of recipients to send to
getSendTo() - Method in class com.smartsheet.api.models.RowEmail
 
getSendTo() - Method in class com.smartsheet.api.models.SheetEmail.AddSheetEmailBuilder
Gets the list of recipients to send to
getSentAt() - Method in class com.smartsheet.api.models.SentUpdateRequest
Get the date and time for when the update request was sent
getSentBy() - Method in class com.smartsheet.api.models.SentUpdateRequest
Get the User object containing the name and email of the sender.
getSentBy() - Method in class com.smartsheet.api.models.UpdateRequest
Gets the User object containing the name and email of the sender
getSentTo() - Method in class com.smartsheet.api.models.SentUpdateRequest
Gets the recipient
getSentUpdateRequest(long, long) - Method in interface com.smartsheet.api.SheetUpdateRequestResources
Gets the specified sent update request on the Sheet.
getSeries() - Method in class com.smartsheet.api.models.ChartWidgetContent
Gets the array os series objects
getServerInfo() - Method in interface com.smartsheet.api.ServerInfoResources
Gets application constants.
getShare(long, String) - Method in interface com.smartsheet.api.ShareResources
Get a Share.
getSharedSecret() - Method in class com.smartsheet.api.models.Webhook
Get the shared secret for this webhook, randomly generated by Smartsheet
getSharedSecret() - Method in class com.smartsheet.api.models.WebhookSharedSecret
Get the shared secret for this webhook.
getShareId() - Method in class com.smartsheet.api.models.Share.UpdateShareBuilder
Share Id for this specific share.
getSheet(long, EnumSet<SheetInclusion>, EnumSet<ObjectExclusion>, Set<Long>, Set<Integer>, Set<Long>, Integer, Integer) - Method in interface com.smartsheet.api.SheetResources
Get a sheet.
getSheet(long, EnumSet<SheetInclusion>, EnumSet<ObjectExclusion>, Set<Long>, Set<Integer>, Set<Long>, Integer, Integer, Integer) - Method in interface com.smartsheet.api.SheetResources
Get a sheet.
getSheet(long, EnumSet<SheetInclusion>, EnumSet<ObjectExclusion>, Set<Long>, Set<Integer>, Set<Long>, Integer, Integer, Integer, Integer) - Method in interface com.smartsheet.api.SheetResources
Get a sheet.
getSheetAsCSV(long, OutputStream) - Method in interface com.smartsheet.api.SheetResources
Get a sheet as an Excel file.
getSheetAsExcel(long, OutputStream) - Method in interface com.smartsheet.api.SheetResources
Get a sheet as an Excel file.
getSheetAsPDF(long, OutputStream, PaperSize) - Method in interface com.smartsheet.api.SheetResources
Get a sheet as a PDF file.
getSheetCount() - Method in class com.smartsheet.api.models.UserModel
Gets the sheetCount.
getSheetId() - Method in class com.smartsheet.api.models.AbstractRow
Gets the id of the sheet.
getSheetId() - Method in class com.smartsheet.api.models.CellDataItem
Get the sheet Id for the item
getSheetId() - Method in class com.smartsheet.api.models.CellLink
Gets the Sheet ID of the sheet that the linked cell belongs to.
getSheetId() - Method in class com.smartsheet.api.models.CellLinkWidgetContent
Get the ID of the sheet from which the cell data originates
getSheetId() - Method in class com.smartsheet.api.models.ChartWidgetContent
Gets the sheet ID denoting container source, if applicable
getSheetId() - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Gets the sheet id.
getSheetId() - Method in class com.smartsheet.api.models.CopyOrMoveRowDestination
Gets the ID of the destination object.
getSheetId() - Method in class com.smartsheet.api.models.CopyOrMoveRowDestination.InsertCopyOrMoveRowDestinationBuilder
Gets the ID of the destination object.
getSheetId() - Method in class com.smartsheet.api.models.Hyperlink
Gets the link to the Sheet with this ID.
getSheetId() - Method in class com.smartsheet.api.models.Sheet.UpdateSheetBuilder
Get the id of the sheet
getSheetName() - Method in class com.smartsheet.api.models.CellLink
Gets Sheet name of the linked cell.
getSheetNameColumn() - Method in class com.smartsheet.api.models.ReportColumn
Gets the sheet name for the column.
getSheets() - Method in class com.smartsheet.api.models.Folder
Gets the sheets in the folder.
getSheets() - Method in class com.smartsheet.api.models.Home
Gets the sheets in the home location.
getSheets() - Method in class com.smartsheet.api.models.Scope
Gets the array of any sheets the requester has access to that make up the report
getSheetSummary(long, EnumSet<SummaryFieldInclusion>, EnumSet<SummaryFieldExclusion>) - Method in interface com.smartsheet.api.SheetSummaryResources
Gets the sheet summary
getSheetSummaryFields(long, EnumSet<SummaryFieldInclusion>, EnumSet<SummaryFieldExclusion>, PaginationParameters) - Method in interface com.smartsheet.api.SheetSummaryResources
Gets the sheet summary fields
getSheetVersion(long) - Method in interface com.smartsheet.api.SheetResources
Get a sheet version.
getShortcutData() - Method in class com.smartsheet.api.models.ShortcutWidgetContent
Gets the array of shortcut data items
getShowParentRowsForFilters() - Method in class com.smartsheet.api.models.AbstractSheet
True if show parent rows for filters.
getShowTitle() - Method in class com.smartsheet.api.models.Widget
Get flag indicating if the client should display the widget title.
getShowTitleIcon() - Method in class com.smartsheet.api.models.Widget
Get flag indicating if the client should display the sheet icon.
getSiblingId() - Method in class com.smartsheet.api.models.AbstractRow
Gets the row's sibling ID.
getSiblingId() - Method in class com.smartsheet.api.models.Row.AddRowBuilder
Gets the sibling id.
getSiblingId() - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Gets the sibling id.
getSiblingId() - Method in class com.smartsheet.api.models.RowWrapper
Gets the sibling id that puts the row as the next row at the same hierarchical level of this row.
getSiblingId() - Method in class com.smartsheet.api.models.RowWrapper.InsertRowsBuilder
Gets the sibling id.
getSiblingId() - Method in class com.smartsheet.api.models.RowWrapper.MoveRowBuilder
Gets the sibling id.
getSight(long) - Method in interface com.smartsheet.api.SightResources
Get a specified Sight.
getSight(long, Integer) - Method in interface com.smartsheet.api.SightResources
Get a specified Sight.
getSight(long, EnumSet<SightInclusion>, Integer) - Method in interface com.smartsheet.api.SightResources
Get a specified Sight.
getSightId() - Method in class com.smartsheet.api.models.Hyperlink
Gets the link to the Sight with this ID.
getSights() - Method in class com.smartsheet.api.models.Folder
Get the sights contained in this folder
getSights() - Method in class com.smartsheet.api.models.Home
Gets the sights in the home location.
getSizeInKb() - Method in class com.smartsheet.api.models.Attachment
Gets the size in kb.
getSortCriteria() - Method in class com.smartsheet.api.models.SortSpecifier
Get the sort criteria
getSource() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the source.
getSource() - Method in class com.smartsheet.api.models.Event
Gets the source of the event request (EventSource enumeration)
getSource() - Method in class com.smartsheet.api.models.Sight
Gets the source.
getSourceColumnId1() - Method in class com.smartsheet.api.models.SelectionRange
Gets the beginning of the range of columns
getSourceColumnId2() - Method in class com.smartsheet.api.models.SelectionRange
Gets the ending of the range of columns
getSourceRowId1() - Method in class com.smartsheet.api.models.SelectionRange
Gets the beginning of the range of rows
getSourceRowId2() - Method in class com.smartsheet.api.models.SelectionRange
Gets the ending of the range of rows
getSourceSheetId() - Method in class com.smartsheet.api.models.CrossSheetReference
Get the source sheet ID for the cross sheet reference
getSourceSheets() - Method in class com.smartsheet.api.models.Report
Gets the sheet array.
getStartAt() - Method in class com.smartsheet.api.models.Schedule
Get the date, time and time zone at which the first delivery will start
getStartColumnId() - Method in class com.smartsheet.api.models.CrossSheetReference
Get the start column ID for the cross sheet reference block
getStartingNumber() - Method in class com.smartsheet.api.models.AutoNumberFormat
Gets the starting number.
getStartRowId() - Method in class com.smartsheet.api.models.CrossSheetReference
Get the start row ID for the cross sheet reference block
getState() - Method in class com.smartsheet.api.oauth.AuthorizationResult
Gets the state string which is returned to the redirect URL for a registered application
getStats() - Method in class com.smartsheet.api.models.Webhook
Get the statistics for this webhook.
getStatus() - Method in class com.smartsheet.api.models.CellLink
Gets the status.
getStatus() - Method in class com.smartsheet.api.models.CrossSheetReference
Get the status of the cross sheet reference
getStatus() - Method in class com.smartsheet.api.models.SentUpdateRequest
Get the status of the sent update request.
getStatus() - Method in class com.smartsheet.api.models.UserModel
Gets the status of the user (active, pending, declined).
getStatus() - Method in class com.smartsheet.api.models.Webhook
Get the webhook status
getStrict() - Method in class com.smartsheet.api.models.Cell
Gets the strict value for this cell.
getStrikethrough() - Method in class com.smartsheet.api.models.format.Format
 
getStrikethrough() - Method in class com.smartsheet.api.models.FormatTables
Gets the Possible strikethrough values.
getSubject() - Method in class com.smartsheet.api.models.AutomationAction
Gets the email subject line
getSubject() - Method in class com.smartsheet.api.models.Email
Gets the subject.
getSubject() - Method in class com.smartsheet.api.models.RowEmail.AddRowEmailBuilder
Gets the subject.
getSubject() - Method in class com.smartsheet.api.models.RowEmail
 
getSubject() - Method in class com.smartsheet.api.models.SentUpdateRequest
Gets the subject
getSubject() - Method in class com.smartsheet.api.models.Share
Gets the subject of the email that will optionally be sent to notify the recipient.
getSubject() - Method in class com.smartsheet.api.models.SheetEmail.AddSheetEmailBuilder
Gets the subject.
getSubscope() - Method in class com.smartsheet.api.models.Webhook
Get the webhook subscope
getSuffix() - Method in class com.smartsheet.api.models.AutoNumberFormat
Gets the suffix.
getSummary() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the sheet summary if one exists for this sheet
getSummaryPermissions() - Method in class com.smartsheet.api.models.SheetUserPermissions
Gets the sheet summary permissions
getSupportedLocales() - Method in class com.smartsheet.api.models.ServerInfo
Gets the Smartsheet-supported locales.
getSymbol() - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Gets the symbol for the column.
getSymbol() - Method in class com.smartsheet.api.models.Column
Gets the symbol for the column.
getSymbol() - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Gets the symbol.
getSymbol() - Method in class com.smartsheet.api.models.Currency
Gets the currency symbol.
getSymbol() - Method in enum com.smartsheet.api.models.format.Currency
 
getSymbol() - Method in class com.smartsheet.api.models.SummaryField
Gets applicable symbol for PICKLIST type
getSymbolsVersion() - Method in class com.smartsheet.api.models.FeatureInfo
Gets the symbols version.
getSystemColumnType() - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Gets the system column type.
getSystemColumnType() - Method in class com.smartsheet.api.models.Column
Gets the system column type.
getSystemColumnType() - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Gets the system column type.
getTags() - Method in class com.smartsheet.api.models.Column
Gets the tags that indicate a special type of column.
getTags() - Method in class com.smartsheet.api.models.Template
Gets the list of search tags for this template.
getTarget() - Method in class com.smartsheet.api.models.Criteria
Gets the criteria target
getTaskbarColor() - Method in class com.smartsheet.api.models.format.Format
 
getTemplates() - Method in class com.smartsheet.api.models.Folder
Gets the templates contained in this folder.
getTemplates() - Method in class com.smartsheet.api.models.Home
Gets the templates in the home location.
getText() - Method in class com.smartsheet.api.models.Comment.AddCommentBuilder
Gets the text for the comment.
getText() - Method in class com.smartsheet.api.models.Comment
Gets the text for the comment.
getText() - Method in class com.smartsheet.api.models.SearchResultItem
Gets the text for this specific search result.
getTextColor() - Method in class com.smartsheet.api.models.format.Format
 
getTextWrap() - Method in class com.smartsheet.api.models.format.Format
 
getTextWrap() - Method in class com.smartsheet.api.models.FormatTables
Gets the textWrap values.
getThousandsSeparator() - Method in class com.smartsheet.api.models.format.Format
 
getThousandsSeparator() - Method in class com.smartsheet.api.models.FormatTables
Gets the thousandsSeparator values.
getTimeZone() - Method in class com.smartsheet.api.models.UserProfile
Gets the time zone
getTitle() - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Gets the title.
getTitle() - Method in class com.smartsheet.api.models.Column
Gets the title for the column.
getTitle() - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Gets the title.
getTitle() - Method in class com.smartsheet.api.models.Discussion.CreateDiscussionBuilder
Gets the title.
getTitle() - Method in class com.smartsheet.api.models.Discussion
Gets the title for the discussion.
getTitle() - Method in class com.smartsheet.api.models.SummaryField
Gets the field's title
getTitle() - Method in class com.smartsheet.api.models.UserModel
Gets the user's title
getTitle() - Method in class com.smartsheet.api.models.Widget
Get the title of the widget.
getTitleFormat() - Method in class com.smartsheet.api.models.Widget
Get the title format descriptor string
getTo() - Method in class com.smartsheet.api.models.CopyOrMoveRowDirective
Gets the CopyOrMoveRowDestination object that identifies the destination sheet.
getTo() - Method in class com.smartsheet.api.models.CopyOrMoveRowDirective.InsertCopyOrMoveRowDirectiveBuilder
Gets the CopyOrMoveRowDestination object that identifies the destination sheet.
getTo() - Method in class com.smartsheet.api.models.RowMapping
Gets the Row ID in the destination sheet.
getToBottom() - Method in class com.smartsheet.api.models.AbstractRow
Gets the to bottom.
getToBottom() - Method in class com.smartsheet.api.models.Row.AddRowBuilder
Gets the to bottom.
getToBottom() - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Gets the to bottom.
getToBottom() - Method in class com.smartsheet.api.models.RowWrapper
Gets the to bottom flag that puts the row at the bottom of the sheet.
getToBottom() - Method in class com.smartsheet.api.models.RowWrapper.InsertRowsBuilder
Gets the to bottom.
getToBottom() - Method in class com.smartsheet.api.models.RowWrapper.MoveRowBuilder
Gets the to bottom.
getTokenType() - Method in class com.smartsheet.api.oauth.Token
Gets the token type.
getTokenURL() - Method in class com.smartsheet.api.oauth.OAuthFlowBuilder
Gets the token url.
getTopContainerType() - Method in class com.smartsheet.api.models.ErrorDetail
Gets the type of the container that was partially copied
getTopContainId() - Method in class com.smartsheet.api.models.ErrorDetail
Gets the ID of the container that was partially copied
getTotalCount() - Method in class com.smartsheet.api.models.PagedResult
 
getTotalCount() - Method in class com.smartsheet.api.models.SearchResult
Gets the total count of results.
getTotalPages() - Method in class com.smartsheet.api.models.PagedResult
 
getTotalRowCount() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the total row count for the sheet.
getToTop() - Method in class com.smartsheet.api.models.AbstractRow
Gets the to top.
getToTop() - Method in class com.smartsheet.api.models.Row.AddRowBuilder
Gets the to top.
getToTop() - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Gets the to top.
getToTop() - Method in class com.smartsheet.api.models.RowWrapper
Gets the to top flag that puts the row at the top of the sheet.
getToTop() - Method in class com.smartsheet.api.models.RowWrapper.InsertRowsBuilder
Gets the to top.
getToTop() - Method in class com.smartsheet.api.models.RowWrapper.MoveRowBuilder
Gets the to top.
getTraits() - Method in class com.smartsheet.api.models.FontFamily
Gets the traits of the font family.
getTraits() - Method in enum com.smartsheet.api.models.format.FontFamily
 
getTransferToId() - Method in class com.smartsheet.api.models.DeleteUserParameters
Gets the id of the user to transfer ownership to
getType() - Method in class com.smartsheet.api.models.AutomationAction
Gets the automation action type
getType() - Method in class com.smartsheet.api.models.Cell
Gets the column columnType.
getType() - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Gets the type for the column.
getType() - Method in class com.smartsheet.api.models.Column
Gets the column type.
getType() - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Gets the type.
getType() - Method in class com.smartsheet.api.models.Favorite
Gets the type of favorite (workspace, folder, sheet, report, template).
getType() - Method in class com.smartsheet.api.models.Predecessor
Get the type of the predecessor
getType() - Method in class com.smartsheet.api.models.Schedule
Get the schedule type
getType() - Method in class com.smartsheet.api.models.Share
 
getType() - Method in class com.smartsheet.api.models.Source
Gets the type.
getType() - Method in class com.smartsheet.api.models.SummaryField
Gets the field's type - see Column Type
getType() - Method in class com.smartsheet.api.models.Template
Gets the type of the template.
getType() - Method in class com.smartsheet.api.models.Widget
Get the type of the widget
getUnderline() - Method in class com.smartsheet.api.models.format.Format
 
getUnderline() - Method in class com.smartsheet.api.models.FormatTables
Gets the Possible underline values.
getUpdateRequest(long, long) - Method in interface com.smartsheet.api.SheetUpdateRequestResources
Gets the specified Update Request for the Sheet that has a future schedule.
getUpdateRequestId() - Method in class com.smartsheet.api.models.SentUpdateRequest
Get the Id of the originating update request.
getUrl() - Method in class com.smartsheet.api.models.Attachment.CreateAttachmentBuilder
Gets the URL.
getUrl() - Method in class com.smartsheet.api.models.Attachment
Gets the URL.
getUrl() - Method in class com.smartsheet.api.models.Hyperlink
Gets the url
getUrl() - Method in class com.smartsheet.api.models.ImageUrl
Get the temporary URL that can be used to retrieve the image.
getUrl() - Method in class com.smartsheet.api.models.WebContentWidgetContent
Gets the URL
getUrlExpiresInMillis() - Method in class com.smartsheet.api.models.Attachment
Gets the url expires in millis.
getUrlExpiresInMillis() - Method in class com.smartsheet.api.models.ImageUrlMap
Get the milliseconds before the URLs within imageUrls will expire.
getUser(long) - Method in interface com.smartsheet.api.UserResources
Get the current user.
getUserCanModify() - Method in class com.smartsheet.api.models.AutomationRule
Gets a flag indicating if the current user can modify this rule.
getUserId() - Method in class com.smartsheet.api.models.Event
Gets the assumed user ID for the event request
getUserId() - Method in class com.smartsheet.api.models.Share
 
getUserId() - Method in class com.smartsheet.api.models.User.UpdateUserBuilder
Get the id of the user
getUserPermissions() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the sheet user permissions
getUserSettings() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the sheet user settings.
getUserSettings() - Method in class com.smartsheet.api.models.Sheet.UpdateSheetBuilder
Get the user settings
getValidation() - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Gets the value of the validation flag
getValidation() - Method in class com.smartsheet.api.models.Column
Gets the value of the validation flag
getValidation() - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Gets the value of the validation flag
getValidation() - Method in class com.smartsheet.api.models.SummaryField
Gets flag indicating whether summary field values are restricted to type
getValue() - Method in class com.smartsheet.api.models.BooleanObjectValue
 
getValue() - Method in class com.smartsheet.api.models.Cell
Gets the value.
getValue() - Method in class com.smartsheet.api.models.DateObjectValue
 
getValue() - Method in class com.smartsheet.api.models.ExplicitNull
 
getValue() - Method in class com.smartsheet.api.models.NumberObjectValue
 
getValue() - Method in interface com.smartsheet.api.models.PrimitiveObjectValue
 
getValue() - Method in class com.smartsheet.api.models.StringObjectValue
 
getValueFormat() - Method in class com.smartsheet.api.models.CellDataItem
Get the format descriptor for the cell value
getValues() - Method in class com.smartsheet.api.models.Criteria
Gets the values if this criteria's operator has arguments
getValues() - Method in class com.smartsheet.api.models.MultiContactObjectValue
Gets the array of Contact objects.
getValues() - Method in class com.smartsheet.api.models.MultiPicklistObjectValue
Gets the array of selected options (strings).
getVersion() - Method in class com.smartsheet.api.models.AbstractRow
Gets the version number that is incremented every time a sheet is modified.
getVersion() - Method in class com.smartsheet.api.models.AbstractSheet
Gets the version for the sheet.
getVersion() - Method in class com.smartsheet.api.models.Column
Gets the column compatibility version
getVersion() - Method in class com.smartsheet.api.models.Result
Gets the new version of the sheet.
getVersion() - Method in class com.smartsheet.api.models.SheetFilter
Gets the sheet filter version
getVersion() - Method in class com.smartsheet.api.models.Webhook
Get the webhook version.
getVersion() - Method in class com.smartsheet.api.models.Widget
Get the widget version number
getVerticalAlign() - Method in class com.smartsheet.api.models.FormatTables
Gets the Possible verticalAlign values.
getVerticalAlignment() - Method in class com.smartsheet.api.models.format.Format
 
getVirtualColumnId() - Method in class com.smartsheet.api.models.ReportCell
Gets the virtual ID of the cell’s column.
getVirtualId() - Method in class com.smartsheet.api.models.ReportColumn
Gets the virtual id for the column.
getWebhook(long) - Method in interface com.smartsheet.api.WebhookResources
Gets the Webhook specified in the URL.
getWeeks() - Method in class com.smartsheet.api.models.Duration
Get the number of weeks in duration.
getWidgets() - Method in class com.smartsheet.api.models.Sight
Get the array of Sight widgets
getWidgetType() - Method in class com.smartsheet.api.models.CellLinkWidgetContent
Returns the type for this widget content object
getWidgetType() - Method in class com.smartsheet.api.models.ChartWidgetContent
Returns the type for this widget content object
getWidgetType() - Method in class com.smartsheet.api.models.ImageWidgetContent
Returns the type for this widget content object
getWidgetType() - Method in class com.smartsheet.api.models.ReportWidgetContent
Returns the type for this widget content object
getWidgetType() - Method in class com.smartsheet.api.models.ShortcutWidgetContent
Returns the type for this widget content object
getWidgetType() - Method in class com.smartsheet.api.models.TitleRichTextWidgetContent
Returns the type for this widget content object
getWidgetType() - Method in class com.smartsheet.api.models.WebContentWidgetContent
Returns the type for this widget content object
getWidgetType() - Method in interface com.smartsheet.api.models.WidgetContent
Get the widgetContent type
getWidth() - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Gets the width for the column.
getWidth() - Method in class com.smartsheet.api.models.Column
Gets the width
getWidth() - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Gets the width
getWidth() - Method in class com.smartsheet.api.models.Image
gets the width (in pixels) of the uploaded image
getWidth() - Method in class com.smartsheet.api.models.ImageUrl
Get the image width
getWidth() - Method in class com.smartsheet.api.models.ImageWidgetContent
Gets the original width of the image in pixels
getWidth() - Method in class com.smartsheet.api.models.ProfileImage
gets the width (in pixels) of the image
getWidth() - Method in class com.smartsheet.api.models.Widget
Get the number of columns that the widget occupies
getWorkingDays() - Method in class com.smartsheet.api.models.ProjectSettings
Get working days of a week for a project sheet.
getWorkPhone() - Method in class com.smartsheet.api.models.UserModel
Gets the user's work phone number
getWorkspace() - Method in class com.smartsheet.api.models.AbstractSheet
Gets a workspace object containing the name and id of the workspace containing this sheet
getWorkspace() - Method in class com.smartsheet.api.models.Sight
A workspace object limited to only id and name
getWorkspace(long, Boolean, EnumSet<SourceInclusion>) - Method in interface com.smartsheet.api.WorkspaceResources
Get a workspace.
getWorkspaceId() - Method in class com.smartsheet.api.models.WidgetHyperlink
Gets the workspace ID - valid when interactionType == SMARTSHEET_ITEM
getWorkspaces() - Method in class com.smartsheet.api.models.Home
Gets the workspaces in the home location.
getWorkspaces() - Method in class com.smartsheet.api.models.Scope
Gets the array of any workspaces the requester has access to that make up the report
getXPosition() - Method in class com.smartsheet.api.models.Widget
Get the x-coordinate of widget's position on the sight.
getYPosition() - Method in class com.smartsheet.api.models.Widget
Get the y-coordinate of widget's position on the sight.
GlobalTemplate - Enum in com.smartsheet.api.models.enums
 
GOOGLE_DRIVE - com.smartsheet.api.models.enums.AttachmentType
 
GOV_BASE_URI - Static variable in class com.smartsheet.api.SmartsheetBuilder
Represents the default base URI of the Smartsheetgov REST API.
GOV_BASE_URI - Static variable in class com.smartsheet.api.SmartsheetFactory
Represents the default base URI of the Smartsheetgov REST API.
GREATER_THAN - com.smartsheet.api.models.enums.Operator
 
GREATER_THAN_OR_EQUAL - com.smartsheet.api.models.enums.Operator
 
GREEN_0 - com.smartsheet.api.models.format.Color
 
GREEN_1 - com.smartsheet.api.models.format.Color
 
GREEN_2 - com.smartsheet.api.models.format.Color
 
GREEN_3 - com.smartsheet.api.models.format.Color
 
GREEN_4 - com.smartsheet.api.models.format.Color
 
GREY_1 - com.smartsheet.api.models.format.Color
 
GREY_2 - com.smartsheet.api.models.format.Color
 
GREY_3 - com.smartsheet.api.models.format.Color
 
GRIDGANTT - com.smartsheet.api.models.enums.WidgetType
ReportWidgetContent object
Group - Class in com.smartsheet.api.models
Represents a Group Object.
Group() - Constructor for class com.smartsheet.api.models.Group
Constructors
Group(Long) - Constructor for class com.smartsheet.api.models.Group
 
GROUP - com.smartsheet.api.models.enums.EventObjectType
 
GROUP - com.smartsheet.api.models.enums.ShareType
Represents the GROUP share type.
Group.CreateGroupBuilder - Class in com.smartsheet.api.models
A convenience class to make a Group object with the necessary fields to create the group by posting it to smartsheet.
Group.UpdateGroupBuilder - Class in com.smartsheet.api.models
A convenience class to update a Group object with the necessary fields to create the group by putting it to smartsheet.
GroupMember - Class in com.smartsheet.api.models
Represents the Group Member object.
GroupMember() - Constructor for class com.smartsheet.api.models.GroupMember
 
GroupMember.AddGroupMemberBuilder - Class in com.smartsheet.api.models
A convenience class for making a GroupMember object with the appropriate fields for adding to a Group.
GroupMemberResources - Interface in com.smartsheet.api
This interface provides methods to access Share resources.
groupResources() - Method in interface com.smartsheet.api.Smartsheet
Returns the GroupResources instance that provides access to Group resources.
GroupResources - Interface in com.smartsheet.api
This interface provides methods to access Group resources
GROUPS - com.smartsheet.api.models.enums.UserInclusion
 

H

HARVEY_BALLS - com.smartsheet.api.models.enums.Symbol
Represents the HARVEY_BALLS symbol.
HAS_ALL_OF - com.smartsheet.api.models.enums.Operator
 
HAS_ANY_OF - com.smartsheet.api.models.enums.Operator
 
HAS_ATTACHMENTS - com.smartsheet.api.models.enums.Operator
 
HAS_COMMENTS - com.smartsheet.api.models.enums.Operator
 
HAS_NONE_OF - com.smartsheet.api.models.enums.Operator
 
hashCode() - Method in class com.smartsheet.api.models.IdentifiableModel
Return the hash code of this object.
HEARTS - com.smartsheet.api.models.enums.Symbol
Represents the HEARTS symbol.
Home - Class in com.smartsheet.api.models
Represents the Home object.
Home() - Constructor for class com.smartsheet.api.models.Home
 
HOME - com.smartsheet.api.models.enums.DestinationType
Represents the home destination container.
HomeFolderResources - Interface in com.smartsheet.api
This interface provides methods to access Folder resources under home.
homeResources() - Method in interface com.smartsheet.api.Smartsheet
Returns the HomeResources instance that provides access to Home resources.
HomeResources - Interface in com.smartsheet.api
This interface provides methods to access Home resources.
HONKKONG_DOLLAR - com.smartsheet.api.models.format.Currency
 
HorizontalAlignment - Enum in com.smartsheet.api.models.format
An enumeration representing the available horizontal alignments within Smartsheet.
HOURLY - com.smartsheet.api.models.enums.AutomationActionFrequency
 
Hyperlink - Class in com.smartsheet.api.models
 
Hyperlink() - Constructor for class com.smartsheet.api.models.Hyperlink
 

I

IdentifiableModel<T> - Class in com.smartsheet.api.models
Represents an object with an ID.
IdentifiableModel() - Constructor for class com.smartsheet.api.models.IdentifiableModel
 
IdentifiableModelMixin<T> - Class in com.smartsheet.api.models
This is a Jackson Mixin class that excludes "id" field from being serialized to JSON.
IdentifiableModelMixin() - Constructor for class com.smartsheet.api.models.IdentifiableModelMixin
 
Image - Class in com.smartsheet.api.models
 
Image() - Constructor for class com.smartsheet.api.models.Image
 
IMAGE - com.smartsheet.api.models.enums.SummaryFieldExclusion
 
IMAGE - com.smartsheet.api.models.enums.WidgetType
ImageWidgetContent object
IMAGEALTTEXT - com.smartsheet.api.models.enums.SummaryFieldExclusion
 
ImageUrl - Class in com.smartsheet.api.models
 
ImageUrl() - Constructor for class com.smartsheet.api.models.ImageUrl
Constructor(s)
ImageUrl(String) - Constructor for class com.smartsheet.api.models.ImageUrl
 
ImageUrlMap - Class in com.smartsheet.api.models
Represents the ImageUrl object.
ImageUrlMap() - Constructor for class com.smartsheet.api.models.ImageUrlMap
 
imageUrlResources() - Method in interface com.smartsheet.api.Smartsheet
Returns the ImageUrlResources instance that provides access to image Url resources
ImageUrlResources - Interface in com.smartsheet.api
 
ImageWidgetContent - Class in com.smartsheet.api.models
 
ImageWidgetContent() - Constructor for class com.smartsheet.api.models.ImageWidgetContent
 
IMMEDIATELY - com.smartsheet.api.models.enums.AutomationActionFrequency
 
IMPORT_USERS - com.smartsheet.api.models.enums.EventAction
 
importCsv(String, String, Integer, Integer) - Method in interface com.smartsheet.api.SheetResources
Imports a sheet.
importCsvInFolder(long, String, String, Integer, Integer) - Method in interface com.smartsheet.api.SheetResources
Imports a sheet in given folder.
importCsvInWorkspace(long, String, String, Integer, Integer) - Method in interface com.smartsheet.api.SheetResources
Imports a sheet in given workspace.
importXlsx(String, String, Integer, Integer) - Method in interface com.smartsheet.api.SheetResources
Imports a sheet.
importXlsxInFolder(long, String, String, Integer, Integer) - Method in interface com.smartsheet.api.SheetResources
Imports a sheet in given folder.
importXlsxInWorkspace(long, String, String, Integer, Integer) - Method in interface com.smartsheet.api.SheetResources
Imports a sheet in given workspace.
INACCESSIBLE - com.smartsheet.api.models.enums.CrossSheetReferenceStatus
 
INDIA_RUPEES - com.smartsheet.api.models.format.Currency
 
InsertCopyOrMoveRowDestinationBuilder() - Constructor for class com.smartsheet.api.models.CopyOrMoveRowDestination.InsertCopyOrMoveRowDestinationBuilder
 
InsertCopyOrMoveRowDirectiveBuilder() - Constructor for class com.smartsheet.api.models.CopyOrMoveRowDirective.InsertCopyOrMoveRowDirectiveBuilder
 
InsertRowsBuilder() - Constructor for class com.smartsheet.api.models.RowWrapper.InsertRowsBuilder
 
INVALID - com.smartsheet.api.models.enums.CrossSheetReferenceStatus
 
InvalidOAuthClientException - Exception in com.smartsheet.api.oauth
This is the exception thrown by OAuthFlow to indicate an "invalid_client" error occurred when obtaining OAuth tokens.
InvalidOAuthClientException(String) - Constructor for exception com.smartsheet.api.oauth.InvalidOAuthClientException
Constructor.
InvalidOAuthGrantException - Exception in com.smartsheet.api.oauth
This is the exception thrown by OAuthFlow to indicate an "invalid_grant" error occurred when obtaining OAuth tokens.
InvalidOAuthGrantException(String) - Constructor for exception com.smartsheet.api.oauth.InvalidOAuthGrantException
Constructor.
InvalidRequestException - Exception in com.smartsheet.api
This is the exception to indicate invalid request error returned from Smartsheet REST API.
InvalidRequestException(Error) - Constructor for exception com.smartsheet.api.InvalidRequestException
Constructor.
InvalidScopeException - Exception in com.smartsheet.api.oauth
This is the exception thrown by OAuthFlow to indicate an "invalid_scope" error occurred when obtaining an authorization code.
InvalidScopeException(String) - Constructor for exception com.smartsheet.api.oauth.InvalidScopeException
Constructor.
InvalidTokenRequestException - Exception in com.smartsheet.api.oauth
This is the exception thrown by OAuthFlow to indicate an "invalid_request" error occurred when obtaining OAuth tokens.
InvalidTokenRequestException(String) - Constructor for exception com.smartsheet.api.oauth.InvalidTokenRequestException
Constructor.
IS_BLANK - com.smartsheet.api.models.enums.Operator
 
IS_CHECKED - com.smartsheet.api.models.enums.Operator
 
IS_CURRENT_USER - com.smartsheet.api.models.enums.Operator
 
IS_DATE - com.smartsheet.api.models.enums.Operator
 
IS_NOT_BLANK - com.smartsheet.api.models.enums.Operator
 
IS_NOT_CHECKED - com.smartsheet.api.models.enums.Operator
 
IS_NOT_CURRENT_USER - com.smartsheet.api.models.enums.Operator
 
IS_NOT_DATE - com.smartsheet.api.models.enums.Operator
 
IS_NOT_NUMBER - com.smartsheet.api.models.enums.Operator
 
IS_NOT_ONE_OF - com.smartsheet.api.models.enums.Operator
 
IS_NUMBER - com.smartsheet.api.models.enums.Operator
 
IS_ONE_OF - com.smartsheet.api.models.enums.Operator
 
isBlank() - Method in class com.smartsheet.api.models.Template
Returns true if this template is blank
isBold() - Method in enum com.smartsheet.api.models.format.Bold
 
isCcMe() - Method in class com.smartsheet.api.models.Share
Gets the flag to indicate whether or not to send a copy of the email to the sharer
isCriticalPathEnabled() - Method in class com.smartsheet.api.models.SheetUserSettings.AddUserSettingsBuilder
True if the user has critical path enabled.
isCriticalPathEnabled() - Method in class com.smartsheet.api.models.SheetUserSettings
True if the user has critical path enabled.
isDisplaySummaryTasksEnabled() - Method in class com.smartsheet.api.models.SheetUserSettings.AddUserSettingsBuilder
True if the user has display summary tasks enabled
isDisplaySummaryTasksEnabled() - Method in class com.smartsheet.api.models.SheetUserSettings
True if the user has display summary tasks enabled
isEnabled() - Method in class com.smartsheet.api.models.Webhook
Get flag indicating whether the webhook is on(true) or off(false)
isExpanded() - Method in class com.smartsheet.api.models.AbstractRow
Checks if the row is expanded.
isFavorite() - Method in class com.smartsheet.api.models.AbstractSheet
True if the sheet is a favorite sheet.
isFilteredOut() - Method in class com.smartsheet.api.models.AbstractRow
Check if the row is filtered out
isIncludeAll() - Method in class com.smartsheet.api.models.PaginationParameters
Gets includeAll
isIncludeAll() - Method in class com.smartsheet.api.models.PaginationParameters.PaginationParametersBuilder
Gets the include all flag
isInCriticalPath() - Method in class com.smartsheet.api.models.AbstractRow
Check if the row is in critical path
isInCriticalPath() - Method in class com.smartsheet.api.models.Predecessor
Get flag indicating if this predecessor is in the critical path
isInvalid() - Method in class com.smartsheet.api.models.Predecessor
Get flag indicating if the row referenced by rowId is not a valid row in this sheet, or if there is a circular reference
isItalic() - Method in enum com.smartsheet.api.models.format.Italic
 
isLocked() - Method in class com.smartsheet.api.models.AbstractRow
Indicates whether a row is locked or not.
isLocked() - Method in class com.smartsheet.api.models.Column
Gets the locked flag
isLockedForUser() - Method in class com.smartsheet.api.models.AbstractRow
Indicates whether a row is locked for the user.
isLockedForUser() - Method in class com.smartsheet.api.models.Column
Gets the locked for user flag
isNull() - Method in class com.smartsheet.api.models.CellLink
Get the value of the isNull flag
isNull() - Method in class com.smartsheet.api.models.Hyperlink
Get the value of the isNull flag
ISRAEL_SHEKEL - com.smartsheet.api.models.format.Currency
 
isRemoveFromSharing() - Method in class com.smartsheet.api.models.DeleteUserParameters
Gets whether or not the user is removed from sharing
isSeparated() - Method in enum com.smartsheet.api.models.format.ThousandsSeparator
 
isStricken() - Method in enum com.smartsheet.api.models.format.Strikethrough
 
isTransferSheets() - Method in class com.smartsheet.api.models.DeleteUserParameters
Gets transfer sheets flag
isUnderlined() - Method in enum com.smartsheet.api.models.format.Underline
 
isWrapped() - Method in enum com.smartsheet.api.models.format.TextWrap
 
Italic - Enum in com.smartsheet.api.models.format
An enumeration representing the available Italic state for a format.
ITEM - com.smartsheet.api.models.enums.ShareScope
 

J

JAPAN_YEN - com.smartsheet.api.models.format.Currency
 

L

LAST - com.smartsheet.api.models.enums.DayOrdinal
Represents LAST ordinal type
LAST_LOGIN - com.smartsheet.api.models.enums.ListUserInclusion
 
LAST_N_DAYS - com.smartsheet.api.models.enums.Operator
 
LEFT - com.smartsheet.api.models.format.HorizontalAlignment
 
LEGACY_RESOURCE_MANAGEMENT - com.smartsheet.api.models.enums.ResourceManagementType
 
LEGAL - com.smartsheet.api.models.enums.PaperSize
Represents the LEGAL page size.
LESS_THAN - com.smartsheet.api.models.enums.Operator
 
LESS_THAN_OR_EQUAL - com.smartsheet.api.models.enums.Operator
 
LETTER - com.smartsheet.api.models.enums.PaperSize
Represents the LETTER page size.
LINK - com.smartsheet.api.models.enums.AttachmentType
 
LIST_SHEETS - com.smartsheet.api.models.enums.EventAction
 
listAllVersions(long, long, PaginationParameters) - Method in interface com.smartsheet.api.AttachmentVersioningResources
Get all versions of an attachment.
listAlternateEmails(long, PaginationParameters) - Method in interface com.smartsheet.api.UserResources
List all user alternate email(s).
listAttachments(long) - Method in interface com.smartsheet.api.AssociatedAttachmentResources
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use the corresponding method in the [Row/Sheet/etc]AttachmentResources classes
listAttachments(long, PaginationParameters) - Method in interface com.smartsheet.api.SheetAttachmentResources
Gets a list of all Attachments that are on the Sheet, including Sheet, Row, and Discussion level Attachments.
listAutomationRules(long, PaginationParameters) - Method in interface com.smartsheet.api.SheetAutomationRuleResources
Get all automation rules for this sheet
ListBuilder<T> - Class in com.smartsheet.api.models
Simple class that makes creating type safe lists of object easier
ListBuilder() - Constructor for class com.smartsheet.api.models.ListBuilder
Default constructor
ListBuilder(int) - Constructor for class com.smartsheet.api.models.ListBuilder
Constructor
listColumns(long, EnumSet<ColumnInclusion>, PaginationParameters) - Method in interface com.smartsheet.api.SheetColumnResources
List columns of a given sheet.
listColumns(long, EnumSet<ColumnInclusion>, PaginationParameters, Integer) - Method in interface com.smartsheet.api.SheetColumnResources
List columns of a given sheet.
listContacts(PaginationParameters) - Method in interface com.smartsheet.api.ContactResources
Gets a list of the user’s Smartsheet Contacts.
listCrossSheetReferences(long, PaginationParameters) - Method in interface com.smartsheet.api.SheetCrossSheetReferenceResources
Get all cross sheet references for this sheet
listDiscussions(long, long, PaginationParameters, EnumSet<DiscussionInclusion>) - Method in interface com.smartsheet.api.RowDiscussionResources
Gets a list of all Discussions associated with the specified Row.
listDiscussions(long, PaginationParameters, EnumSet<DiscussionInclusion>) - Method in interface com.smartsheet.api.SheetDiscussionResources
Get all discussions
listEvents(Object, String, Integer, Boolean) - Method in interface com.smartsheet.api.EventResources
List all events.
listFavorites(PaginationParameters) - Method in interface com.smartsheet.api.FavoriteResources
Gets a list of all of the user’s Favorite items.
listFilters(long, PaginationParameters) - Method in interface com.smartsheet.api.SheetFilterResources
Get all filters
listFolders(long, PaginationParameters) - Method in interface com.smartsheet.api.FolderResources
List child folders of a given folder.
listFolders(long, PaginationParameters) - Method in interface com.smartsheet.api.WorkspaceFolderResources
List folders of a given workspace.
listFolders(PaginationParameters) - Method in interface com.smartsheet.api.HomeFolderResources
List folders under home.
listGroups(PaginationParameters) - Method in interface com.smartsheet.api.GroupResources
List all group.
listOrganizationSheets(PaginationParameters) - Method in interface com.smartsheet.api.SheetResources
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use UserResources instead
listOrgSheets(PaginationParameters) - Method in interface com.smartsheet.api.UserResources
List all organisation sheets.
listOrgSheets(PaginationParameters, Date) - Method in interface com.smartsheet.api.UserResources
List all organisation sheets.
listPublicTemplates(PaginationParameters) - Method in interface com.smartsheet.api.TemplateResources
List public templates.
listReports(PaginationParameters) - Method in interface com.smartsheet.api.ReportResources
List all reports.
listReports(PaginationParameters, Date) - Method in interface com.smartsheet.api.ReportResources
List all reports.
listSentUpdateRequests(long, PaginationParameters) - Method in interface com.smartsheet.api.SheetUpdateRequestResources
Gets a list of all Sent Update Requests that have future schedules associated with the specified Sheet.
listShares(long, PaginationParameters) - Method in interface com.smartsheet.api.ShareResources
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use the other listShares method in this class and pass `includeWorkspaceShares` as `false`
listShares(long, PaginationParameters, Boolean) - Method in interface com.smartsheet.api.ShareResources
List shares of a given object.
listSheets(EnumSet<SourceInclusion>, PaginationParameters) - Method in interface com.smartsheet.api.SheetResources
List all sheets.
listSheets(EnumSet<SourceInclusion>, PaginationParameters, Date) - Method in interface com.smartsheet.api.SheetResources
List all sheets.
listSights(PaginationParameters, Date) - Method in interface com.smartsheet.api.SightResources
Gets the list of all Sights where the User has access.
listUpdateRequests(long, PaginationParameters) - Method in interface com.smartsheet.api.SheetUpdateRequestResources
Gets a list of all Update Requests that have future schedules associated with the specified Sheet.
listUserCreatedTemplates(PaginationParameters) - Method in interface com.smartsheet.api.TemplateResources
List user-created templates.
ListUserInclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects that can be included with the ListUsers request.
listUsers() - Method in interface com.smartsheet.api.UserResources
List all users.
listUsers(Set<String>, PaginationParameters) - Method in interface com.smartsheet.api.UserResources
List all users.
listUsers(Set<String>, EnumSet<ListUserInclusion>, PaginationParameters) - Method in interface com.smartsheet.api.UserResources
List all users.
listWebhooks(PaginationParameters) - Method in interface com.smartsheet.api.WebhookResources
Gets the list of all Webhooks that the user owns (if a user generated token was used to make the request) or the list of all Webhooks associated with the third-party app (if a third-party app made the request).
listWorkspaces(PaginationParameters) - Method in interface com.smartsheet.api.WorkspaceResources
List all workspaces.
LOAD - com.smartsheet.api.models.enums.EventAction
 
LOCALE_BASED - com.smartsheet.api.models.format.DateFormat
 

M

memberResources() - Method in interface com.smartsheet.api.GroupResources
Represents the GroupMemberResources.
METRIC - com.smartsheet.api.models.enums.WidgetType
CellLinkWidgetContent object
MEXICAN_PESOS - com.smartsheet.api.models.format.Currency
 
MIDDLE - com.smartsheet.api.models.format.VerticalAlignment
 
MMM_D_YYYY - com.smartsheet.api.models.format.DateFormat
 
MMMM_D - com.smartsheet.api.models.format.DateFormat
 
MMMM_D_YYYY - com.smartsheet.api.models.format.DateFormat
 
MOBILE_ANDROID - com.smartsheet.api.models.enums.EventSource
 
MOBILE_IOS - com.smartsheet.api.models.enums.EventSource
 
MODIFIED_BY - com.smartsheet.api.models.enums.SystemColumnType
Represents the MODIFIED_BY system column type.
MODIFIED_DATE - com.smartsheet.api.models.enums.SystemColumnType
Represents the MODIFIED_DATE system column type.
MONDAY - com.smartsheet.api.models.enums.DayDescriptor
Represents MONDAY descriptor type.
MONDAY - com.smartsheet.api.models.enums.DayOfWeek
 
MONEY - com.smartsheet.api.models.enums.Symbol
Represents the MONEY symbol.
MONTHLY - com.smartsheet.api.models.enums.ScheduleType
Represents MONTHLY schedule type.
MOVE - com.smartsheet.api.models.enums.EventAction
 
MOVE_ROW - com.smartsheet.api.models.enums.EventAction
 
moveFolder(long, ContainerDestination) - Method in interface com.smartsheet.api.FolderResources
Moves the specified Folder to another location.
MoveRowBuilder() - Constructor for class com.smartsheet.api.models.RowWrapper.MoveRowBuilder
 
moveRows(Long, EnumSet<RowMoveInclusion>, Boolean, CopyOrMoveRowDirective) - Method in interface com.smartsheet.api.SheetRowResources
Moves Row(s) from the Sheet specified in the URL to (the bottom of) another sheet.
moveSheet(long, ContainerDestination) - Method in interface com.smartsheet.api.SheetResources
Moves the specified Sheet to another location.
moveSight(long, ContainerDestination) - Method in interface com.smartsheet.api.SightResources
Creates s copy of the specified Sight.
MULTI_CONTACT - com.smartsheet.api.models.enums.ObjectValueType
MULTI_CONTACT
MULTI_CONTACT_LIST - com.smartsheet.api.models.enums.ColumnType
Represents the MULTI_CONTACT_LIST (multi-assign) column type
MULTI_PICKLIST - com.smartsheet.api.models.enums.ColumnType
Represents the MULTI_PICKLIST (multi select picklist) column type
MULTI_PICKLIST - com.smartsheet.api.models.enums.ObjectValueType
MULTI_PICKLIST
MultiContactObjectValue - Class in com.smartsheet.api.models
 
MultiContactObjectValue() - Constructor for class com.smartsheet.api.models.MultiContactObjectValue
 
MultiContactObjectValue(List<ContactObjectValue>) - Constructor for class com.smartsheet.api.models.MultiContactObjectValue
 
MultiPicklistObjectValue - Class in com.smartsheet.api.models
 
MultiPicklistObjectValue() - Constructor for class com.smartsheet.api.models.MultiPicklistObjectValue
 
MultiPicklistObjectValue(List<String>) - Constructor for class com.smartsheet.api.models.MultiPicklistObjectValue
 
MultiRowEmail - Class in com.smartsheet.api.models
Represents the multi row email object.
MultiRowEmail() - Constructor for class com.smartsheet.api.models.MultiRowEmail
 
MultiRowEmail.AddMultiRowEmailBuilder - Class in com.smartsheet.api.models
A convenience class to help create a MultiRowEmail object with the appropriate fields.

N

NamedModel<T> - Class in com.smartsheet.api.models
Represents an object with a name and an id.
NamedModel() - Constructor for class com.smartsheet.api.models.NamedModel
 
NEW_NOT_VERIFIED - com.smartsheet.api.models.enums.WebhookStatus
Webhook has been created but is not enabled because it has not yet been verified.
newAuthorizationURL(EnumSet<AccessScope>, String) - Method in interface com.smartsheet.api.oauth.OAuthFlow
Generate a new authorization URL.
NewGroupMemberBuilder() - Constructor for class com.smartsheet.api.models.User.NewGroupMemberBuilder
 
NEWZEALAND_DOLLAR - com.smartsheet.api.models.format.Currency
 
NEXT_N_DAYS - com.smartsheet.api.models.enums.Operator
 
NO_ATTACHMENTS - com.smartsheet.api.models.enums.Operator
 
NO_COMMENTS - com.smartsheet.api.models.enums.Operator
 
NO_POTENTIAL_RECIPIENTS - com.smartsheet.api.models.enums.AutomationRuleDisabledReason
 
NO_VALID_SELECTED_COLUMNS - com.smartsheet.api.models.enums.AutomationRuleDisabledReason
 
NONE - com.smartsheet.api.models.enums.ResourceManagementType
 
NONE - com.smartsheet.api.models.format.Bold
 
NONE - com.smartsheet.api.models.format.Color
 
NONE - com.smartsheet.api.models.format.Currency
 
NONE - com.smartsheet.api.models.format.Italic
 
NONE - com.smartsheet.api.models.format.NumberFormat
 
NONE - com.smartsheet.api.models.format.Strikethrough
 
NONE - com.smartsheet.api.models.format.TextWrap
 
NONE - com.smartsheet.api.models.format.ThousandsSeparator
 
NONE - com.smartsheet.api.models.format.Underline
 
NONEXISTENT_CELLS - com.smartsheet.api.models.enums.ObjectExclusion
 
NORWAY_KRONER - com.smartsheet.api.models.format.Currency
 
NOT_ALL_OF - com.smartsheet.api.models.enums.Operator
 
NOT_BETWEEN - com.smartsheet.api.models.enums.Operator
 
NOT_EQUAL - com.smartsheet.api.models.enums.Operator
 
NOT_FUTURE - com.smartsheet.api.models.enums.Operator
 
NOT_LAST_N_DAYS - com.smartsheet.api.models.enums.Operator
 
NOT_NEXT_N_DAYS - com.smartsheet.api.models.enums.Operator
 
NOT_ON_CRITICAL_PATH - com.smartsheet.api.models.enums.Operator
 
NOT_PAST - com.smartsheet.api.models.enums.Operator
 
NOT_SHARED - com.smartsheet.api.models.enums.CrossSheetReferenceStatus
 
NOT_TODAY - com.smartsheet.api.models.enums.Operator
 
NOTIFICATION_ACTION - com.smartsheet.api.models.enums.AutomationActionType
 
NULL - com.smartsheet.api.models.enums.ObjectValueType
NULL
NUMBER - com.smartsheet.api.models.enums.ObjectValueType
NUMBER
NUMBER - com.smartsheet.api.models.format.NumberFormat
 
NumberFormat - Enum in com.smartsheet.api.models.format
 
NumberObjectValue - Class in com.smartsheet.api.models
 
NumberObjectValue() - Constructor for class com.smartsheet.api.models.NumberObjectValue
 
NumberObjectValue(Number) - Constructor for class com.smartsheet.api.models.NumberObjectValue
 

O

OAuthAuthorizationCodeException - Exception in com.smartsheet.api.oauth
This is the exception thrown by OAuthFlow to indicate errors occurred when obtaining authorization code.
OAuthAuthorizationCodeException(String) - Constructor for exception com.smartsheet.api.oauth.OAuthAuthorizationCodeException
Constructor.
OAuthAuthorizationCodeException(String, Throwable) - Constructor for exception com.smartsheet.api.oauth.OAuthAuthorizationCodeException
Constructor.
OAuthFlow - Interface in com.smartsheet.api.oauth
OAuthFlow interface provides methods to do the OAuth2 authorization.
OAuthFlowBuilder - Class in com.smartsheet.api.oauth
This is the builder that is used to build OAuthFlow instances.
OAuthFlowBuilder() - Constructor for class com.smartsheet.api.oauth.OAuthFlowBuilder
Constructor.
OAuthTokenException - Exception in com.smartsheet.api.oauth
This is the exception thrown by OAuthFlow to indicate errors occurred during obtaining OAuth tokens.
OAuthTokenException(String) - Constructor for exception com.smartsheet.api.oauth.OAuthTokenException
Constructor.
OAuthTokenException(String, Throwable) - Constructor for exception com.smartsheet.api.oauth.OAuthTokenException
Constructor.
OBJECT_VALUE - com.smartsheet.api.models.enums.CellHistoryInclusion
 
OBJECT_VALUE - com.smartsheet.api.models.enums.RowInclusion
 
OBJECT_VALUE - com.smartsheet.api.models.enums.SheetInclusion
 
ObjectExclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects that can be excluded in some responses.
ObjectInclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects that can be included in some responses.
ObjectValue - Interface in com.smartsheet.api.models
 
OBJECTVALUE - com.smartsheet.api.models.enums.ReportInclusion
 
ObjectValueType - Enum in com.smartsheet.api.models.enums
 
obtainNewToken(AuthorizationResult) - Method in interface com.smartsheet.api.oauth.OAuthFlow
Obtain a new token using AuthorizationResult.
OK - com.smartsheet.api.models.enums.CrossSheetReferenceStatus
 
ON - com.smartsheet.api.models.format.Bold
 
ON - com.smartsheet.api.models.format.Italic
 
ON - com.smartsheet.api.models.format.Strikethrough
 
ON - com.smartsheet.api.models.format.TextWrap
 
ON - com.smartsheet.api.models.format.ThousandsSeparator
 
ON - com.smartsheet.api.models.format.Underline
 
ON_CRITICAL_PATH - com.smartsheet.api.models.enums.Operator
 
ONCE - com.smartsheet.api.models.enums.ScheduleType
Represents ONCE schedule type.
ONEDRIVE - com.smartsheet.api.models.enums.AttachmentType
 
Operator - Enum in com.smartsheet.api.models.enums
 
OR - com.smartsheet.api.models.enums.SheetFilterOperator
 
ORANGE_0 - com.smartsheet.api.models.format.Color
 
ORANGE_1 - com.smartsheet.api.models.format.Color
 
ORANGE_2 - com.smartsheet.api.models.format.Color
 
ORANGE_3 - com.smartsheet.api.models.format.Color
 
ORANGE_4 - com.smartsheet.api.models.format.Color
 
OWNER - com.smartsheet.api.models.enums.AccessLevel
 
OWNER_INFO - com.smartsheet.api.models.enums.SheetInclusion
 
OWNERINFO - com.smartsheet.api.models.enums.SourceInclusion
 

P

PagedResult<T> - Class in com.smartsheet.api.models
A wrapper object used to Wrap the data that comes back from the API.
PagedResult() - Constructor for class com.smartsheet.api.models.PagedResult
 
PaginationParameters - Class in com.smartsheet.api.models
 
PaginationParameters() - Constructor for class com.smartsheet.api.models.PaginationParameters
 
PaginationParameters(boolean, Integer, Integer) - Constructor for class com.smartsheet.api.models.PaginationParameters
Constructor
PaginationParameters.PaginationParametersBuilder - Class in com.smartsheet.api.models
A convenience class for creating a PaginationParameters object
PaginationParametersBuilder() - Constructor for class com.smartsheet.api.models.PaginationParameters.PaginationParametersBuilder
 
PAIN - com.smartsheet.api.models.enums.Symbol
Represents the PAIN symbol.
PaperSize - Enum in com.smartsheet.api.models.enums
Represents page dimensions in the Smartsheet REST API.
ParentType - Enum in com.smartsheet.api.models.enums
 
parse(String) - Static method in enum com.smartsheet.api.Trace
Parse the string into a Set of Traces
PartialRowUpdateResult - Class in com.smartsheet.api.models
Created by kskeem on 3/1/16.
PartialRowUpdateResult() - Constructor for class com.smartsheet.api.models.PartialRowUpdateResult
 
passthroughResources() - Method in interface com.smartsheet.api.Smartsheet
Returns the PassthroughResources instance that provides access to passthrough resources
PassthroughResources - Interface in com.smartsheet.api
This interface provides methods to access Passthrough resources.
PAST - com.smartsheet.api.models.enums.Operator
 
PDF - com.smartsheet.api.models.enums.AttachmentSubType
 
PDF - com.smartsheet.api.models.enums.SheetEmailFormat
Represents PDF format.
PDF_GANTT - com.smartsheet.api.models.enums.SheetEmailFormat
Represents PDF Gantt format.
PENDING - com.smartsheet.api.models.enums.UpdateRequestStatus
Represents PENDING status.
PENDING - com.smartsheet.api.models.enums.UserStatus
Represents PENDING status.
PERCENT - com.smartsheet.api.models.format.NumberFormat
 
PERMALINKS - com.smartsheet.api.models.enums.SourceExclusion
 
PERSONAL - com.smartsheet.api.models.enums.SheetFilterType
 
PERSONAL_WORKSPACE - com.smartsheet.api.models.enums.SearchLocation
 
PICKLIST - com.smartsheet.api.models.enums.ColumnType
Represents the PICKLIST column type.
postRequest(String, String, Map<String, Object>) - Method in interface com.smartsheet.api.PassthroughResources
Issue an HTTP POST request.
Predecessor - Class in com.smartsheet.api.models
 
Predecessor() - Constructor for class com.smartsheet.api.models.Predecessor
 
PREDECESSOR - com.smartsheet.api.models.enums.ColumnType
Represents the PREDECESSOR column type.
PREDECESSOR_LIST - com.smartsheet.api.models.enums.ObjectValueType
PREDECESSOR_LIST
PredecessorList - Class in com.smartsheet.api.models
 
PredecessorList() - Constructor for class com.smartsheet.api.models.PredecessorList
 
PredecessorList(List<Predecessor>) - Constructor for class com.smartsheet.api.models.PredecessorList
 
PRESENTATION - com.smartsheet.api.models.enums.AttachmentSubType
 
PrimitiveObjectValue<T> - Interface in com.smartsheet.api.models
 
PRIORITY - com.smartsheet.api.models.enums.Symbol
Represents the PRIORITY symbol.
PRIORITY_HML - com.smartsheet.api.models.enums.Symbol
Represents the PRIORITY_HML symbol.
ProfileImage - Class in com.smartsheet.api.models
 
ProfileImage() - Constructor for class com.smartsheet.api.models.ProfileImage
 
PROGRESS - com.smartsheet.api.models.enums.Symbol
Represents the PROGRESS symbol.
PROJECT_SHEET - com.smartsheet.api.models.enums.GlobalTemplate
Project sheet
ProjectSettings - Class in com.smartsheet.api.models
 
ProjectSettings() - Constructor for class com.smartsheet.api.models.ProjectSettings
 
promoteAlternateEmail(long, long) - Method in interface com.smartsheet.api.UserResources
Promote and alternate email to primary.
PT_10 - com.smartsheet.api.models.format.FontSize
 
PT_12 - com.smartsheet.api.models.format.FontSize
 
PT_14 - com.smartsheet.api.models.format.FontSize
 
PT_16 - com.smartsheet.api.models.format.FontSize
 
PT_18 - com.smartsheet.api.models.format.FontSize
 
PT_20 - com.smartsheet.api.models.format.FontSize
 
PT_24 - com.smartsheet.api.models.format.FontSize
 
PT_28 - com.smartsheet.api.models.format.FontSize
 
PT_32 - com.smartsheet.api.models.format.FontSize
 
PT_36 - com.smartsheet.api.models.format.FontSize
 
PT_8 - com.smartsheet.api.models.format.FontSize
 
PT_9 - com.smartsheet.api.models.format.FontSize
 
PublishStatusBuilder() - Constructor for class com.smartsheet.api.models.SheetPublish.PublishStatusBuilder
 
PURGE - com.smartsheet.api.models.enums.EventAction
 
PURPLE_0 - com.smartsheet.api.models.format.Color
 
PURPLE_1 - com.smartsheet.api.models.format.Color
 
PURPLE_2 - com.smartsheet.api.models.format.Color
 
PURPLE_3 - com.smartsheet.api.models.format.Color
 
PURPLE_4 - com.smartsheet.api.models.format.Color
 
putRequest(String, String, Map<String, Object>) - Method in interface com.smartsheet.api.PassthroughResources
Issue an HTTP PUT request.

R

READ_CONTACTS - com.smartsheet.api.models.enums.AccessScope
 
READ_CONTACTS - com.smartsheet.api.oauth.AccessScope
Retrieve contacts.
READ_SHEETS - com.smartsheet.api.models.enums.AccessScope
 
READ_SHEETS - com.smartsheet.api.oauth.AccessScope
Read all sheet data, including comments, attachments and cell data
READ_SIGHTS - com.smartsheet.api.models.enums.AccessScope
 
READ_SIGHTS - com.smartsheet.api.oauth.AccessScope
Read all Sight data
READ_USERS - com.smartsheet.api.models.enums.AccessScope
 
READ_USERS - com.smartsheet.api.oauth.AccessScope
Retrieve users and groups for your Smartsheet organization
Recipient - Interface in com.smartsheet.api.models
 
RecipientEmail - Class in com.smartsheet.api.models
 
RecipientEmail() - Constructor for class com.smartsheet.api.models.RecipientEmail
 
RecipientEmail.AddRecipientEmailBuilder - Class in com.smartsheet.api.models
A convenience class to help create a RecipientEmail object with the appropriate fields.
RecipientGroup - Class in com.smartsheet.api.models
 
RecipientGroup() - Constructor for class com.smartsheet.api.models.RecipientGroup
 
RecipientGroup.AddRecipientGroupBuilder - Class in com.smartsheet.api.models
A convenience class to help create a RecipientGroup object with the appropriate fields.
RED_0 - com.smartsheet.api.models.format.Color
 
RED_1 - com.smartsheet.api.models.format.Color
 
RED_2 - com.smartsheet.api.models.format.Color
 
RED_3 - com.smartsheet.api.models.format.Color
 
RED_4 - com.smartsheet.api.models.format.Color
 
refreshAccessToken() - Method in interface com.smartsheet.api.TokenResources
Refresh token.
refreshToken(Token) - Method in interface com.smartsheet.api.oauth.OAuthFlow
Refresh token.
REMOVE_FROM_ACCOUNT - com.smartsheet.api.models.enums.EventAction
 
REMOVE_FROM_GROUPS - com.smartsheet.api.models.enums.EventAction
 
REMOVE_MEMBER - com.smartsheet.api.models.enums.EventAction
 
REMOVE_PUBLISH - com.smartsheet.api.models.enums.EventAction
 
REMOVE_SHARE - com.smartsheet.api.models.enums.EventAction
 
REMOVE_SHARE_MEMBER - com.smartsheet.api.models.enums.EventAction
 
REMOVE_SHARES - com.smartsheet.api.models.enums.EventAction
 
REMOVE_WORKSPACE_SHARE - com.smartsheet.api.models.enums.EventAction
 
removeFavorites(FavoriteType, Set<Long>) - Method in interface com.smartsheet.api.FavoriteResources
Deletes a list of favorites (all of the same type)
RENAME - com.smartsheet.api.models.enums.EventAction
 
Report - Class in com.smartsheet.api.models
A report object that is a filtered view of the data from one or more Sheets.
Report() - Constructor for class com.smartsheet.api.models.Report
 
REPORT - com.smartsheet.api.models.enums.EventObjectType
 
REPORT - com.smartsheet.api.models.enums.FavoriteType
 
REPORT - com.smartsheet.api.models.enums.SourceType
 
REPORT_NAMES - com.smartsheet.api.models.enums.SearchScope
 
ReportCell - Class in com.smartsheet.api.models
Represents the ReportCell object.
ReportCell() - Constructor for class com.smartsheet.api.models.ReportCell
 
ReportColumn - Class in com.smartsheet.api.models
Represents the “virtual” Column object for Report.
ReportColumn() - Constructor for class com.smartsheet.api.models.ReportColumn
 
ReportInclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects that can be included in some responses.
ReportPublish - Class in com.smartsheet.api.models
The ReportPublish object.
ReportPublish() - Constructor for class com.smartsheet.api.models.ReportPublish
 
reportResources() - Method in interface com.smartsheet.api.Smartsheet
Returns the ReportResources instance that provides access to report resources.
ReportResources - Interface in com.smartsheet.api
This interface provides methods to access Report resources.
ReportRow - Class in com.smartsheet.api.models
Represents the ReportRow object.
ReportRow() - Constructor for class com.smartsheet.api.models.ReportRow
 
REPORTS - com.smartsheet.api.models.enums.FolderRemapExclusion
 
REPORTS - com.smartsheet.api.models.enums.WorkspaceRemapExclusion
 
ReportWidgetContent - Class in com.smartsheet.api.models
 
ReportWidgetContent() - Constructor for class com.smartsheet.api.models.ReportWidgetContent
 
Request - com.smartsheet.api.Trace
 
REQUEST_BACKUP - com.smartsheet.api.models.enums.EventAction
 
RequestBody - com.smartsheet.api.Trace
 
RequestBodySummary - com.smartsheet.api.Trace
 
RequestHeaders - com.smartsheet.api.Trace
 
resetSharedSecret(long) - Method in interface com.smartsheet.api.WebhookResources
Resets the shared secret for the specified Webhook.
RESOURCE_MANAGEMENT_BY_SMARTSHEET - com.smartsheet.api.models.enums.ResourceManagementType
 
ResourceManagementType - Enum in com.smartsheet.api.models.enums
Represents the type of resource management.
ResourceNotFoundException - Exception in com.smartsheet.api
This is the exception to indicate a resource can not be found.
ResourceNotFoundException(Error) - Constructor for exception com.smartsheet.api.ResourceNotFoundException
Constructor.
Response - com.smartsheet.api.Trace
 
ResponseBody - com.smartsheet.api.Trace
 
ResponseBodySummary - com.smartsheet.api.Trace
 
ResponseHeaders - com.smartsheet.api.Trace
 
RESTORE - com.smartsheet.api.models.enums.EventAction
 
Result<T> - Class in com.smartsheet.api.models
Result object to contain information about a PUT or POST request.
Result() - Constructor for class com.smartsheet.api.models.Result
 
REVOKE - com.smartsheet.api.models.enums.EventAction
 
revokeAccessToken() - Method in interface com.smartsheet.api.TokenResources
Revoke access token.
revokeAccessToken(Token) - Method in interface com.smartsheet.api.oauth.OAuthFlow
Revoke access token.
RICHTEXT - com.smartsheet.api.models.enums.WidgetType
RichTextWidgetContent object
RIGHT - com.smartsheet.api.models.format.HorizontalAlignment
 
Row - Class in com.smartsheet.api.models
Represents the Row object.
Row() - Constructor for class com.smartsheet.api.models.Row
Default constructor
Row(Long) - Constructor for class com.smartsheet.api.models.Row
Construct a Row with specified id
ROW - com.smartsheet.api.models.enums.AttachmentParentType
 
ROW - com.smartsheet.api.models.enums.CriteriaTarget
The target for the filter query
ROW - com.smartsheet.api.models.enums.ParentType
 
ROW_PERMALINK - com.smartsheet.api.models.enums.RowInclusion
 
ROW_PERMALINK - com.smartsheet.api.models.enums.SheetInclusion
 
ROW_WRITER_INFO - com.smartsheet.api.models.enums.RowInclusion
 
ROW_WRITER_INFO - com.smartsheet.api.models.enums.SheetInclusion
 
Row.AddRowBuilder - Class in com.smartsheet.api.models
A convenience class for creating a RowWrapper with the necessary fields for inserting a Row or set of rows.
Row.UpdateRowBuilder - Class in com.smartsheet.api.models
 
RowAttachmentResources - Interface in com.smartsheet.api
This interface provides methods to access RowAttachment resources.
RowColumnResources - Interface in com.smartsheet.api
This interface provides methods to access row column resources that are associated to a sheet object.
RowCopyInclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects that can be included in some responses.
RowDiscussionResources - Interface in com.smartsheet.api
This interface provides methods to access Row Discussion resources.
RowEmail - Class in com.smartsheet.api.models
Represents RowEmail object.
RowEmail() - Constructor for class com.smartsheet.api.models.RowEmail
 
RowEmail.AddRowEmailBuilder - Class in com.smartsheet.api.models
A convenience class to help create a RowEmail object with the appropriate fields.
RowInclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects that can be included in some responses.
RowMapping - Class in com.smartsheet.api.models
 
RowMapping() - Constructor for class com.smartsheet.api.models.RowMapping
 
RowMoveInclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects that can be included in some responses.
rowResources() - Method in interface com.smartsheet.api.SheetResources
Return the SheetRowResources object that provides access to Row resources associated with Sheet resources.
RowWrapper - Class in com.smartsheet.api.models
Represents the RowWrapper object that is used to specify the location for a Row or set of Rows.
RowWrapper() - Constructor for class com.smartsheet.api.models.RowWrapper
 
RowWrapper.InsertRowsBuilder - Class in com.smartsheet.api.models
A convenience class for creating a RowWrapper with the necessary fields for inserting a Row or set of rows.
RowWrapper.MoveRowBuilder - Class in com.smartsheet.api.models
A convenience class for creating a RowWrapper with the necessary fields for moving a Row or set of rows.
RULERECIPIENTS - com.smartsheet.api.models.enums.FolderCopyInclusion
 
RULERECIPIENTS - com.smartsheet.api.models.enums.SheetCopyInclusion
 
RULERECIPIENTS - com.smartsheet.api.models.enums.SheetTemplateInclusion
 
RULERECIPIENTS - com.smartsheet.api.models.enums.WorkspaceCopyInclusion
 
RULES - com.smartsheet.api.models.enums.FolderCopyInclusion
 
RULES - com.smartsheet.api.models.enums.SheetCopyInclusion
 
RULES - com.smartsheet.api.models.enums.SheetTemplateInclusion
 
RULES - com.smartsheet.api.models.enums.WorkspaceCopyInclusion
 
RUSSIAN_RUBLES - com.smartsheet.api.models.format.Currency
 
RYG - com.smartsheet.api.models.enums.Symbol
Represents the RYG symbol.
RYGB - com.smartsheet.api.models.enums.Symbol
Represents the RYGB symbol.
RYGG - com.smartsheet.api.models.enums.Symbol
Represents the RYGG symbol.

S

SATURDAY - com.smartsheet.api.models.enums.DayDescriptor
Represents SATURDAY descriptor type.
SATURDAY - com.smartsheet.api.models.enums.DayOfWeek
 
SAVE_AS_NEW - com.smartsheet.api.models.enums.EventAction
 
SAVE_AS_TEMPLATE - com.smartsheet.api.models.enums.EventAction
 
Schedule - Class in com.smartsheet.api.models
 
Schedule() - Constructor for class com.smartsheet.api.models.Schedule
 
ScheduleType - Enum in com.smartsheet.api.models.enums
 
Scope - Class in com.smartsheet.api.models
 
Scope() - Constructor for class com.smartsheet.api.models.Scope
 
SCOPE - com.smartsheet.api.models.enums.ReportInclusion
 
search(String) - Method in interface com.smartsheet.api.SearchResources
Performs a search across all Sheets to which user has access.
search(String, EnumSet<SearchInclusion>, SearchLocation, Date, EnumSet<SearchScope>) - Method in interface com.smartsheet.api.SearchResources
Performs a search across all Sheets to which user has access.
SearchInclusion - Enum in com.smartsheet.api.models.enums
 
SearchLocation - Enum in com.smartsheet.api.models.enums
 
searchResources() - Method in interface com.smartsheet.api.Smartsheet
Returns the SearchResources instance that provides access to searching resources.
SearchResources - Interface in com.smartsheet.api
This interface provides methods to access search resources.
SearchResult - Class in com.smartsheet.api.models
Represents the results of a search.
SearchResult() - Constructor for class com.smartsheet.api.models.SearchResult
 
SearchResultItem - Class in com.smartsheet.api.models
Represents one specific result of a search.
SearchResultItem() - Constructor for class com.smartsheet.api.models.SearchResultItem
 
SearchScope - Enum in com.smartsheet.api.models.enums
 
searchSheet(long, String) - Method in interface com.smartsheet.api.SearchResources
Performs a search within a sheet.
SECOND - com.smartsheet.api.models.enums.DayOrdinal
Represents SECOND ordinal type
SelectionRange - Class in com.smartsheet.api.models
 
SelectionRange() - Constructor for class com.smartsheet.api.models.SelectionRange
 
SEND - com.smartsheet.api.models.enums.EventAction
 
SEND_AS_ATTACHMENT - com.smartsheet.api.models.enums.EventAction
 
SEND_COMMENT - com.smartsheet.api.models.enums.EventAction
 
SEND_INVITE - com.smartsheet.api.models.enums.EventAction
 
SEND_PASSWORD_RESET - com.smartsheet.api.models.enums.EventAction
 
SEND_ROW - com.smartsheet.api.models.enums.EventAction
 
sendReport(long, SheetEmail) - Method in interface com.smartsheet.api.ReportResources
Send a sheet as a PDF attachment via Email To the designated recipients.
sendRow(long, long, RowEmail) - Method in interface com.smartsheet.api.SheetRowResources
Deprecated, for removal: This API element is subject to removal in a future version.
sendRows(long, MultiRowEmail) - Method in interface com.smartsheet.api.SheetRowResources
Send a row via email to the designated recipients.
sendSheet(long, SheetEmail) - Method in interface com.smartsheet.api.SheetResources
Send a sheet as a PDF attachment via email to the designated recipients.
sentNextSendAt(Date) - Method in class com.smartsheet.api.models.Schedule
Set the date and time for when the next request is schedule to send.
SentUpdateRequest - Class in com.smartsheet.api.models
 
SentUpdateRequest() - Constructor for class com.smartsheet.api.models.SentUpdateRequest
 
serialize(JsonGenerator) - Method in class com.smartsheet.api.models.BooleanObjectValue
 
serialize(JsonGenerator) - Method in class com.smartsheet.api.models.ExplicitNull
 
serialize(JsonGenerator) - Method in class com.smartsheet.api.models.NumberObjectValue
 
serialize(JsonGenerator) - Method in interface com.smartsheet.api.models.PrimitiveObjectValue
 
serialize(JsonGenerator) - Method in class com.smartsheet.api.models.StringObjectValue
 
serialize(Format, JsonGenerator, SerializerProvider) - Method in class com.smartsheet.api.models.format.Format.FormatSerializer
 
ServerInfo - Class in com.smartsheet.api.models
 
ServerInfo() - Constructor for class com.smartsheet.api.models.ServerInfo
 
serverInfoResources() - Method in interface com.smartsheet.api.Smartsheet
Returns the ServerInfoResources instance that provides access to Server Info resources.
ServerInfoResources - Interface in com.smartsheet.api
This interface provides methods to server information resources.
ServiceUnavailableException - Exception in com.smartsheet.api
This is the exception to indicate a service unavailable error (possibly due to rate limiting) returned from the Smartsheet REST API.
ServiceUnavailableException(Error) - Constructor for exception com.smartsheet.api.ServiceUnavailableException
Constructor.
setAbove(Boolean) - Method in class com.smartsheet.api.models.AbstractRow
Sets the above
setAbove(Boolean) - Method in class com.smartsheet.api.models.Row.AddRowBuilder
Sets the above flag
setAbove(Boolean) - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Sets the above flag
setAccessLevel(AccessLevel) - Method in class com.smartsheet.api.models.AbstractRow
Sets the user's permissions on the sheet.
setAccessLevel(AccessLevel) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the access level for the sheet.
setAccessLevel(AccessLevel) - Method in class com.smartsheet.api.models.Share.CreateGroupShareBuilder
Access level for this specific share.
setAccessLevel(AccessLevel) - Method in class com.smartsheet.api.models.Share.CreateUserShareBuilder
Sets the access level
setAccessLevel(AccessLevel) - Method in class com.smartsheet.api.models.Share
Sets the access level for this specific share.
setAccessLevel(AccessLevel) - Method in class com.smartsheet.api.models.Share.ShareToOneGroupBuilder
Access level for this specific share.
setAccessLevel(AccessLevel) - Method in class com.smartsheet.api.models.Share.ShareToOneUserBuilder
Access level for this specific share.
setAccessLevel(AccessLevel) - Method in class com.smartsheet.api.models.Share.UpdateShareBuilder
Access level for the share.
setAccessLevel(AccessLevel) - Method in class com.smartsheet.api.models.Sight
Set User's permissions on the Sight
setAccessLevel(AccessLevel) - Method in class com.smartsheet.api.models.Template
Sets the access level of the template.
setAccessLevel(AccessLevel) - Method in class com.smartsheet.api.models.Workspace
Sets the user's permissions on a workspace.
setAccessLevel(String) - Method in class com.smartsheet.api.models.Discussion
Sets the access level.
setAccessToken(String) - Method in class com.smartsheet.api.oauth.Token
Sets the access token.
setAccessToken(String) - Method in interface com.smartsheet.api.Smartsheet
Set the access token to use.
setAccessToken(String) - Method in class com.smartsheet.api.SmartsheetBuilder
Set the access token.
setAccessTokenName(String) - Method in class com.smartsheet.api.models.Event
Sets the access token name associated with the event
setAccount(Account) - Method in class com.smartsheet.api.models.UserProfile
Sets the account
setAction(AutomationAction) - Method in class com.smartsheet.api.models.AutomationRule
Sets the automation action for this rule.
setAction(EventAction) - Method in class com.smartsheet.api.models.Event
Sets the action associated with the event (EventAction enumeration)
setAdditionalDetails(Map<String, Object>) - Method in class com.smartsheet.api.models.Event
Set the hashmap of additional details associated with the event
setAdmin(Boolean) - Method in class com.smartsheet.api.models.User.AddUserBuilder
Sets the admin flag which allows managing users and accounts.
setAdmin(Boolean) - Method in class com.smartsheet.api.models.User.UpdateUserBuilder
Sets the admin flag which allows managing users and accounts.
setAdmin(Boolean) - Method in class com.smartsheet.api.models.UserModel
Sets the admin flag which allows managing users and accounts.
setAlternateEmailAddress(String) - Method in class com.smartsheet.api.models.ErrorDetail
Sets the alternate email address that was specified in the request
setAlternateEmails(List<AlternateEmail>) - Method in class com.smartsheet.api.models.UserModel
Sets the list of alternateEmails
setAltText(String) - Method in class com.smartsheet.api.models.Image
set the alternate text (altText) for the image.
setApiClientId(String) - Method in class com.smartsheet.api.models.Webhook
Set the API client ID corresponding to third-party app that created the webhook.
setApiClientName(String) - Method in class com.smartsheet.api.models.Webhook
Set the API client name corresponding to third-party app that created the webhook.
setAppliedSheetFilterId(Long) - Method in class com.smartsheet.api.models.SheetUserSettings
Sets the applied sheet filter ID.
setAssumedUser(String) - Method in interface com.smartsheet.api.Smartsheet
Set the email of the user to assume.
setAssumedUser(String) - Method in class com.smartsheet.api.SmartsheetBuilder
Set the assumed user.
setAttachments(List<Attachment>) - Method in class com.smartsheet.api.models.AbstractRow
Sets the attachments.
setAttachments(List<Attachment>) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the attachments for the sheet.
setAttachments(List<Attachment>) - Method in class com.smartsheet.api.models.Comment
Sets the comment attachments.
setAttachmentSubType(AttachmentSubType) - Method in class com.smartsheet.api.models.Attachment.CreateAttachmentBuilder
Sets the attachment sub type.
setAttachmentSubType(AttachmentSubType) - Method in class com.smartsheet.api.models.Attachment
Sets the attachment sub type.
setAttachmentType(AttachmentType) - Method in class com.smartsheet.api.models.Attachment.CreateAttachmentBuilder
Sets the attachment type.
setAttachmentType(AttachmentType) - Method in class com.smartsheet.api.models.Attachment
Sets the attachment type.
setAttachmentType(AttachmentType) - Method in class com.smartsheet.api.models.SearchResultItem
Set the attachment type if the search result item is an attachment
setAttachmentType(AttachmentType) - Method in class com.smartsheet.api.models.ShortcutDataItem
Set the attachment type (one of FILE, GOOGLE_DRIVE, LINK, BOX_COM, DROPBOX, EVERNOTE, or EGNYTE).
setAuthorizationURL(String) - Method in class com.smartsheet.api.oauth.OAuthFlowBuilder
Set the authorization URL.
setAutoNumberFormat(AutoNumberFormat) - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Sets the format for an auto number column.
setAutoNumberFormat(AutoNumberFormat) - Method in class com.smartsheet.api.models.Column
Sets the format for the auto generated numbers.
setAutoNumberFormat(AutoNumberFormat) - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Sets the format for an auto number column.
setAxes(List<Object>) - Method in class com.smartsheet.api.models.ChartWidgetContent
Sets the array of axes
setBackgroundColor(String) - Method in class com.smartsheet.api.models.Sight
Set the background color of the Sight
setBackgroundColor(String) - Method in class com.smartsheet.api.models.TitleRichTextWidgetContent
Sets the hex color for the background
setBaseURI(String) - Method in class com.smartsheet.api.SmartsheetBuilder
Set the base URI.
setBlank(Boolean) - Method in class com.smartsheet.api.models.Template
Sets the flag indicating whether this template is blank.
setBold(List<String>) - Method in class com.smartsheet.api.models.FormatTables
Sets the Possible bold values.
setCallbackUrl(String) - Method in class com.smartsheet.api.models.Webhook
Set the HTTPS URL where callbacks will be sent
setCategories(List<String>) - Method in class com.smartsheet.api.models.Template
Sets the array of categories this template belongs to
setCcMe(Boolean) - Method in class com.smartsheet.api.models.Email
Sets the carbon copy me flag.
setCcMe(Boolean) - Method in class com.smartsheet.api.models.MultiRowEmail.AddMultiRowEmailBuilder
Sets the carbon copy me flag.
setCcMe(Boolean) - Method in class com.smartsheet.api.models.RowEmail.AddRowEmailBuilder
Sets the carbon copy me flag.
setCcMe(Boolean) - Method in class com.smartsheet.api.models.RowEmail
 
setCcMe(Boolean) - Method in class com.smartsheet.api.models.Share
Sets the flag to indicate whether or not to send a copy of the email to the sharer.
setCcMe(Boolean) - Method in class com.smartsheet.api.models.SheetEmail.AddSheetEmailBuilder
Sets the carbon copy me flag.
setCell(Cell) - Method in class com.smartsheet.api.models.CellDataItem
Set the cell object
setCellData(List<CellDataItem>) - Method in class com.smartsheet.api.models.CellLinkWidgetContent
Sets the array of cell data items
setCells(List<Cell>) - Method in class com.smartsheet.api.models.Row.AddRowBuilder
Sets the list of cells
setCells(List<Cell>) - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Sets the list of cells
setCells(List<TCell>) - Method in class com.smartsheet.api.models.AbstractRow
Sets the cells.
setChangeAgent(String) - Method in interface com.smartsheet.api.Smartsheet
Set the change agent identifier.
setChangeAgent(String) - Method in class com.smartsheet.api.SmartsheetBuilder
Set the assumed user.
setClientId(String) - Method in class com.smartsheet.api.oauth.OAuthFlowBuilder
Set the client ID
setClientSecret(String) - Method in class com.smartsheet.api.oauth.OAuthFlowBuilder
Set the client secret.
setCode(String) - Method in class com.smartsheet.api.models.Currency
Sets the currency code.
setCode(String) - Method in class com.smartsheet.api.oauth.AuthorizationResult
Sets the authorization code which is required to obtain an access token.
setColor(List<String>) - Method in class com.smartsheet.api.models.FormatTables
Sets the Color hex values.
setColumnCount(Integer) - Method in class com.smartsheet.api.models.Sight
Set the number of columns that the Sight contains
setColumnId(Long) - Method in class com.smartsheet.api.models.Cell
Sets the column id for this cell.
setColumnId(Long) - Method in class com.smartsheet.api.models.CellDataItem
Set the column Id for the cell.
setColumnId(Long) - Method in class com.smartsheet.api.models.CellLink
Sets Column ID of the linked cell
setColumnId(Long) - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Sets the position for the column.
setColumnId(Long) - Method in class com.smartsheet.api.models.Criteria
Sets the operator
setColumnId(Long) - Method in class com.smartsheet.api.models.SortCriterion
Set the column ID of the column to sort on
setColumnIds(List<Long>) - Method in class com.smartsheet.api.models.MultiRowEmail.AddMultiRowEmailBuilder
Sets the IDs of the columns to be included.
setColumnIds(List<Long>) - Method in class com.smartsheet.api.models.RowEmail
Sets the IDs of the columns to be included.
setColumnIds(List<Long>) - Method in class com.smartsheet.api.models.SentUpdateRequest
Set the Ids of the columns included in the request.
setColumnIds(List<Long>) - Method in class com.smartsheet.api.models.WebhookSubscope
Set the array of columnIds if you want to limit the subscription to a subscope.
setColumns(List<Column>) - Method in class com.smartsheet.api.models.CellLinkWidgetContent
Sets the array of columns
setColumns(List<Column>) - Method in class com.smartsheet.api.models.Sheet.CreateSheetBuilder
Sets the columns for the sheet being created.
setColumns(List<TColumn>) - Method in class com.smartsheet.api.models.AbstractRow
Sets the columns.
setColumns(List<TColumn>) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the columns for the sheet.
setColumnType(ColumnType) - Method in class com.smartsheet.api.models.Cell
Sets the column columnType.
setComment(Comment) - Method in class com.smartsheet.api.models.Discussion.CreateDiscussionBuilder
Sets the comments for the discussion.
setComment(Comment) - Method in class com.smartsheet.api.models.Discussion
Sets the comment for the discussion (outbound only, i.e.
setCommentAttachments(List<Attachment>) - Method in class com.smartsheet.api.models.Discussion
Sets the comment attachments.
setCommentCount(Integer) - Method in class com.smartsheet.api.models.Discussion
Sets the discussion comment count
setComments(List<Comment>) - Method in class com.smartsheet.api.models.Discussion
Sets the comments for the discussion.
setCompany(String) - Method in class com.smartsheet.api.models.UserModel
Sets the user's company name
setConditionalFormat(Format) - Method in class com.smartsheet.api.models.AbstractRow
Sets the conditional format of the row.
setConditionalFormat(String) - Method in class com.smartsheet.api.models.Cell
 
setContactOptions(List<Contact>) - Method in class com.smartsheet.api.models.Column
Sets the list of contact options
setContactOptions(List<Contact>) - Method in class com.smartsheet.api.models.SummaryField
Set contact options
setContactReferences(List<ContactObjectValue>) - Method in class com.smartsheet.api.models.AbstractSheet
Sets contact references used by MULTI_CONTACT_LIST columns
setContents(WidgetContent) - Method in class com.smartsheet.api.models.Widget
Set the data that specifies the contents of the widget.
setContextData(List<String>) - Method in class com.smartsheet.api.models.SearchResultItem
Sets the context data for this specific search result.
setCreatedAt(Date) - Method in class com.smartsheet.api.models.AbstractRow
Sets the date and time a row was created.
setCreatedAt(Date) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the date and time the sheet was created.
setCreatedAt(Date) - Method in class com.smartsheet.api.models.Attachment
Sets the created at.
setCreatedAt(Date) - Method in class com.smartsheet.api.models.AutomationRule
Sets a timestamp for when the rule was created.
setCreatedAt(Date) - Method in class com.smartsheet.api.models.Comment
Sets the date the comment was created.
setCreatedAt(Date) - Method in class com.smartsheet.api.models.Group
 
setCreatedAt(Date) - Method in class com.smartsheet.api.models.Share
Sets the time that the share was created
setCreatedAt(Date) - Method in class com.smartsheet.api.models.Sight
Set time of Sight creation
setCreatedAt(Date) - Method in class com.smartsheet.api.models.SummaryField
Set summary field time of creation
setCreatedAt(Date) - Method in class com.smartsheet.api.models.UpdateRequest
Sets the date and time for when this request was originally created.
setCreatedAt(Date) - Method in class com.smartsheet.api.models.Webhook
Set the time the webhook was created.
setCreatedBy(User) - Method in class com.smartsheet.api.models.Attachment
 
setCreatedBy(User) - Method in class com.smartsheet.api.models.AutomationRule
Sets the User object for the author of this rule.
setCreatedBy(User) - Method in class com.smartsheet.api.models.Comment
Sets the user that created the comment.
setCreatedBy(User) - Method in class com.smartsheet.api.models.Discussion
Sets the created by.
setCreatedBy(User) - Method in class com.smartsheet.api.models.SummaryField
Set User object of summary field creator
setCriteria(List<Criteria>) - Method in class com.smartsheet.api.models.SheetFilterDetails
Sets the list of criteria
setCriticalPathEnabled(Boolean) - Method in class com.smartsheet.api.models.SheetUserSettings.AddUserSettingsBuilder
Sets the value for critical path enabled.
setCriticalPathEnabled(Boolean) - Method in class com.smartsheet.api.models.SheetUserSettings
Sets the value for critical path enabled.
setCrossSheetReferences(List<CrossSheetReference>) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the list of cross sheet references used by this sheet
setCurrency(List<Currency>) - Method in class com.smartsheet.api.models.FormatTables
Sets the Currency codes and symbols.
setCustomWelcomeScreenViewed(Date) - Method in class com.smartsheet.api.models.UserModel
Sets the customWelcomeScreenViewed date
setData(List<Event>) - Method in class com.smartsheet.api.models.EventResult
Sets the list of events
setData(List<T>) - Method in class com.smartsheet.api.models.PagedResult
 
setDataSource(String) - Method in class com.smartsheet.api.models.CellDataItem
Sets the data source
setDateFormat(List<String>) - Method in class com.smartsheet.api.models.FormatTables
Sets the array of strings containing available date formats
setDayDescriptors(List<DayDescriptor>) - Method in class com.smartsheet.api.models.Schedule
Set the array of day descriptors
setDayOfMonth(Integer) - Method in class com.smartsheet.api.models.Schedule
Set the day within the month
setDayOrdinal(DayOrdinal) - Method in class com.smartsheet.api.models.Schedule
Set the day ordinal
setDays(Double) - Method in class com.smartsheet.api.models.Duration
Set the number of days for this duration.
setDecimalCount(List<String>) - Method in class com.smartsheet.api.models.FormatTables
Sets the allowed decimal count values.
setDefaults(String) - Method in class com.smartsheet.api.models.FormatTables
Sets the format descriptor.
setDepartment(String) - Method in class com.smartsheet.api.models.UserModel
Sets the user's department
setDependenciesEnabled(Boolean) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the dependencies enabled flag.
setDescription(String) - Method in class com.smartsheet.api.models.Attachment.CreateAttachmentBuilder
Sets the attachment description.
setDescription(String) - Method in class com.smartsheet.api.models.Attachment
Sets the attachment description.
setDescription(String) - Method in class com.smartsheet.api.models.Column
Sets the column description
setDescription(String) - Method in class com.smartsheet.api.models.Group.CreateGroupBuilder
 
setDescription(String) - Method in class com.smartsheet.api.models.Group
 
setDescription(String) - Method in class com.smartsheet.api.models.Group.UpdateGroupBuilder
 
setDescription(String) - Method in class com.smartsheet.api.models.Template
Sets the description of the template.
setDestinationId(Long) - Method in class com.smartsheet.api.models.ContainerDestination.AddContainerDestinationBuilder
Sets the id for the folder
setDestinationId(Long) - Method in class com.smartsheet.api.models.ContainerDestination
Sets the id for the folder
setDestinationSheetId(String) - Method in class com.smartsheet.api.models.CopyOrMoveRowResult
Sets the ID of the destination sheet.
setDestinationType(DestinationType) - Method in class com.smartsheet.api.models.ContainerDestination.AddContainerDestinationBuilder
Sets the type for the folder
setDestinationType(DestinationType) - Method in class com.smartsheet.api.models.ContainerDestination
Sets the type for the folder
setDetail(Object) - Method in class com.smartsheet.api.models.Error
Sets the error detail.
setDirection(SortDirection) - Method in class com.smartsheet.api.models.SortCriterion
Set the sort direction
setDisabledDetails(String) - Method in class com.smartsheet.api.models.Webhook
Set the details about the reason the webhook was disabled.
setDisabledReason(AutomationRuleDisabledReason) - Method in class com.smartsheet.api.models.AutomationRule
Sets a machine-readable reason a rule is disabled.
setDisabledReasonText(String) - Method in class com.smartsheet.api.models.AutomationRule
Sets descriptive text for why this rule is disabled.
setDiscussionId(Long) - Method in class com.smartsheet.api.models.Comment
Sets the discussion id.
setDiscussions(List<Discussion>) - Method in class com.smartsheet.api.models.AbstractRow
Sets the discussions.
setDiscussions(List<Discussion>) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the discussions for the sheet.
setDisplaySummaryTasks(Boolean) - Method in class com.smartsheet.api.models.SheetUserSettings.AddUserSettingsBuilder
Sets the value for display summary tasks.
setDisplaySummaryTasks(Boolean) - Method in class com.smartsheet.api.models.SheetUserSettings
Sets the value for display summary tasks.
setDisplayValue(String) - Method in class com.smartsheet.api.models.Cell
Sets the display value used on columns special columns such as "Contact List".
setDisplayValue(String) - Method in class com.smartsheet.api.models.SummaryField
Sets the display value of the summary field
setEffectiveAttachmentOptions(EnumSet<AttachmentType>) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the effective attachment options.
setElapsed(Boolean) - Method in class com.smartsheet.api.models.Duration
Set flag indicating this duration represents elapsed time.
setEmail(String) - Method in class com.smartsheet.api.models.AlternateEmail.AddAlternateEmailBuilder
Set the alt email address
setEmail(String) - Method in class com.smartsheet.api.models.AlternateEmail
Set the user's alternate email address.
setEmail(String) - Method in class com.smartsheet.api.models.Contact
Sets the email for the contact
setEmail(String) - Method in class com.smartsheet.api.models.GroupMember.AddGroupMemberBuilder
Set the id of the group member
setEmail(String) - Method in class com.smartsheet.api.models.GroupMember
 
setEmail(String) - Method in class com.smartsheet.api.models.RecipientEmail.AddRecipientEmailBuilder
Set the recipient's email
setEmail(String) - Method in class com.smartsheet.api.models.RecipientEmail
Set the recipient's email
setEmail(String) - Method in class com.smartsheet.api.models.Share
Sets the email for this specific share.
setEmail(String) - Method in class com.smartsheet.api.models.Share.ShareToOneUserBuilder
Email address for this specific share.
setEmail(String) - Method in class com.smartsheet.api.models.User.AddUserBuilder
Sets the email for the user.
setEmail(String) - Method in class com.smartsheet.api.models.User.NewGroupMemberBuilder
Set the email id of the user
setEmail(String) - Method in class com.smartsheet.api.models.UserModel
Sets the email address.
setEmailAddress(String) - Method in class com.smartsheet.api.models.Share.CreateUserShareBuilder
Email address for the ShareType.USER share.
setEnabled(Boolean) - Method in class com.smartsheet.api.models.AutomationRule
Sets flag indicating if rule is active
setEnabled(Boolean) - Method in class com.smartsheet.api.models.Webhook
Set flag indicating whether the webhook is on or off.
setEndAt(Date) - Method in class com.smartsheet.api.models.Schedule
Set the date, time and time zone at which the delivery schedule will end
setEndColumnId(Long) - Method in class com.smartsheet.api.models.CrossSheetReference
Set the last column ID in the cross sheet reference block
setEndRowId(Long) - Method in class com.smartsheet.api.models.CrossSheetReference
Set the last row ID in the cross sheet reference block
setError(Error) - Method in class com.smartsheet.api.models.BulkRowFailedItem
Set the Error
setError(Error) - Method in class com.smartsheet.api.models.ImageUrl
Set the error object.
setError(Error) - Method in class com.smartsheet.api.models.Widget
Sets an Error object when the widget is in an error state
setErrorCode(Integer) - Method in class com.smartsheet.api.models.Error
Sets the error code.
setEventId(String) - Method in class com.smartsheet.api.models.Event
Sets a unique event ID
setEvents(List<String>) - Method in class com.smartsheet.api.models.Webhook
Set the array of events that are subscribed to
setEventTimestamp(Object) - Method in class com.smartsheet.api.models.Event
Sets an event timestamp
setExpanded(Boolean) - Method in class com.smartsheet.api.models.AbstractRow
Sets the row to be expanded.
setExpanded(Boolean) - Method in class com.smartsheet.api.models.Row.AddRowBuilder
Sets the expanded flag
setExpanded(Boolean) - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Sets the expanded flag
setExpiresInSeconds(long) - Method in class com.smartsheet.api.oauth.AuthorizationResult
Sets the total number of seconds that the authorization token is valid.
setExpiresInSeconds(long) - Method in class com.smartsheet.api.oauth.Token
Sets the expires in seconds.
setFailedItems(List<BulkItemFailure>) - Method in class com.smartsheet.api.models.BulkItemResult
 
setFailedItems(List<BulkRowFailedItem>) - Method in class com.smartsheet.api.models.PartialRowUpdateResult
 
setFavorite(Boolean) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the favorite sheet
setFavorite(Boolean) - Method in class com.smartsheet.api.models.Folder
Sets the favorite boolean value of folder in Home.
setFavorite(Boolean) - Method in class com.smartsheet.api.models.SearchResultItem
Set a flag indicating if the search result item is a favorite
setFavorite(Boolean) - Method in class com.smartsheet.api.models.Sight
Set flag indicating whether the user has marked the Sight as a favorite
setFavorite(Boolean) - Method in class com.smartsheet.api.models.Workspace
Sets the favorite
setFeatureInfo(FeatureInfo) - Method in class com.smartsheet.api.models.ServerInfo
Sets the feature info.
setFields(List<SummaryField>) - Method in class com.smartsheet.api.models.SheetSummary
Set sheet summary fields
setFileName(String) - Method in class com.smartsheet.api.models.ImageWidgetContent
Sets the name of the image file
setFill(String) - Method in class com.smartsheet.api.models.AutoNumberFormat
Sets the fill.
setFilteredOut(Boolean) - Method in class com.smartsheet.api.models.AbstractRow
Sets the row to be filtered out.
setFilters(List<SheetFilter>) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the list of sheet filters for this sheet.
setFilterType(SheetFilterType) - Method in class com.smartsheet.api.models.SheetFilter
Sets the filter type
setFirstName(String) - Method in class com.smartsheet.api.models.GroupMember
 
setFirstName(String) - Method in class com.smartsheet.api.models.User.AddUserBuilder
 
setFirstName(String) - Method in class com.smartsheet.api.models.User.UpdateUserBuilder
 
setFirstName(String) - Method in class com.smartsheet.api.models.UserModel
Sets the first name.
setFolderId(Long) - Method in class com.smartsheet.api.models.WidgetHyperlink
Sets the folder ID - valid when interactionType == SMARTSHEET_ITEM
setFolders(List<Folder>) - Method in class com.smartsheet.api.models.Folder
Sets the folders contained in this folder.
setFolders(List<Folder>) - Method in class com.smartsheet.api.models.Home
Sets the folders in the home location.
setFontFamily(List<FontFamily>) - Method in class com.smartsheet.api.models.FormatTables
Sets the Font families.
setFontSize(List<String>) - Method in class com.smartsheet.api.models.FormatTables
Sets the Font sizes in points.
setFormat(SheetEmailFormat) - Method in class com.smartsheet.api.models.SheetEmail.AddSheetEmailBuilder
Sets the sheet email format (PDF or Excel).
setFormat(SheetEmailFormat) - Method in class com.smartsheet.api.models.SheetEmail
Sets the sheet email format (PDF or Excel).
setFormat(Format) - Method in class com.smartsheet.api.models.AbstractRow
 
setFormat(Format) - Method in class com.smartsheet.api.models.Cell
 
setFormat(Format) - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Sets the format for a column.
setFormat(Format) - Method in class com.smartsheet.api.models.Column
 
setFormat(Format) - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Sets the format
setFormat(Format) - Method in class com.smartsheet.api.models.ImageWidgetContent
Sets the formatDescriptor for the image file
setFormat(Format) - Method in class com.smartsheet.api.models.Row.AddRowBuilder
Sets the format
setFormat(Format) - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Sets the format
setFormat(Format) - Method in class com.smartsheet.api.models.SummaryField
Sets the format descriptor
setFormatDetails(FormatDetails) - Method in class com.smartsheet.api.models.SheetEmail.AddSheetEmailBuilder
Sets the format details (paper dimensions).
setFormatDetails(FormatDetails) - Method in class com.smartsheet.api.models.SheetEmail
Sets the format details (paper dimensions).
setFormats(FormatTables) - Method in class com.smartsheet.api.models.ServerInfo
Sets the format tables.
setFormula(String) - Method in class com.smartsheet.api.models.Cell
Sets the formula for this cell.
setFormula(String) - Method in class com.smartsheet.api.models.Column
 
setFormula(String) - Method in class com.smartsheet.api.models.SummaryField
Sets the formula for the summary field
setFrequency(AutomationActionFrequency) - Method in class com.smartsheet.api.models.AutomationAction
Sets the automation action frequency
setFrom(Long) - Method in class com.smartsheet.api.models.RowMapping
Sets the Row ID in the source sheet.
setFromId(Long) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the ID of the sheet/template from which the sheet was created.
setFromId(Long) - Method in class com.smartsheet.api.models.Sheet.CreateFromTemplateOrSheetBuilder
Set the from Id.
setGanttEnabled(Boolean) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the gantt enabled flag.
setGlobalTemplate(GlobalTemplate) - Method in class com.smartsheet.api.models.Template
Sets the type of global template
setGroupAdmin(Boolean) - Method in class com.smartsheet.api.models.User.AddUserBuilder
 
setGroupAdmin(Boolean) - Method in class com.smartsheet.api.models.User.UpdateUserBuilder
 
setGroupAdmin(Boolean) - Method in class com.smartsheet.api.models.UserModel
 
setGroupId(Long) - Method in class com.smartsheet.api.models.RecipientGroup.AddRecipientGroupBuilder
Set the group ID
setGroupId(Long) - Method in class com.smartsheet.api.models.RecipientGroup
Set the group ID
setGroupId(Long) - Method in class com.smartsheet.api.models.Share.CreateGroupShareBuilder
Group Id for this share.
setGroupId(Long) - Method in class com.smartsheet.api.models.Share
 
setGroupId(Long) - Method in class com.smartsheet.api.models.Share.ShareToOneGroupBuilder
Group Id for this share.
setGroups(List<Group>) - Method in class com.smartsheet.api.models.UserProfile
Sets the groups list
setHasSummaryFields(Boolean) - Method in class com.smartsheet.api.models.AbstractSheet
Sets flag indicating whether a sheet summary is present
setHeight(Integer) - Method in class com.smartsheet.api.models.ImageWidgetContent
Sets the original height of the image in pixels
setHeight(Integer) - Method in class com.smartsheet.api.models.Widget
Set the number of rows that the widget occupies
setHeight(Long) - Method in class com.smartsheet.api.models.Image
sets the width (in pixels) of the uploaded image
setHeight(Long) - Method in class com.smartsheet.api.models.ImageUrl
Set the image height
setHeight(Long) - Method in class com.smartsheet.api.models.ProfileImage
sets the width (in pixels) of the image
setHidden(Boolean) - Method in class com.smartsheet.api.models.Column
Sets the hidden flag.
setHorizontalAlign(List<String>) - Method in class com.smartsheet.api.models.FormatTables
Sets the Possible horizontalAlign values.
setHours(Double) - Method in class com.smartsheet.api.models.Duration
Set the number of hours for this duration.
setHtmlContent(String) - Method in class com.smartsheet.api.models.ReportWidgetContent
Sets the HTML snippet used to render report
setHtmlContent(String) - Method in class com.smartsheet.api.models.TitleRichTextWidgetContent
Sets the HTML snippet to render title or rich text
setHttpClient(HttpClient) - Method in class com.smartsheet.api.oauth.OAuthFlowBuilder
Set the HttpClient.
setHttpClient(HttpClient) - Method in class com.smartsheet.api.SmartsheetBuilder
Set the HttpClient.
setHyperlink(Hyperlink) - Method in class com.smartsheet.api.models.Cell
 
setHyperlink(Hyperlink) - Method in class com.smartsheet.api.models.ShortcutDataItem
Set the hyperlink object
setHyperlink(Hyperlink) - Method in class com.smartsheet.api.models.SummaryField
Sets the hyperlink associated with the field
setHyperlink(WidgetHyperlink) - Method in class com.smartsheet.api.models.CellLinkWidgetContent
Sets the widget hyperlink
setHyperlink(WidgetHyperlink) - Method in class com.smartsheet.api.models.ChartWidgetContent
Sets the hyperlink associated with this Widget
setHyperlink(WidgetHyperlink) - Method in class com.smartsheet.api.models.ImageWidgetContent
Sets the hyperlink associated with this Widget
setHyperlink(WidgetHyperlink) - Method in class com.smartsheet.api.models.ReportWidgetContent
Sets the hyperlink associated with this Widget
setIcalEnabled(Boolean) - Method in class com.smartsheet.api.models.SheetPublish.PublishStatusBuilder
Ical enabled.
setIcalEnabled(Boolean) - Method in class com.smartsheet.api.models.SheetPublish
Sets the ical enabled flag.
setIcalUrl(String) - Method in class com.smartsheet.api.models.SheetPublish
Sets the ical url.
setId(Long) - Method in class com.smartsheet.api.models.AbstractRow
 
setId(Long) - Method in class com.smartsheet.api.models.Folder.UpdateFolderBuilder
Sets the folder id.
setId(Long) - Method in class com.smartsheet.api.models.Group.UpdateGroupBuilder
 
setId(Long) - Method in class com.smartsheet.api.models.SummaryField
 
setId(Long) - Method in class com.smartsheet.api.models.UpdateRequest
Set the Id of the update request.
setId(Long) - Method in class com.smartsheet.api.models.Workspace.UpdateWorkspaceBuilder
Set the workspace id
setId(String) - Method in class com.smartsheet.api.models.Image
Sets the image id
setId(T) - Method in class com.smartsheet.api.models.IdentifiableModel
Sets the id.
setId(T) - Method in class com.smartsheet.api.models.IdentifiableModelMixin
 
setImage(Image) - Method in class com.smartsheet.api.models.Cell
Sets the image for this cell.
setImage(Image) - Method in class com.smartsheet.api.models.SummaryField
Sets the image associated with the field
setImage(String) - Method in class com.smartsheet.api.models.Template
Sets the URL to the small preview image for this template.
setImageId(String) - Method in class com.smartsheet.api.models.ContactObjectValue
Sets the contact image for this Contact
setImageId(String) - Method in class com.smartsheet.api.models.Image
sets the image ID
setImageId(String) - Method in class com.smartsheet.api.models.ImageUrl
Set the image id
setImageId(String) - Method in class com.smartsheet.api.models.ProfileImage
sets the image ID
setImageUrls(List<ImageUrl>) - Method in class com.smartsheet.api.models.ImageUrlMap
Set the array of imageUrl objects
setIncludeAll(boolean) - Method in class com.smartsheet.api.models.PaginationParameters.PaginationParametersBuilder
Sets the include All Flag
setIncludeAll(boolean) - Method in class com.smartsheet.api.models.PaginationParameters
Sets includeAll
setIncludeAllColumns(Boolean) - Method in class com.smartsheet.api.models.AutomationAction
Sets the flag indicating if all columns in the sheet should be included with the email
setIncludeAttachments(Boolean) - Method in class com.smartsheet.api.models.AutomationAction
Sets the flag indicating if attachments should be included with the email
setIncludeAttachments(Boolean) - Method in class com.smartsheet.api.models.MultiRowEmail.AddMultiRowEmailBuilder
Sets the flag that indicates if attachments should be included in the email.
setIncludeAttachments(Boolean) - Method in class com.smartsheet.api.models.RowEmail.AddRowEmailBuilder
Sets the flag that indicates if attachments should be included in the email.
setIncludeAttachments(Boolean) - Method in class com.smartsheet.api.models.RowEmail
Sets the flag that indicates if attachments should be included in the email.
setIncludeAttachments(Boolean) - Method in class com.smartsheet.api.models.SentUpdateRequest
Sets the flag that indicates if attachments should be included in the email.
setIncludedColumnIds(List<Long>) - Method in class com.smartsheet.api.models.AutomationAction
Sets the list of included columns
setIncludedColumnIds(List<Long>) - Method in class com.smartsheet.api.models.ChartWidgetContent
Sets the array of column IDs if the range was selected through the UI
setIncludeDiscussions(Boolean) - Method in class com.smartsheet.api.models.AutomationAction
Sets the flag indicating if discussions should be included with the email
setIncludeDiscussions(Boolean) - Method in class com.smartsheet.api.models.MultiRowEmail.AddMultiRowEmailBuilder
Sets the flag that indicates if discussions should be included in the email.
setIncludeDiscussions(Boolean) - Method in class com.smartsheet.api.models.RowEmail.AddRowEmailBuilder
Sets the flag that indicates if discussions should be included in the email.
setIncludeDiscussions(Boolean) - Method in class com.smartsheet.api.models.RowEmail
Sets the flag that indicates if discussions should be included in the email.
setIncludeDiscussions(Boolean) - Method in class com.smartsheet.api.models.SentUpdateRequest
Sets the flag that indicates if discussions should be included in the email.
setIncludeParent(Boolean) - Method in class com.smartsheet.api.models.SheetFilterDetails
Sets flag indicating whether to include parent rows whose children are included in this filter
setInCriticalPath(Boolean) - Method in class com.smartsheet.api.models.AbstractRow
Sets the row to be in critical path.
setInCriticalPath(Boolean) - Method in class com.smartsheet.api.models.Predecessor
Set flag indicating if this predecessor is in the critical path
setIndent(Integer) - Method in class com.smartsheet.api.models.AbstractRow
Sets integer value specifying the number of levels to indent this row (update only).
setIndent(Integer) - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Sets the number of levels of indent
setIndex(int) - Method in class com.smartsheet.api.models.BulkRowFailedItem
Set the index
setIndex(int) - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Sets the position for the column.
setIndex(Integer) - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Sets the index for the column.
setIndex(Integer) - Method in class com.smartsheet.api.models.Column
Sets the position of the column.
setIndex(Integer) - Method in class com.smartsheet.api.models.ErrorDetail
Sets the index of the row that caused the error
setIndex(Integer) - Method in class com.smartsheet.api.models.SummaryField
Sets the field index or position
setInteractionType(String) - Method in class com.smartsheet.api.models.WidgetHyperlink
Sets the interaction type
setInvalid(Boolean) - Method in class com.smartsheet.api.models.Predecessor
Set flag indicating if the row referenced by rowId is not a valid row in this sheet, or if there is a circular reference
setItalic(List<String>) - Method in class com.smartsheet.api.models.FormatTables
Sets the Possible italic values.
setJsonSerializer(JsonSerializer) - Method in class com.smartsheet.api.oauth.OAuthFlowBuilder
Set the JsonSerializer.
setJsonSerializer(JsonSerializer) - Method in class com.smartsheet.api.SmartsheetBuilder
Set the JsonSerializer.
setLabel(String) - Method in class com.smartsheet.api.models.CellDataItem
Set the label for the data point.
setLabel(String) - Method in class com.smartsheet.api.models.ShortcutDataItem
Set the label for the data point.
setLabelFormat(Format) - Method in class com.smartsheet.api.models.CellDataItem
Set the format descriptor for the label
setLabelFormat(Format) - Method in class com.smartsheet.api.models.ShortcutDataItem
Set the label format string
setLag(Duration) - Method in class com.smartsheet.api.models.Predecessor
Set the lag value of this predecessor
setLargeImage(String) - Method in class com.smartsheet.api.models.Template
Sets the URL to the large preview image for this template.
setLastCallbackAttempt(Date) - Method in class com.smartsheet.api.models.WebhookStats
Set the timestamp from the last callback attempt.
setLastCallbackAttemptRetryCount(Integer) - Method in class com.smartsheet.api.models.WebhookStats
Set the number of retries the webhook had performed as of the last callback attempt.
setLastCommentedAt(Date) - Method in class com.smartsheet.api.models.Discussion
Sets the date a comment was last added to a discussion.
setLastCommentedUser(User) - Method in class com.smartsheet.api.models.Discussion
Sets the user that last commented in the discussion.
setLastLogin(Date) - Method in class com.smartsheet.api.models.UserModel
Sets the lastLogin date
setLastName(String) - Method in class com.smartsheet.api.models.GroupMember
 
setLastName(String) - Method in class com.smartsheet.api.models.User.AddUserBuilder
 
setLastName(String) - Method in class com.smartsheet.api.models.User.UpdateUserBuilder
 
setLastName(String) - Method in class com.smartsheet.api.models.UserModel
Sets the last name.
setLastSentAt(Date) - Method in class com.smartsheet.api.models.Schedule
Set the date and time for when the last request was sent.
setLastSuccessfulCallback(Date) - Method in class com.smartsheet.api.models.WebhookStats
Set the timestamp from the last successful callback.
setLayout(String) - Method in class com.smartsheet.api.models.RowEmail.AddRowEmailBuilder
Sets the layout string
setLayout(String) - Method in class com.smartsheet.api.models.RowEmail
Sets the layout string
setLegend(Object) - Method in class com.smartsheet.api.models.ChartWidgetContent
Sets the location in the widget where Smartsheet renders the legend
setLengthOfDay(Float) - Method in class com.smartsheet.api.models.ProjectSettings
Set length of a workday for a project sheet in hours.
setLicensedSheetCreator(Boolean) - Method in class com.smartsheet.api.models.User.AddUserBuilder
Sets the licensed sheet creator flag that allows creating and owning sheets.
setLicensedSheetCreator(Boolean) - Method in class com.smartsheet.api.models.User.UpdateUserBuilder
Licensed sheet creator.
setLicensedSheetCreator(Boolean) - Method in class com.smartsheet.api.models.UserModel
Sets the licensed sheet creator flag that allows creating and owning sheets.
setLinkInFromCell(CellLink) - Method in class com.smartsheet.api.models.Cell
 
setLinksOutToCells(List<CellLink>) - Method in class com.smartsheet.api.models.Cell
 
setLocale(String) - Method in class com.smartsheet.api.models.Template
Sets the locate of the template.
setLocale(String) - Method in class com.smartsheet.api.models.UserProfile
Sets the locale
setLocked(Boolean) - Method in class com.smartsheet.api.models.AbstractRow
 
setLocked(Boolean) - Method in class com.smartsheet.api.models.Column
Sets the locked flag
setLocked(Boolean) - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Sets the locked flag
setLocked(Boolean) - Method in class com.smartsheet.api.models.SummaryField
Sets flag indicating if field is locked
setLockedForUser(Boolean) - Method in class com.smartsheet.api.models.AbstractRow
Set locked For User
setLockedForUser(Boolean) - Method in class com.smartsheet.api.models.Column
Sets the locked for user flag
setLockedForUser(Boolean) - Method in class com.smartsheet.api.models.SummaryField
Sets flag indicating whether field is locked for the requesting user
setMaxRetryTimeMillis(long) - Method in interface com.smartsheet.api.Smartsheet
Sets the max retry time if the HttpClient is an instance of DefaultHttpClient
setMaxRetryTimeMillis(long) - Method in class com.smartsheet.api.SmartsheetBuilder
Store a user provided userCalcBackoff.
setMaxSheetCount(Integer) - Method in class com.smartsheet.api.models.ErrorDetail
Sets the maximum sheet count for the server-side limit
setMembers(List<GroupMember>) - Method in class com.smartsheet.api.models.Group.CreateGroupBuilder
Sets the members for the group being created.
setMembers(List<GroupMember>) - Method in class com.smartsheet.api.models.Group
 
setMessage(String) - Method in class com.smartsheet.api.models.AutomationAction
Sets the email body
setMessage(String) - Method in class com.smartsheet.api.models.Email
Sets the message.
setMessage(String) - Method in class com.smartsheet.api.models.Error
Sets the message.
setMessage(String) - Method in class com.smartsheet.api.models.MultiRowEmail.AddMultiRowEmailBuilder
Sets the message.
setMessage(String) - Method in class com.smartsheet.api.models.Result
Sets the message.
setMessage(String) - Method in class com.smartsheet.api.models.RowEmail.AddRowEmailBuilder
Sets the message.
setMessage(String) - Method in class com.smartsheet.api.models.RowEmail
 
setMessage(String) - Method in class com.smartsheet.api.models.SentUpdateRequest
Sets the email message.
setMessage(String) - Method in class com.smartsheet.api.models.Share
Sets the message to be included in the body of the email.
setMessage(String) - Method in class com.smartsheet.api.models.SheetEmail.AddSheetEmailBuilder
Sets the message.
setMilliseconds(Double) - Method in class com.smartsheet.api.models.Duration
Set the number of milliseconds for this duration.
setMimeType(String) - Method in class com.smartsheet.api.models.Attachment
Sets the mime type.
setMimeType(String) - Method in class com.smartsheet.api.models.SearchResultItem
Sets the mime type.
setMimeType(String) - Method in class com.smartsheet.api.models.ShortcutDataItem
Set the MIME Type
setMinutes(Double) - Method in class com.smartsheet.api.models.Duration
Set the number of minutes for this duration.
setMobilePhone(String) - Method in class com.smartsheet.api.models.UserModel
Sets the user's mobile phone number
setModifiedAt(Date) - Method in class com.smartsheet.api.models.AbstractRow
Sets the date and time a row was modified.
setModifiedAt(Date) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the date and time the sheet was last modified.
setModifiedAt(Date) - Method in class com.smartsheet.api.models.AutomationRule
Sets a timestamp for the last modification to this rule
setModifiedAt(Date) - Method in class com.smartsheet.api.models.CellHistory
Sets the modified Date for the cell.
setModifiedAt(Date) - Method in class com.smartsheet.api.models.Comment
Sets the date the comment was modified.
setModifiedAt(Date) - Method in class com.smartsheet.api.models.Group
 
setModifiedAt(Date) - Method in class com.smartsheet.api.models.Share
Sets the time that the share was last modified
setModifiedAt(Date) - Method in class com.smartsheet.api.models.Sight
Set time of last modification
setModifiedAt(Date) - Method in class com.smartsheet.api.models.SummaryField
Sets the last modification date and time
setModifiedAt(Date) - Method in class com.smartsheet.api.models.UpdateRequest
Set the date and time for when the last change was made to this request.
setModifiedAt(Date) - Method in class com.smartsheet.api.models.Webhook
Set the time that the webhook was last modified.
setModifiedBy(User) - Method in class com.smartsheet.api.models.AutomationRule
Sets the User who last modified this rule.
setModifiedBy(User) - Method in class com.smartsheet.api.models.CellHistory
Sets the user that modified the cell.
setModifiedBy(User) - Method in class com.smartsheet.api.models.SummaryField
Sets the User who last modified the field
setModifiedDate(Date) - Method in class com.smartsheet.api.models.Comment
Sets the date the comment was last modified.
setMoreAvailable(Boolean) - Method in class com.smartsheet.api.models.EventResult
Sets the flag indicating if more events are available
setName(String) - Method in class com.smartsheet.api.models.AbstractSheet
Provide an 'override' of setName (returns AbstractSheet not NamedModel)
setName(String) - Method in class com.smartsheet.api.models.Attachment.CreateAttachmentBuilder
Sets the name.
setName(String) - Method in class com.smartsheet.api.models.Attachment
Provide an 'override' of setName (returns Attachment not NamedModel)
setName(String) - Method in class com.smartsheet.api.models.CrossSheetReference
Provide an 'override' of setName (returns CrossSheetReference not NamedModel)
setName(String) - Method in class com.smartsheet.api.models.Folder.CreateFolderBuilder
Name.
setName(String) - Method in class com.smartsheet.api.models.Folder
Provide an 'override' of setName (returns Folder not NamedModel)
setName(String) - Method in class com.smartsheet.api.models.Folder.UpdateFolderBuilder
Name.
setName(String) - Method in class com.smartsheet.api.models.FontFamily
Sets the name of the font family.
setName(String) - Method in class com.smartsheet.api.models.Group.CreateGroupBuilder
Sets the name for the Group being created.
setName(String) - Method in class com.smartsheet.api.models.Group
Provide an 'override' of setName (returns Group not NamedModel)
setName(String) - Method in class com.smartsheet.api.models.Group.UpdateGroupBuilder
Sets the name for the Group being created.
setName(String) - Method in class com.smartsheet.api.models.NamedModel
Sets the name.
setName(String) - Method in class com.smartsheet.api.models.Share
Provide an 'override' of setName (returns Share not NamedModel)
setName(String) - Method in class com.smartsheet.api.models.Sheet.CreateFromTemplateOrSheetBuilder
Sets the name for the sheet being created.
setName(String) - Method in class com.smartsheet.api.models.Sheet.CreateSheetBuilder
Sets the name for the sheet being created.
setName(String) - Method in class com.smartsheet.api.models.Sheet.UpdateSheetBuilder
Name.
setName(String) - Method in class com.smartsheet.api.models.Sight
Provide an 'override' of setName (returns Sight not NamedModel)
setName(String) - Method in class com.smartsheet.api.models.UserModelWithName
Sets the user's name
setName(String) - Method in class com.smartsheet.api.models.Webhook
Provide an 'override' of setName (returns Webhook not NamedModel)
setName(String) - Method in class com.smartsheet.api.models.Workspace.UpdateWorkspaceBuilder
The name of the workspace.
setNegative(Boolean) - Method in class com.smartsheet.api.models.Duration
Set flag indicating whether the lag is negative(true) or positive(false)
setNewName(String) - Method in class com.smartsheet.api.models.ContainerDestination.AddContainerDestinationBuilder
Sets the name for the folder
setNewName(String) - Method in class com.smartsheet.api.models.ContainerDestination
Sets the name for the destination
setNextStreamPosition(String) - Method in class com.smartsheet.api.models.EventResult
Sets a string indicating the streamPosition for the next set of events
setNonWorkingDays(List<String>) - Method in class com.smartsheet.api.models.ProjectSettings
Set the non-working days of a week for a project sheet.
setNotifyAllSharedUsers(Boolean) - Method in class com.smartsheet.api.models.AutomationAction
Sets the flag indicating if notification should be sent to all shared users
setNumberFormat(List<String>) - Method in class com.smartsheet.api.models.FormatTables
Sets the numberFormat values.
setObjectId(Long) - Method in class com.smartsheet.api.models.Favorite
Sets the ID of the favorited item.
setObjectId(Long) - Method in class com.smartsheet.api.models.SearchResultItem
Sets the object id for this specific search result.
setObjectId(Object) - Method in class com.smartsheet.api.models.Event
Sets an object ID for the object associated with the event
setObjectType(EventObjectType) - Method in class com.smartsheet.api.models.Event
Sets the object type of the object associated with the event
setObjectType(ObjectValueType) - Method in class com.smartsheet.api.models.DateObjectValue
Set the Object Type
setObjectType(String) - Method in class com.smartsheet.api.models.SearchResultItem
Sets the object type for this specific search result.
setObjectValue(ObjectValue) - Method in class com.smartsheet.api.models.Cell
Set object representation of the cell's value
setObjectValue(ObjectValue) - Method in class com.smartsheet.api.models.SummaryField
Sets the field's objectValue
setObjectValue(Object) - Method in class com.smartsheet.api.models.CellDataItem
Set the object for this CellDataItem.
setOperator(Operator) - Method in class com.smartsheet.api.models.Criteria
Sets the operator
setOperator(SheetFilterOperator) - Method in class com.smartsheet.api.models.SheetFilterDetails
Sets how to combine criteria in this filter
setOptions(List<String>) - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Sets the options for the column.
setOptions(List<String>) - Method in class com.smartsheet.api.models.Column
Sets the list of options for the column.
setOptions(List<String>) - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Sets the options for the column.
setOptions(List<String>) - Method in class com.smartsheet.api.models.SummaryField
Sets PICKLIST options
setOrder(Integer) - Method in class com.smartsheet.api.models.CellDataItem
Set the display order for the CellDataItem
setOrder(Integer) - Method in class com.smartsheet.api.models.ShortcutDataItem
Set the display order for this shortcut data item
setOutdent(Integer) - Method in class com.smartsheet.api.models.AbstractRow
Sets integer value specifying the number of levels to outdent this row (update only).
setOutdent(Integer) - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Sets the number of levels of outdent
setOverrideValidation(Boolean) - Method in class com.smartsheet.api.models.Cell
Sets the value of the overrideValidation flag.
setOwner(String) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the owner
setOwner(String) - Method in class com.smartsheet.api.models.Group
 
setOwnerId(long) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the owner id.
setOwnerId(Long) - Method in class com.smartsheet.api.models.Group
 
setPage(Integer) - Method in class com.smartsheet.api.models.PaginationParameters.PaginationParametersBuilder
Sets the page
setPage(Integer) - Method in class com.smartsheet.api.models.PaginationParameters
Sets the page
setPageNumber(Integer) - Method in class com.smartsheet.api.models.PagedResult
 
setPageSize(Integer) - Method in class com.smartsheet.api.models.PagedResult
 
setPageSize(Integer) - Method in class com.smartsheet.api.models.PaginationParameters.PaginationParametersBuilder
Sets the page size
setPageSize(Integer) - Method in class com.smartsheet.api.models.PaginationParameters
Sets the page size
setPaperSize(PaperSize) - Method in class com.smartsheet.api.models.FormatDetails
Sets the paper size.
setParentId(Long) - Method in class com.smartsheet.api.models.AbstractRow
Sets the parent row id.
setParentId(Long) - Method in class com.smartsheet.api.models.Attachment
Sets the parent id.
setParentId(Long) - Method in class com.smartsheet.api.models.Discussion
Sets the ID of the directly associated row or sheet
setParentId(Long) - Method in class com.smartsheet.api.models.Row.AddRowBuilder
Sets the parent id that puts the row as the first child of the specified id.
setParentId(Long) - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Sets the parent id that puts the row as the first child of the specified id.
setParentId(Long) - Method in class com.smartsheet.api.models.RowWrapper.InsertRowsBuilder
Sets the parent id that puts the row as the first child of the specified id.
setParentId(Long) - Method in class com.smartsheet.api.models.RowWrapper.MoveRowBuilder
Sets the parent id that puts the row as the first child of the specified id.
setParentId(Long) - Method in class com.smartsheet.api.models.RowWrapper
Sets the parent id that puts the row as the first child of the specified id.
setParentObjectFavorite(Boolean) - Method in class com.smartsheet.api.models.SearchResultItem
Set a flag indicating if the search result item parent is a favorite
setParentObjectId(Long) - Method in class com.smartsheet.api.models.SearchResultItem
Sets the parent object id for this specific search result.
setParentObjectName(String) - Method in class com.smartsheet.api.models.SearchResultItem
Sets the parent object name for this specific search result.
setParentObjectType(String) - Method in class com.smartsheet.api.models.SearchResultItem
Sets the parent object type for this specific search result.
setParentRowNumber(Integer) - Method in class com.smartsheet.api.models.AbstractRow
Sets the parent row number.
setParentType(AttachmentParentType) - Method in class com.smartsheet.api.models.Attachment
Sets the parent type.
setParentType(ParentType) - Method in class com.smartsheet.api.models.Discussion
Sets the type to row or sheet
setPermalink(String) - Method in class com.smartsheet.api.models.AbstractRow
Sets the parmalink URL.
setPermalink(String) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the permalink for the sheet.
setPermalink(String) - Method in class com.smartsheet.api.models.Folder
Sets the Direct URL to Folder.
setPermalink(String) - Method in class com.smartsheet.api.models.Sight
Set URL pointing to a direct link to the Sight
setPermalink(String) - Method in class com.smartsheet.api.models.Workspace
Sets the permalink to the workspace.
setPredecessors(List<Predecessor>) - Method in class com.smartsheet.api.models.PredecessorList
Sets the array of Predecessor objects.
setPrefix(String) - Method in class com.smartsheet.api.models.AutoNumberFormat
Sets the prefix.
setPrimary(Boolean) - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Sets the primary status for the column.
setPrimary(Boolean) - Method in class com.smartsheet.api.models.Column
Sets the primary flag for the column.
setPrimaryEmailAddress(String) - Method in class com.smartsheet.api.models.ErrorDetail
Sets the primary email address that should be specified in the request
setPrivateId(String) - Method in class com.smartsheet.api.models.ImageWidgetContent
Sets the image private ID
setProfileField(SummaryField) - Method in class com.smartsheet.api.models.CellDataItem
Sets the SummaryField if dataSource is SUMMARY_FIELD
setProfileImage(ProfileImage) - Method in class com.smartsheet.api.models.UserModel
Sets the user's profile image
setProjectSettings(ProjectSettings) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the project settings.
setProjectSettings(ProjectSettings) - Method in class com.smartsheet.api.models.Sheet.UpdateSheetBuilder
Set the project settings
setPublishStatus(long, SightPublish) - Method in interface com.smartsheet.api.SightResources
Sets the publish status of a Sight and returns the new status, including the URLs of any enabled publishing.
setQuery(SheetFilterDetails) - Method in class com.smartsheet.api.models.SheetFilter
Sets the details that make up the Filter query
setReadOnly(Boolean) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the read only flag for the sheet.
setReadOnly(Boolean) - Method in class com.smartsheet.api.models.Discussion
Sets the read only status.
setReadOnlyFullAccessibleBy(String) - Method in class com.smartsheet.api.models.ReportPublish
Set parameter indicating who can see the published report.
setReadOnlyFullAccessibleBy(String) - Method in class com.smartsheet.api.models.SheetPublish
Set string indicating who can access the "Read-Only Full" view of the published sheet.
setReadOnlyFullAccessibleBy(String) - Method in class com.smartsheet.api.models.SightPublish
Sets the value of the readOnlyFullAccessibleBy string
setReadOnlyFullDefaultView(String) - Method in class com.smartsheet.api.models.ReportPublish
Set the read only full default view
setReadOnlyFullDefaultView(String) - Method in class com.smartsheet.api.models.SheetPublish
Set the read only full default view
setReadOnlyFullEnabled(boolean) - Method in class com.smartsheet.api.models.ReportPublish
If true, a rich version of the report is published
setReadOnlyFullEnabled(Boolean) - Method in class com.smartsheet.api.models.SheetPublish.PublishStatusBuilder
Read only full (fancy UI) enabled.
setReadOnlyFullEnabled(Boolean) - Method in class com.smartsheet.api.models.SheetPublish
Sets the read only full (fancy UI) enabled flag.
setReadOnlyFullEnabled(Boolean) - Method in class com.smartsheet.api.models.SightPublish
Set the value of the readOnlyFullEnabled flag.
setReadOnlyFullShowToolbar(Boolean) - Method in class com.smartsheet.api.models.ReportPublish
Set the read only full show toolbar flag
setReadOnlyFullShowToolbar(Boolean) - Method in class com.smartsheet.api.models.SheetPublish
Set the read only full show toolbar flag
setReadOnlyFullShowToolbarEnabled(Boolean) - Method in class com.smartsheet.api.models.SheetPublish.PublishStatusBuilder
Show or hide toolbar on a read only full sheet
setReadOnlyFullUrl(String) - Method in class com.smartsheet.api.models.SheetPublish
Sets the read only full (fancy UI) url.
setReadOnlyFullUrl(String) - Method in class com.smartsheet.api.models.SightPublish
Sets the value of the readOnlyFullUrL string.
setReadOnlyLiteEnabled(Boolean) - Method in class com.smartsheet.api.models.SheetPublish.PublishStatusBuilder
Read only lite enabled.
setReadOnlyLiteEnabled(Boolean) - Method in class com.smartsheet.api.models.SheetPublish
Sets the read only lite (static html UI) enabled flag.
setReadOnlyLiteSslUrl(String) - Method in class com.smartsheet.api.models.SheetPublish
Sets the read only lite ssl url
setReadOnlyLiteUrl(String) - Method in class com.smartsheet.api.models.SheetPublish
Sets the read only lite (static html UI) url.
setReadWriteAccessibleBy(String) - Method in class com.smartsheet.api.models.SheetPublish
Set string indicating who can access the "Edit by Anyone" view of the published sheet.
setReadWriteDefaultView(String) - Method in class com.smartsheet.api.models.SheetPublish
Set the read write default view
setReadWriteEnabled(Boolean) - Method in class com.smartsheet.api.models.SheetPublish.PublishStatusBuilder
Read write enabled.
setReadWriteEnabled(Boolean) - Method in class com.smartsheet.api.models.SheetPublish
Sets the read write enabled flag.
setReadWriteShowToolbar(Boolean) - Method in class com.smartsheet.api.models.SheetPublish
Set the read/write show toolbar flag
setReadWriteShowToolbarEnabled(Boolean) - Method in class com.smartsheet.api.models.SheetPublish.PublishStatusBuilder
Show or hide toolbar on a read/write sheet
setReadWriteUrl(String) - Method in class com.smartsheet.api.models.SheetPublish
Sets the read write url.
setRecipientColumnIds(List<Long>) - Method in class com.smartsheet.api.models.AutomationAction
Sets a list of columns from which to collect email recipients
setRecipients(List<Recipient>) - Method in class com.smartsheet.api.models.AutomationAction
Sets the list of Recipients
setRedirectURL(String) - Method in class com.smartsheet.api.oauth.OAuthFlowBuilder
Set the redirect URL
setRefId(String) - Method in class com.smartsheet.api.models.Error
Set the reference ID
setRefIndex(Integer) - Method in class com.smartsheet.api.models.ContactObjectValue
Sets the offset in contactReferences for this Contact
setRefreshToken(String) - Method in class com.smartsheet.api.oauth.Token
Sets the refresh token.
setRemoveFromSharing(boolean) - Method in class com.smartsheet.api.models.DeleteUserParameters
Sets the remove from sharing flag
setRepeatEvery(Integer) - Method in class com.smartsheet.api.models.Schedule
Set the frequency on which the request will be delivered.
setReportId(Long) - Method in class com.smartsheet.api.models.ChartWidgetContent
Sets the report ID denoting container source, if applicable
setReportId(Long) - Method in class com.smartsheet.api.models.Hyperlink
Sets a link to the Report with this ID.
setReportId(Long) - Method in class com.smartsheet.api.models.ReportWidgetContent
Sets the report ID denoting container source
setReports(List<Report>) - Method in class com.smartsheet.api.models.Folder
Sets the reports.
setReports(List<Report>) - Method in class com.smartsheet.api.models.Home
Sets the reports.
setRequestUserId(Long) - Method in class com.smartsheet.api.models.Event
Sets the user ID of the user whose credential initiated the request
setResourceManagementEnabled(Boolean) - Method in class com.smartsheet.api.models.AbstractSheet
 
setResourceManagementType(ResourceManagementType) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the access level for the sheet.
setResourceViewer(Boolean) - Method in class com.smartsheet.api.models.User.AddUserBuilder
 
setResourceViewer(Boolean) - Method in class com.smartsheet.api.models.User.UpdateUserBuilder
 
setResourceViewer(Boolean) - Method in class com.smartsheet.api.models.UserModel
Sets the resource manager flag.
setResult(T) - Method in class com.smartsheet.api.models.Result
Sets the result.
setResultCode(Integer) - Method in class com.smartsheet.api.models.Result
Sets the result code.
setResults(List<SearchResultItem>) - Method in class com.smartsheet.api.models.SearchResult
Sets the results list of results.
setRole(String) - Method in class com.smartsheet.api.models.UserModel
Sets the user's role
setRowId(Long) - Method in class com.smartsheet.api.models.AbstractRow
Set the Row ID
setRowId(Long) - Method in class com.smartsheet.api.models.BulkRowFailedItem
Set the Row ID
setRowId(Long) - Method in class com.smartsheet.api.models.Cell
Sets the row id for this cell.
setRowId(Long) - Method in class com.smartsheet.api.models.CellDataItem
Set the row Id for the item
setRowId(Long) - Method in class com.smartsheet.api.models.CellLink
Sets
setRowId(Long) - Method in class com.smartsheet.api.models.ErrorDetail
Sets the row ID of the row that caused the error
setRowId(Long) - Method in class com.smartsheet.api.models.Predecessor
Set the Id of the predecessor row
setRowId(Long) - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Set the Row ID
setRowIds(List<Long>) - Method in class com.smartsheet.api.models.CopyOrMoveRowDirective.InsertCopyOrMoveRowDirectiveBuilder
Sets the IDs of the rows to move or copy from the source sheet.
setRowIds(List<Long>) - Method in class com.smartsheet.api.models.CopyOrMoveRowDirective
Sets the IDs of the rows to move or copy from the source sheet.
setRowIds(List<Long>) - Method in class com.smartsheet.api.models.MultiRowEmail.AddMultiRowEmailBuilder
Sets the IDs of rows to be included
setRowIds(List<Long>) - Method in class com.smartsheet.api.models.MultiRowEmail
Sets the IDs of rows to be included
setRowIds(List<Long>) - Method in class com.smartsheet.api.models.SentUpdateRequest
Set the Ids of the rows for which the update is request.
setRowMappings(List<RowMapping>) - Method in class com.smartsheet.api.models.CopyOrMoveRowResult
Sets the Array of RowMapping objects.
setRowNumber(Integer) - Method in class com.smartsheet.api.models.AbstractRow
Sets the row number.
setRowNumber(Integer) - Method in class com.smartsheet.api.models.Predecessor
Set the number of the predecessor row
setRows(List<Row>) - Method in class com.smartsheet.api.models.RowWrapper.InsertRowsBuilder
Sets the rows.
setRows(List<Row>) - Method in class com.smartsheet.api.models.RowWrapper
Sets the rows.
setRows(List<TRow>) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the rows for the sheet.
setSchedule(Schedule) - Method in class com.smartsheet.api.models.UpdateRequest
Sets the schedule for which update requests will be sent out.
setScope(ShareScope) - Method in class com.smartsheet.api.models.Share
Set the scope of this share.
setScope(Scope) - Method in class com.smartsheet.api.models.Report
Sets the scope of the report
setScope(String) - Method in class com.smartsheet.api.models.Webhook
Set the scope of the subscription
setScopeObjectId(Long) - Method in class com.smartsheet.api.models.Webhook
Set the ID of the object that is subscribed to
setSeconds(Double) - Method in class com.smartsheet.api.models.Duration
Set the number of seconds for this duration.
setSelectionRanges(List<SelectionRange>) - Method in class com.smartsheet.api.models.ChartWidgetContent
Sets the selection range if the source is a sheet
setSendTo(List<Recipient>) - Method in class com.smartsheet.api.models.Email
Sets the list of recipients to send to
setSendTo(List<Recipient>) - Method in class com.smartsheet.api.models.MultiRowEmail.AddMultiRowEmailBuilder
Sets the list of recipients to send to
setSendTo(List<Recipient>) - Method in class com.smartsheet.api.models.RowEmail.AddRowEmailBuilder
Sets the list of recipients to send to
setSendTo(List<Recipient>) - Method in class com.smartsheet.api.models.RowEmail
 
setSendTo(List<Recipient>) - Method in class com.smartsheet.api.models.SheetEmail.AddSheetEmailBuilder
Sets the list of recipients to send to
setSentAt(Date) - Method in class com.smartsheet.api.models.SentUpdateRequest
Set the date and time for when the update request was sent
setSentBy(User) - Method in class com.smartsheet.api.models.SentUpdateRequest
Set the User object containing the name and email of the sender.
setSentBy(User) - Method in class com.smartsheet.api.models.UpdateRequest
Sets the User object containing the name and email of the sender
setSentTo(Recipient) - Method in class com.smartsheet.api.models.SentUpdateRequest
Sets the recipient
setSeries(List<Object>) - Method in class com.smartsheet.api.models.ChartWidgetContent
Sets the array of series objects
setSharedSecret(String) - Method in class com.smartsheet.api.models.Webhook
Set the shared secret for this webhook
setSharedSecret(String) - Method in class com.smartsheet.api.models.WebhookSharedSecret
Set the shared secret for this webhook.
setShareId(String) - Method in class com.smartsheet.api.models.Share.UpdateShareBuilder
Set the Share ID
setSheetCount(Integer) - Method in class com.smartsheet.api.models.UserModel
Sets the sheetCount
setSheetId(Long) - Method in class com.smartsheet.api.models.AbstractRow
Sets the sheet id.
setSheetId(Long) - Method in class com.smartsheet.api.models.AbstractSheet
version of setId that returns this type
setSheetId(Long) - Method in class com.smartsheet.api.models.CellDataItem
Set the sheet Id for the item
setSheetId(Long) - Method in class com.smartsheet.api.models.CellLink
Sets the Sheet ID of the sheet that the linked cell belongs to
setSheetId(Long) - Method in class com.smartsheet.api.models.CellLinkWidgetContent
Set the ID of the sheet from which the cell data originates
setSheetId(Long) - Method in class com.smartsheet.api.models.ChartWidgetContent
Sets the sheet ID denoting container source, if applicable
setSheetId(Long) - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Sets the sheet id.
setSheetId(Long) - Method in class com.smartsheet.api.models.CopyOrMoveRowDestination.InsertCopyOrMoveRowDestinationBuilder
Sets the ID of the destination object.
setSheetId(Long) - Method in class com.smartsheet.api.models.CopyOrMoveRowDestination
Sets the ID of the destination object.
setSheetId(Long) - Method in class com.smartsheet.api.models.Hyperlink
Sets the link to the Sheet with this ID.
setSheetId(Long) - Method in class com.smartsheet.api.models.Sheet.UpdateSheetBuilder
Set the sheet id
setSheetName(String) - Method in class com.smartsheet.api.models.AbstractSheet
version of setName that returns this type
setSheetName(String) - Method in class com.smartsheet.api.models.CellLink
Sets Sheet name of the linked cell
setSheetNameColumn(boolean) - Method in class com.smartsheet.api.models.ReportColumn
Sets the sheet name for the column.
setSheets(List<Sheet>) - Method in class com.smartsheet.api.models.Folder
Sets the sheets contained in the folder.
setSheets(List<Sheet>) - Method in class com.smartsheet.api.models.Home
Sets the sheets.
setSheets(List<Sheet>) - Method in class com.smartsheet.api.models.Scope
Sets the array of sheets the requester has access to that make up the report
setShortcutData(List<ShortcutDataItem>) - Method in class com.smartsheet.api.models.ShortcutWidgetContent
Sets the array of shortcut data items
setShowParentRowsForFilters(Boolean) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the show parent rows for filters.
setShowTitle(Boolean) - Method in class com.smartsheet.api.models.Widget
Set flag indicating if the client should display the widget title.
setShowTitleIcon(Boolean) - Method in class com.smartsheet.api.models.Widget
Set flag indicating if the client should display the sheet icon.
setSiblingId(Long) - Method in class com.smartsheet.api.models.AbstractRow
Sets the sibling row id.
setSiblingId(Long) - Method in class com.smartsheet.api.models.Row.AddRowBuilder
Sets the sibling id that puts the row as the next row at the same hierarchical level of this row.
setSiblingId(Long) - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Sets the sibling id that puts the row as the next row at the same hierarchical level of this row.
setSiblingId(Long) - Method in class com.smartsheet.api.models.RowWrapper.InsertRowsBuilder
Sets the sibling id that puts the row as the next row at the same hierarchical level of this row.
setSiblingId(Long) - Method in class com.smartsheet.api.models.RowWrapper.MoveRowBuilder
Sets the sibling id that puts the row as the next row at the same hierarchical level of this row.
setSiblingId(Long) - Method in class com.smartsheet.api.models.RowWrapper
Sets the sibling id that puts the row as the next row at the same hierarchical level of this row.
setSightId(Long) - Method in class com.smartsheet.api.models.Hyperlink
Sets the link to the Sight with this ID.
setSights(List<Sight>) - Method in class com.smartsheet.api.models.Folder
Sets the sights contained in this folder.
setSights(List<Sight>) - Method in class com.smartsheet.api.models.Home
Sets the sights in the home location.
setSizeInKb(Long) - Method in class com.smartsheet.api.models.Attachment
Sets the size in kb.
setSortCriteria(List<SortCriterion>) - Method in class com.smartsheet.api.models.SortSpecifier
Set the sort criteria
setSource(EventSource) - Method in class com.smartsheet.api.models.Event
Sets the source of the event request
setSource(Source) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the source.
setSource(Source) - Method in class com.smartsheet.api.models.Sight
Sets the source.
setSourceColumnId1(Long) - Method in class com.smartsheet.api.models.SelectionRange
Sets the beginning of the range of columns
setSourceColumnId2(Long) - Method in class com.smartsheet.api.models.SelectionRange
Sets the ending of the range of columns
setSourceRowId1(Long) - Method in class com.smartsheet.api.models.SelectionRange
Sets the beginning of the range of rows
setSourceRowId2(Long) - Method in class com.smartsheet.api.models.SelectionRange
Sets the ending of the range of rows
setSourceSheetId(Long) - Method in class com.smartsheet.api.models.CrossSheetReference
Set the source sheet ID for the cross sheet reference
setSourceSheets(List<Sheet>) - Method in class com.smartsheet.api.models.Report
Sets the sheet array.
setStartAt(Date) - Method in class com.smartsheet.api.models.Schedule
Set the date, time and time zone at which the first delivery will start
setStartColumnId(Long) - Method in class com.smartsheet.api.models.CrossSheetReference
Set the start column ID for the cross sheet reference block
setStartingNumber(Long) - Method in class com.smartsheet.api.models.AutoNumberFormat
Sets the starting number for the auto-id.
setStartRowId(Long) - Method in class com.smartsheet.api.models.CrossSheetReference
Set the start row ID for the cross sheet reference block
setState(String) - Method in class com.smartsheet.api.oauth.AuthorizationResult
Sets the state string which is returned to the redirect URL for a registered application
setStats(WebhookStats) - Method in class com.smartsheet.api.models.Webhook
Set the statistics for this webhook.
setStatus(CrossSheetReferenceStatus) - Method in class com.smartsheet.api.models.CrossSheetReference
Set the status of the cross sheet reference
setStatus(UpdateRequestStatus) - Method in class com.smartsheet.api.models.SentUpdateRequest
Set the status of the sent update request.
setStatus(UserStatus) - Method in class com.smartsheet.api.models.UserModel
Sets the status of the user.
setStatus(WebhookStatus) - Method in class com.smartsheet.api.models.Webhook
Set the webhook status
setStatus(String) - Method in class com.smartsheet.api.models.CellLink
Sets the status
setStrict(Boolean) - Method in class com.smartsheet.api.models.Cell
Sets the strict formatting rule for this cell.
setStrikethrough(List<String>) - Method in class com.smartsheet.api.models.FormatTables
Sets the Possible strikethrough values.
setSubject(String) - Method in class com.smartsheet.api.models.AutomationAction
Sets the email subject line
setSubject(String) - Method in class com.smartsheet.api.models.Email
Sets the subject.
setSubject(String) - Method in class com.smartsheet.api.models.MultiRowEmail.AddMultiRowEmailBuilder
Sets the subject.
setSubject(String) - Method in class com.smartsheet.api.models.RowEmail.AddRowEmailBuilder
Sets the subject.
setSubject(String) - Method in class com.smartsheet.api.models.RowEmail
 
setSubject(String) - Method in class com.smartsheet.api.models.SentUpdateRequest
Sets the subject
setSubject(String) - Method in class com.smartsheet.api.models.Share
Sets the subject of the email that will optionally be sent to notify the recipient.
setSubject(String) - Method in class com.smartsheet.api.models.SheetEmail.AddSheetEmailBuilder
Sets the subject.
setSubscope(WebhookSubscope) - Method in class com.smartsheet.api.models.Webhook
Set the Webhook subscope
setSuffix(String) - Method in class com.smartsheet.api.models.AutoNumberFormat
Sets the suffix.
setSummary(SheetSummary) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the sheet summary if one exists for this sheet
setSummaryPermissions(String) - Method in class com.smartsheet.api.models.SheetUserPermissions
Sets the sheet summary permissions
setSupportedLocales(List<String>) - Method in class com.smartsheet.api.models.ServerInfo
Sets the Smartsheet-supported locales.
setSymbol(Symbol) - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Sets the symbol for the column.
setSymbol(Symbol) - Method in class com.smartsheet.api.models.Column
Sets the symbol for the column.
setSymbol(Symbol) - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Sets the symbol for the column.
setSymbol(String) - Method in class com.smartsheet.api.models.Currency
Sets the currency symbol.
setSymbol(String) - Method in class com.smartsheet.api.models.SummaryField
Sets applicable symbo for PICKLIST type
setSymbolsVersion(Integer) - Method in class com.smartsheet.api.models.FeatureInfo
Sets the symbols version.
setSystemColumnType(SystemColumnType) - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Sets the system column type.
setSystemColumnType(SystemColumnType) - Method in class com.smartsheet.api.models.Column
Sets the system column type.
setSystemColumnType(SystemColumnType) - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Sets the system column type for the column.
setTags(List<ColumnTag>) - Method in class com.smartsheet.api.models.Column
Sets the tags to indicate a special type of column.
setTags(List<String>) - Method in class com.smartsheet.api.models.Template
Sets the array of search tags for this template.
setTarget(CriteriaTarget) - Method in class com.smartsheet.api.models.Criteria
Sets the criteria target
setTemplates(List<Template>) - Method in class com.smartsheet.api.models.Folder
Sets the templates contained in this folder.
setTemplates(List<Template>) - Method in class com.smartsheet.api.models.Home
Sets the templates in the home location.
setText(String) - Method in class com.smartsheet.api.models.Comment.AddCommentBuilder
The text for the comment.
setText(String) - Method in class com.smartsheet.api.models.Comment
Sets the text for the comment.
setText(String) - Method in class com.smartsheet.api.models.SearchResultItem
Sets the text for this specific search result.
setTextWrap(List<String>) - Method in class com.smartsheet.api.models.FormatTables
Sets the textWrap values.
setThousandsSeparator(List<String>) - Method in class com.smartsheet.api.models.FormatTables
Sets the thousandsSeparator values.
setTimeZone(String) - Method in class com.smartsheet.api.models.UserProfile
Sets the time zone
setTitle(String) - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Sets the title for the column.
setTitle(String) - Method in class com.smartsheet.api.models.Column
Sets the title for the column.
setTitle(String) - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Sets the title for the column.
setTitle(String) - Method in class com.smartsheet.api.models.Discussion.CreateDiscussionBuilder
Sets the title for the discussion.
setTitle(String) - Method in class com.smartsheet.api.models.Discussion
Sets the title for the discussion.
setTitle(String) - Method in class com.smartsheet.api.models.SummaryField
Sets the field's title
setTitle(String) - Method in class com.smartsheet.api.models.UserModel
Sets the user's title
setTitle(String) - Method in class com.smartsheet.api.models.Widget
Set the title of the widget.
setTitleFormat(Format) - Method in class com.smartsheet.api.models.Widget
Set the title format descriptor string
setTo(CopyOrMoveRowDestination) - Method in class com.smartsheet.api.models.CopyOrMoveRowDirective.InsertCopyOrMoveRowDirectiveBuilder
Sets the CopyOrMoveRowDestination object that identifies the destination sheet.
setTo(CopyOrMoveRowDestination) - Method in class com.smartsheet.api.models.CopyOrMoveRowDirective
Sets the CopyOrMoveRowDestination object that identifies the destination sheet.
setTo(Long) - Method in class com.smartsheet.api.models.RowMapping
Sets the Row ID in the destination sheet.
setToBottom(Boolean) - Method in class com.smartsheet.api.models.AbstractRow
Sets the to bottom
setToBottom(Boolean) - Method in class com.smartsheet.api.models.Row.AddRowBuilder
Sets the to bottom flag that puts the row at the bottom of the sheet.
setToBottom(Boolean) - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Sets the to bottom flag that puts the row at the bottom of the sheet.
setToBottom(Boolean) - Method in class com.smartsheet.api.models.RowWrapper.InsertRowsBuilder
Sets the to bottom flag that puts the row at the bottom of the sheet.
setToBottom(Boolean) - Method in class com.smartsheet.api.models.RowWrapper.MoveRowBuilder
Sets the to bottom flag that puts the row at the bottom of the sheet.
setToBottom(Boolean) - Method in class com.smartsheet.api.models.RowWrapper
Sets the to bottom flag that puts the row at the bottom of the sheet.
setTokenType(String) - Method in class com.smartsheet.api.oauth.Token
Sets the token type.
setTokenURL(String) - Method in class com.smartsheet.api.oauth.OAuthFlowBuilder
Set the token URL.
setTopContainerId(Long) - Method in class com.smartsheet.api.models.ErrorDetail
Sets the ID of the container that was partially copied
setTopContainerType(DestinationType) - Method in class com.smartsheet.api.models.ErrorDetail
Sets the type of the container that was partially copied
setTotalCount(Integer) - Method in class com.smartsheet.api.models.PagedResult
 
setTotalCount(Integer) - Method in class com.smartsheet.api.models.SearchResult
Sets the total count of results.
setTotalPages(Integer) - Method in class com.smartsheet.api.models.PagedResult
 
setTotalRowCount(Integer) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the total row count.
setToTop(Boolean) - Method in class com.smartsheet.api.models.AbstractRow
Sets the to top
setToTop(Boolean) - Method in class com.smartsheet.api.models.Row.AddRowBuilder
Sets the to top flag that puts the row at the top of the sheet.
setToTop(Boolean) - Method in class com.smartsheet.api.models.Row.UpdateRowBuilder
Sets the to top flag that puts the row at the top of the sheet.
setToTop(Boolean) - Method in class com.smartsheet.api.models.RowWrapper.InsertRowsBuilder
Sets the to top flag that puts the row at the top of the sheet.
setToTop(Boolean) - Method in class com.smartsheet.api.models.RowWrapper.MoveRowBuilder
Sets the to top flag that puts the row at the top of the sheet.
setToTop(Boolean) - Method in class com.smartsheet.api.models.RowWrapper
Sets the to top flag that puts the row at the top of the sheet.
setTracePrettyPrint(boolean) - Method in interface com.smartsheet.api.Smartsheet
enable/disable pretty JSON trace logging
setTraces(Trace...) - Method in interface com.smartsheet.api.Smartsheet
Enable request/response tracing in client
setTraits(List<String>) - Method in class com.smartsheet.api.models.FontFamily
Sets the traits of the font family.
setTransferSheets(boolean) - Method in class com.smartsheet.api.models.DeleteUserParameters
Sets the transfer sheets flag
setTransferToId(Long) - Method in class com.smartsheet.api.models.DeleteUserParameters
Sets the id of the user to transfer ownership to
setType(AutomationActionType) - Method in class com.smartsheet.api.models.AutomationAction
Sets the automation action type
setType(ColumnType) - Method in class com.smartsheet.api.models.Cell
Sets the column columnType.
setType(ColumnType) - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Sets the type for the column.
setType(ColumnType) - Method in class com.smartsheet.api.models.Column
Sets the column type.
setType(ColumnType) - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Sets the type for the column.
setType(ColumnType) - Method in class com.smartsheet.api.models.SummaryField
Sets the field's type - see Column Type
setType(FavoriteType) - Method in class com.smartsheet.api.models.Favorite
Sets the type of favorite (workspace, folder, sheet, report, template).
setType(ScheduleType) - Method in class com.smartsheet.api.models.Schedule
Set the schedule type
setType(ShareType) - Method in class com.smartsheet.api.models.Share
 
setType(SourceType) - Method in class com.smartsheet.api.models.Source
Sets the type.
setType(WidgetType) - Method in class com.smartsheet.api.models.Widget
Set the type of the widget
setType(String) - Method in class com.smartsheet.api.models.Predecessor
Set the type of the predecessor
setType(String) - Method in class com.smartsheet.api.models.Template
Sets the type of the template.
setUnderline(List<String>) - Method in class com.smartsheet.api.models.FormatTables
Sets the Possible underline values.
setUpdateRequestId(Long) - Method in class com.smartsheet.api.models.SentUpdateRequest
Set the Id of the originating update request.
setUrl(String) - Method in class com.smartsheet.api.models.Attachment.CreateAttachmentBuilder
Sets the URL.
setUrl(String) - Method in class com.smartsheet.api.models.Attachment
Sets the URL.
setUrl(String) - Method in class com.smartsheet.api.models.Hyperlink
Sets the url
setUrl(String) - Method in class com.smartsheet.api.models.ImageUrl
Set the temporary URL that can be used to retrieve the image.
setUrl(String) - Method in class com.smartsheet.api.models.WebContentWidgetContent
Sets the URL
setUrlExpiresInMillis(Long) - Method in class com.smartsheet.api.models.Attachment
Sets the url expires in millis.
setUrlExpiresInMillis(Long) - Method in class com.smartsheet.api.models.ImageUrlMap
Set the milliseconds before the URLs within imageUruls will expire.
setUserAgent(String) - Method in interface com.smartsheet.api.Smartsheet
Set the user agent header string.
setUserCanModify(Boolean) - Method in class com.smartsheet.api.models.AutomationRule
Sets a flag indicating if the current user can modify this rule.
setUserId(Long) - Method in class com.smartsheet.api.models.Event
Sets the assumed user ID for the event request
setUserId(Long) - Method in class com.smartsheet.api.models.Share
 
setUserId(Long) - Method in class com.smartsheet.api.models.User.UpdateUserBuilder
Set the user id
setUserPermissions(SheetUserPermissions) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the sheet user permissions
setUserSettings(SheetUserSettings) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the user settings.
setUserSettings(SheetUserSettings) - Method in class com.smartsheet.api.models.Sheet.UpdateSheetBuilder
Set the user settings
setValidation(Boolean) - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Sets the value of the validation flag
setValidation(Boolean) - Method in class com.smartsheet.api.models.Column
Sets the value of the validation flag
setValidation(Boolean) - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Sets the value of the validation flag
setValidation(Boolean) - Method in class com.smartsheet.api.models.SummaryField
Sets flag indicating whether summary field values are restricted to type
setValue(Boolean) - Method in class com.smartsheet.api.models.BooleanObjectValue
Set the value
setValue(Number) - Method in class com.smartsheet.api.models.NumberObjectValue
Set the Value
setValue(Object) - Method in class com.smartsheet.api.models.Cell
Sets the value.
setValue(Object) - Method in class com.smartsheet.api.models.ExplicitNull
 
setValue(String) - Method in class com.smartsheet.api.models.DateObjectValue
Set the value
setValue(String) - Method in class com.smartsheet.api.models.StringObjectValue
Set the Value
setValue(T) - Method in interface com.smartsheet.api.models.PrimitiveObjectValue
 
setValueFormat(Format) - Method in class com.smartsheet.api.models.CellDataItem
Set the format descriptor for the cell value
setValues(List<ContactObjectValue>) - Method in class com.smartsheet.api.models.MultiContactObjectValue
Sets the array of Contact objects.
setValues(List<Object>) - Method in class com.smartsheet.api.models.Criteria
Sets the values if this criteria's operator has arguments
setValues(List<String>) - Method in class com.smartsheet.api.models.MultiPicklistObjectValue
Sets the array of selected options (strings).
setVersion(Integer) - Method in class com.smartsheet.api.models.AbstractRow
Sets the version number that is incremented every time a sheet is modified..
setVersion(Integer) - Method in class com.smartsheet.api.models.AbstractSheet
Sets the version for the sheet.
setVersion(Integer) - Method in class com.smartsheet.api.models.Column
Sets the column compatibility version
setVersion(Integer) - Method in class com.smartsheet.api.models.Result
Sets the version.
setVersion(Integer) - Method in class com.smartsheet.api.models.SheetFilter
Sets the sheet filter version
setVersion(Integer) - Method in class com.smartsheet.api.models.Webhook
Set the webhook version
setVersion(Integer) - Method in class com.smartsheet.api.models.Widget
Set the widget version number
setVerticalAlign(List<String>) - Method in class com.smartsheet.api.models.FormatTables
Sets the Possible verticalAlign values.
setVirtualColumnId(Long) - Method in class com.smartsheet.api.models.ReportCell
Sets the virtual ID of the cell’s column.
setVirtualId(Long) - Method in class com.smartsheet.api.models.ReportColumn
Sets the virtual id for the column.
setWeeks(Double) - Method in class com.smartsheet.api.models.Duration
Set the number of weeks in duration.
setWidgets(List<Widget>) - Method in class com.smartsheet.api.models.Sight
Set the array of Sight widgets
setWidth(Integer) - Method in class com.smartsheet.api.models.Column.AddColumnToSheetBuilder
Sets the width for the column.
setWidth(Integer) - Method in class com.smartsheet.api.models.Column
Sets the width
setWidth(Integer) - Method in class com.smartsheet.api.models.Column.UpdateColumnBuilder
Sets the width
setWidth(Integer) - Method in class com.smartsheet.api.models.ImageWidgetContent
Sets the original width of the image in pixels
setWidth(Integer) - Method in class com.smartsheet.api.models.Widget
Set the number of columns that the widget occupies
setWidth(Long) - Method in class com.smartsheet.api.models.Image
sets the width (in pixels)
setWidth(Long) - Method in class com.smartsheet.api.models.ImageUrl
Set the image width
setWidth(Long) - Method in class com.smartsheet.api.models.ProfileImage
sets the width (in pixels)
setWorkingDays(List<DayOfWeek>) - Method in class com.smartsheet.api.models.ProjectSettings
Set the working days of a week for a project sheet.
setWorkPhone(String) - Method in class com.smartsheet.api.models.UserModel
Sets the user's work phone number
setWorkspace(Workspace) - Method in class com.smartsheet.api.models.AbstractSheet
Sets a workspace object containing the name and id of the workspace containing this sheet
setWorkspace(Workspace) - Method in class com.smartsheet.api.models.Sight
Set workspace object for this Sight (limited to only id and name)
setWorkspaceId(Long) - Method in class com.smartsheet.api.models.WidgetHyperlink
Sets the workspace ID - valid when interactionType == SMARTSHEET_ITEM
setWorkspaces(List<Workspace>) - Method in class com.smartsheet.api.models.Home
Sets the workspaces in the home location.
setWorkspaces(List<Workspace>) - Method in class com.smartsheet.api.models.Scope
Sets the array of any workspaces the requester has access to that make up the report
setXPosition(Integer) - Method in class com.smartsheet.api.models.Widget
Set the x-coordinate of widget's position on the sight.
setYPosition(Integer) - Method in class com.smartsheet.api.models.Widget
Set the y-coordinate of widget's position on the sight.
Share - Class in com.smartsheet.api.models
Represents a Share Object.
Share() - Constructor for class com.smartsheet.api.models.Share
 
SHARE_SHEETS - com.smartsheet.api.models.enums.AccessScope
 
SHARE_SHEETS - com.smartsheet.api.oauth.AccessScope
Share sheets, including sending sheets as attachments
SHARE_SIGHTS - com.smartsheet.api.models.enums.AccessScope
 
SHARE_SIGHTS - com.smartsheet.api.oauth.AccessScope
Share Sights
Share.CreateGroupShareBuilder - Class in com.smartsheet.api.models
A convenience class for creating a Share with the necessary fields to create a ShareType.GROUP Share.
Share.CreateUserShareBuilder - Class in com.smartsheet.api.models
A convenience class for creating a Share with the necessary fields to create a ShareType.USER Share.
Share.ShareToOneGroupBuilder - Class in com.smartsheet.api.models
A convenience class for creating a Share with the necessary fields for sharing the sheet to one Group.
Share.ShareToOneUserBuilder - Class in com.smartsheet.api.models
A convenience class for creating a Share with the necessary fields for sharing the sheet to one user.
Share.UpdateShareBuilder - Class in com.smartsheet.api.models
A convenience class for creating a Share with the necessary fields to update a specific share.
SHARED - com.smartsheet.api.models.enums.SheetFilterType
 
shareResources() - Method in interface com.smartsheet.api.ReportResources
Creates an object of ShareResources.
shareResources() - Method in interface com.smartsheet.api.SheetResources
Return the ShareResources object that provides access to Share resources associated with Sheet resources.
shareResources() - Method in interface com.smartsheet.api.SightResources
Return the ShareResources object that provides access to share resources associated with Sight resources.
shareResources() - Method in interface com.smartsheet.api.WorkspaceResources
Return the ShareResources object that provides access to Share resources associated with Workspace resources.
ShareResources - Interface in com.smartsheet.api
This interface provides methods to access Share resources.
SHARES - com.smartsheet.api.models.enums.FolderCopyInclusion
 
SHARES - com.smartsheet.api.models.enums.SheetCopyInclusion
 
SHARES - com.smartsheet.api.models.enums.WorkspaceCopyInclusion
 
ShareScope - Enum in com.smartsheet.api.models.enums
 
shareTo(long, List<Share>, Boolean) - Method in interface com.smartsheet.api.ShareResources
Shares the object with the specified Users and Groups.
ShareToOneGroupBuilder() - Constructor for class com.smartsheet.api.models.Share.ShareToOneGroupBuilder
 
ShareToOneUserBuilder() - Constructor for class com.smartsheet.api.models.Share.ShareToOneUserBuilder
 
ShareType - Enum in com.smartsheet.api.models.enums
Represents column types.
Sheet - Class in com.smartsheet.api.models
Represents the Sheet object.
Sheet() - Constructor for class com.smartsheet.api.models.Sheet
 
Sheet(Long) - Constructor for class com.smartsheet.api.models.Sheet
Constructor that takes a sheet Id
SHEET - com.smartsheet.api.models.enums.AttachmentParentType
 
SHEET - com.smartsheet.api.models.enums.EventObjectType
 
SHEET - com.smartsheet.api.models.enums.FavoriteType
 
SHEET - com.smartsheet.api.models.enums.ParentType
Represents the parent type for an object
SHEET - com.smartsheet.api.models.enums.SourceType
 
SHEET_HYPERLINKS - com.smartsheet.api.models.enums.CopyExclusion
 
SHEET_NAMES - com.smartsheet.api.models.enums.SearchScope
 
Sheet.CreateFromTemplateOrSheetBuilder - Class in com.smartsheet.api.models
A class to simplify the creation of a sheet from another sheet or another template.
Sheet.CreateSheetBuilder - Class in com.smartsheet.api.models
A convenience class to make a Sheet object with the necessary fields to create the sheet by posting it to smartsheet.
Sheet.UpdateSheetBuilder - Class in com.smartsheet.api.models
The Class UpdateSheetBuilder.
SheetAttachmentResources - Interface in com.smartsheet.api
 
SheetAutomationRuleResources - Interface in com.smartsheet.api
 
SheetColumnResources - Interface in com.smartsheet.api
This interface provides methods to access column resources that are associated to a sheet object.
SheetCommentResources - Interface in com.smartsheet.api
This interface provides methods to access Sheet Comment resources.
SheetCopyInclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects that can be included in some responses.
SheetCrossSheetReferenceResources - Interface in com.smartsheet.api
 
SheetDiscussionResources - Interface in com.smartsheet.api
 
SheetEmail - Class in com.smartsheet.api.models
Represents Sheet Email object used for sending a sheet by email.
SheetEmail() - Constructor for class com.smartsheet.api.models.SheetEmail
 
SheetEmail.AddSheetEmailBuilder - Class in com.smartsheet.api.models
A convenience class to help create a SheetEmail object with the appropriate fields.
SheetEmailFormat - Enum in com.smartsheet.api.models.enums
Represents the Sheet email format.
SheetFilter - Class in com.smartsheet.api.models
 
SheetFilter() - Constructor for class com.smartsheet.api.models.SheetFilter
 
SheetFilterDetails - Class in com.smartsheet.api.models
 
SheetFilterDetails() - Constructor for class com.smartsheet.api.models.SheetFilterDetails
 
SheetFilterOperator - Enum in com.smartsheet.api.models.enums
 
SheetFilterResources - Interface in com.smartsheet.api
 
SheetFilterType - Enum in com.smartsheet.api.models.enums
 
SHEETHYPERLINKS - com.smartsheet.api.models.enums.FolderRemapExclusion
 
SHEETHYPERLINKS - com.smartsheet.api.models.enums.WorkspaceRemapExclusion
 
SheetInclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects that can be included in some responses.
SheetPublish - Class in com.smartsheet.api.models
Represents the publish status of a sheet.
SheetPublish() - Constructor for class com.smartsheet.api.models.SheetPublish
 
SheetPublish.PublishStatusBuilder - Class in com.smartsheet.api.models
A convenience class for making a SheetPublish object with the necessary fields to publish a sheet.
sheetResources() - Method in interface com.smartsheet.api.Smartsheet
Returns the SheetResources instance that provides access to Sheet resources.
SheetResources - Interface in com.smartsheet.api
This interface provides methods to access Sheet resources.
SheetRowResources - Interface in com.smartsheet.api
This interface provides methods to access row resources that are associated to a sheet object.
SheetSummary - Class in com.smartsheet.api.models
 
SheetSummary() - Constructor for class com.smartsheet.api.models.SheetSummary
 
SHEETSUMMARY - com.smartsheet.api.models.enums.WidgetType
SHEETSUMMARY (is now METRIC) decodes to CellLinkWidgetContent object
SheetSummaryResources - Interface in com.smartsheet.api
 
SheetTemplateInclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects that can be included in some responses.
SheetUpdateRequestResources - Interface in com.smartsheet.api
 
SheetUserPermissions - Class in com.smartsheet.api.models
 
SheetUserPermissions() - Constructor for class com.smartsheet.api.models.SheetUserPermissions
 
SheetUserSettings - Class in com.smartsheet.api.models
 
SheetUserSettings() - Constructor for class com.smartsheet.api.models.SheetUserSettings
 
SheetUserSettings.AddUserSettingsBuilder - Class in com.smartsheet.api.models
The Class AddUserSettingsBuilder.
SHEETVERSION - com.smartsheet.api.models.enums.ReportInclusion
 
SHEETVERSION - com.smartsheet.api.models.enums.SourceInclusion
 
SHORTCUT - com.smartsheet.api.models.enums.WidgetType
ShortcutWidgetContent object
ShortcutDataItem - Class in com.smartsheet.api.models
 
ShortcutDataItem() - Constructor for class com.smartsheet.api.models.ShortcutDataItem
 
SHORTCUTICON - com.smartsheet.api.models.enums.WidgetType
 
SHORTCUTLIST - com.smartsheet.api.models.enums.WidgetType
SHORTCUTLIST, SHORTCUTICON (both now SHORTCUT) decode to ShortcutWidgetContent object
ShortcutWidgetContent - Class in com.smartsheet.api.models
 
ShortcutWidgetContent() - Constructor for class com.smartsheet.api.models.ShortcutWidgetContent
 
Sight - Class in com.smartsheet.api.models
 
Sight() - Constructor for class com.smartsheet.api.models.Sight
 
SIGHT - com.smartsheet.api.models.enums.FavoriteType
 
SIGHT - com.smartsheet.api.models.enums.SourceType
 
SIGHT_NAMES - com.smartsheet.api.models.enums.SearchScope
 
SightInclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects that can be included in some responses.
SightPublish - Class in com.smartsheet.api.models
 
SightPublish() - Constructor for class com.smartsheet.api.models.SightPublish
 
sightResources() - Method in interface com.smartsheet.api.Smartsheet
Returns the SightResources instance that provides access to Sight resources.
SightResources - Interface in com.smartsheet.api
 
SIGHTS - com.smartsheet.api.models.enums.FolderRemapExclusion
 
SIGHTS - com.smartsheet.api.models.enums.WorkspaceRemapExclusion
 
SIGNAL - com.smartsheet.api.models.enums.Symbol
Represents the SIGNAL symbol.
SINGAPORE_DOLLAR - com.smartsheet.api.models.format.Currency
 
SKI - com.smartsheet.api.models.enums.Symbol
Represents the SKI symbol.
Smartsheet - Interface in com.smartsheet.api
This interface is the entry point of the Smartsheet SDK, it provides convenient methods to get XXXResources instances for accessing different types of resources.
SMARTSHEET - com.smartsheet.api.models.enums.AttachmentType
 
SmartsheetBuilder - Class in com.smartsheet.api
A convenience class to help create a Smartsheet instance with the appropriate fields.
SmartsheetBuilder() - Constructor for class com.smartsheet.api.SmartsheetBuilder
Constructor.
SmartsheetException - Exception in com.smartsheet.api
This is the base class for all exceptions thrown from the Smartsheet SDK.
SmartsheetException(Exception) - Constructor for exception com.smartsheet.api.SmartsheetException
Instantiates a new smartsheet exception.
SmartsheetException(String) - Constructor for exception com.smartsheet.api.SmartsheetException
Constructor.
SmartsheetException(String, Throwable) - Constructor for exception com.smartsheet.api.SmartsheetException
Constructor.
SmartsheetFactory - Class in com.smartsheet.api
 
SmartsheetFactory() - Constructor for class com.smartsheet.api.SmartsheetFactory
 
SmartsheetRestException - Exception in com.smartsheet.api
This is the exception to indicate errors (Error objects of Smartsheet REST API) returned from Smartsheet REST API.
SmartsheetRestException(Error) - Constructor for exception com.smartsheet.api.SmartsheetRestException
Constructor.
SortCriterion - Class in com.smartsheet.api.models
 
SortCriterion() - Constructor for class com.smartsheet.api.models.SortCriterion
 
SortDirection - Enum in com.smartsheet.api.models.enums
 
sortSheet(long, SortSpecifier) - Method in interface com.smartsheet.api.SheetResources
Sort a sheet according to the sort criteria.
sortSheet(long, SortSpecifier, Integer) - Method in interface com.smartsheet.api.SheetResources
Sort a sheet according to the sort criteria.
SortSpecifier - Class in com.smartsheet.api.models
 
SortSpecifier() - Constructor for class com.smartsheet.api.models.SortSpecifier
 
Source - Class in com.smartsheet.api.models
 
Source() - Constructor for class com.smartsheet.api.models.Source
 
SOURCE - com.smartsheet.api.models.enums.ObjectInclusion
 
SOURCE - com.smartsheet.api.models.enums.ReportInclusion
 
SOURCE - com.smartsheet.api.models.enums.SheetInclusion
 
SOURCE - com.smartsheet.api.models.enums.SightInclusion
 
SOURCE - com.smartsheet.api.models.enums.SourceInclusion
 
SourceExclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects that can be excluded in some responses.
SourceInclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects that can be included in some responses.
SOURCESHEETS - com.smartsheet.api.models.enums.ReportInclusion
 
SourceType - Enum in com.smartsheet.api.models.enums
 
SOUTHAFRICA_RAND - com.smartsheet.api.models.format.Currency
 
SOUTHKOREAN_WON - com.smartsheet.api.models.format.Currency
 
SPREADSHEET - com.smartsheet.api.models.enums.AttachmentSubType
 
STAR - com.smartsheet.api.models.enums.Symbol
Represents the STAR symbol.
STAR_RATING - com.smartsheet.api.models.enums.Symbol
Represents the STAR_RATING symbol.
Strikethrough - Enum in com.smartsheet.api.models.format
An enumeration representing the available Strikethrough state for a format.
STRING - com.smartsheet.api.models.enums.ObjectValueType
STRING
StringObjectValue - Class in com.smartsheet.api.models
 
StringObjectValue() - Constructor for class com.smartsheet.api.models.StringObjectValue
 
StringObjectValue(String) - Constructor for class com.smartsheet.api.models.StringObjectValue
 
SUMMARY - com.smartsheet.api.models.enums.SheetInclusion
 
SUMMARY_FIELDS - com.smartsheet.api.models.enums.SearchScope
 
SummaryField - Class in com.smartsheet.api.models
 
SummaryField() - Constructor for class com.smartsheet.api.models.SummaryField
 
SummaryFieldExclusion - Enum in com.smartsheet.api.models.enums
 
SummaryFieldInclusion - Enum in com.smartsheet.api.models.enums
 
summaryResources() - Method in interface com.smartsheet.api.SheetResources
Return the SheetSummaryResources object that provides access to the sheet summary resources associated with the Sheet resources.
SUNDAY - com.smartsheet.api.models.enums.DayDescriptor
Represents SUNDAY descriptor type.
SUNDAY - com.smartsheet.api.models.enums.DayOfWeek
 
SWEDEN_KRONOR - com.smartsheet.api.models.format.Currency
 
SWISS_FRANC - com.smartsheet.api.models.format.Currency
 
Symbol - Enum in com.smartsheet.api.models.enums
Represents the column symbols.
SystemColumnType - Enum in com.smartsheet.api.models.enums
Represents the system column types.

T

TAHOMA - com.smartsheet.api.models.format.FontFamily
 
TASK_LIST - com.smartsheet.api.models.enums.GlobalTemplate
Task list
Template - Class in com.smartsheet.api.models
A template object that is a default layout for future sheets.
Template() - Constructor for class com.smartsheet.api.models.Template
 
TEMPLATE - com.smartsheet.api.models.enums.FavoriteType
 
TEMPLATE - com.smartsheet.api.models.enums.SourceType
 
TEMPLATE_NAMES - com.smartsheet.api.models.enums.SearchScope
 
templateResources() - Method in interface com.smartsheet.api.Smartsheet
Returns the TemplateResources instance that provides access to Template resources.
TemplateResources - Interface in com.smartsheet.api
This interface provides methods to access Template resources.
TEMPLATES - com.smartsheet.api.models.enums.ObjectInclusion
 
TEXT_NUMBER - com.smartsheet.api.models.enums.ColumnType
Represents the TEXT_NUMBER column type.
TextWrap - Enum in com.smartsheet.api.models.format
An enumeration representing the available text wrap settings within Smartsheet.
THIRD - com.smartsheet.api.models.enums.DayOrdinal
Represents THIRD ordinal type
ThousandsSeparator - Enum in com.smartsheet.api.models.format
An enumeration representing the state of the Thousands separator.
THURSDAY - com.smartsheet.api.models.enums.DayDescriptor
Represents THURSDAY descriptor type.
THURSDAY - com.smartsheet.api.models.enums.DayOfWeek
 
TIMES_NEW_ROMAN - com.smartsheet.api.models.format.FontFamily
 
TITLE - com.smartsheet.api.models.enums.WidgetType
same as RichTextWidgetContent object
TitleRichTextWidgetContent - Class in com.smartsheet.api.models
 
TitleRichTextWidgetContent() - Constructor for class com.smartsheet.api.models.TitleRichTextWidgetContent
 
toDate() - Method in class com.smartsheet.api.models.DateObjectValue
Convert to a Date
TODAY - com.smartsheet.api.models.enums.Operator
 
toHashMap() - Method in class com.smartsheet.api.models.PaginationParameters
Convert to a hash map
Token - Class in com.smartsheet.api.oauth
Represents OAuth token.
Token() - Constructor for class com.smartsheet.api.oauth.Token
 
tokenResources() - Method in interface com.smartsheet.api.Smartsheet
Returns the TokenResources instance that provides access to token resources.
TokenResources - Interface in com.smartsheet.api
 
TOP - com.smartsheet.api.models.format.VerticalAlignment
 
toQueryString() - Method in class com.smartsheet.api.models.DeleteUserParameters
Convert to a query string
toQueryString() - Method in class com.smartsheet.api.models.PaginationParameters
Convert to a query string
toString() - Method in enum com.smartsheet.api.models.enums.CellHistoryInclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.ColumnInclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.CopyExclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.DiscussionInclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.FavoriteType
 
toString() - Method in enum com.smartsheet.api.models.enums.FolderCopyInclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.FolderRemapExclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.ListUserInclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.ObjectExclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.ObjectInclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.ReportInclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.RowCopyInclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.RowInclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.RowMoveInclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.SearchInclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.SearchLocation
 
toString() - Method in enum com.smartsheet.api.models.enums.SearchScope
 
toString() - Method in enum com.smartsheet.api.models.enums.SheetCopyInclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.SheetInclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.SheetTemplateInclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.SightInclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.SourceExclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.SourceInclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.SourceType
 
toString() - Method in enum com.smartsheet.api.models.enums.SummaryFieldExclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.SummaryFieldInclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.UserInclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.WorkspaceCopyInclusion
 
toString() - Method in enum com.smartsheet.api.models.enums.WorkspaceRemapExclusion
 
toString() - Method in class com.smartsheet.api.oauth.AuthorizationResult
 
Trace - Enum in com.smartsheet.api
this enum is used to control what from the HTTP request and response is logged
TRANSFER_OWNED_GROUPS - com.smartsheet.api.models.enums.EventAction
 
TRANSFER_OWNED_ITEMS - com.smartsheet.api.models.enums.EventAction
 
TRANSFER_OWNERSHIP - com.smartsheet.api.models.enums.EventAction
 
TRANSPARENT - com.smartsheet.api.models.format.Color
 
TUESDAY - com.smartsheet.api.models.enums.DayDescriptor
Represents TUESDAY descriptor type.
TUESDAY - com.smartsheet.api.models.enums.DayOfWeek
 

U

Underline - Enum in com.smartsheet.api.models.format
An enumeration representing the available Underline state for a format.
UNKNOWN - com.smartsheet.api.models.enums.EventSource
 
UnsupportedOAuthGrantTypeException - Exception in com.smartsheet.api.oauth
This is the exception thrown by OAuthFlow to indicate "unsupported_grant_type" error occurred during obtaining OAuth tokens.
UnsupportedOAuthGrantTypeException(String) - Constructor for exception com.smartsheet.api.oauth.UnsupportedOAuthGrantTypeException
Constructor.
UnsupportedResponseTypeException - Exception in com.smartsheet.api.oauth
This is the exception thrown by OAuthFlow to indicate "unsupported_response_type" error occurred when obtaining an authorization code.
UnsupportedResponseTypeException(String) - Constructor for exception com.smartsheet.api.oauth.UnsupportedResponseTypeException
Constructor.
UPDATE - com.smartsheet.api.models.enums.EventAction
 
UPDATE_MAIN_CONTACT - com.smartsheet.api.models.enums.EventAction
 
UPDATE_RECURRING_BACKUP - com.smartsheet.api.models.enums.EventAction
 
UPDATE_REQUEST - com.smartsheet.api.models.enums.EventObjectType
 
UPDATE_REQUEST_ACTION - com.smartsheet.api.models.enums.AutomationActionType
 
updateAutomationRule(long, AutomationRule) - Method in interface com.smartsheet.api.SheetAutomationRuleResources
Updates an automation rule.
updateColumn(long, Column) - Method in interface com.smartsheet.api.SheetColumnResources
Update a column.
updateColumn(Column) - Method in interface com.smartsheet.api.ColumnResources
Deprecated, for removal: This API element is subject to removal in a future version.
As of release 2.0. Please use SheetCommentResources instead
UpdateColumnBuilder() - Constructor for class com.smartsheet.api.models.Column.UpdateColumnBuilder
 
updateComment(long, Comment) - Method in interface com.smartsheet.api.DiscussionCommentResources
Update the specified comment
updateFolder(Folder) - Method in interface com.smartsheet.api.FolderResources
Update a folder.
UpdateFolderBuilder() - Constructor for class com.smartsheet.api.models.Folder.UpdateFolderBuilder
 
updateGroup(Group) - Method in interface com.smartsheet.api.GroupResources
Update a Group.
UpdateGroupBuilder() - Constructor for class com.smartsheet.api.models.Group.UpdateGroupBuilder
 
updatePublishStatus(long, ReportPublish) - Method in interface com.smartsheet.api.ReportResources
Sets the publish status of a report and returns the new status, including the URLs of any enabled publishing.
updatePublishStatus(long, SheetPublish) - Method in interface com.smartsheet.api.SheetResources
Sets the publish status of a sheet and returns the new status, including the URLs of any enabled publishings.
UpdateRequest - Class in com.smartsheet.api.models
Represents the UpdateRequest object.
UpdateRequest() - Constructor for class com.smartsheet.api.models.UpdateRequest
 
updateRequestResources() - Method in interface com.smartsheet.api.SheetResources
Return the SheetUpdateRequestResources object that provides access to update request resources associated with Sheet resources.
UpdateRequestStatus - Enum in com.smartsheet.api.models.enums
 
UpdateRowBuilder() - Constructor for class com.smartsheet.api.models.Row.UpdateRowBuilder
 
UpdateRowCellsBuilder() - Constructor for class com.smartsheet.api.models.Cell.UpdateRowCellsBuilder
 
updateRows(long, List<Row>) - Method in interface com.smartsheet.api.SheetRowResources
Update rows.
updateRows(long, List<Row>, EnumSet<RowInclusion>, EnumSet<ObjectExclusion>) - Method in interface com.smartsheet.api.SheetRowResources
Update rows.
updateRowsAllowPartialSuccess(long, List<Row>) - Method in interface com.smartsheet.api.SheetRowResources
Update rows, but allow partial success.
updateRowsAllowPartialSuccess(long, List<Row>, EnumSet<RowInclusion>, EnumSet<ObjectExclusion>) - Method in interface com.smartsheet.api.SheetRowResources
Update rows, but allow partial success.
updateShare(long, Share) - Method in interface com.smartsheet.api.ShareResources
Update a share.
UpdateShareBuilder() - Constructor for class com.smartsheet.api.models.Share.UpdateShareBuilder
 
updateSheet(Sheet) - Method in interface com.smartsheet.api.SheetResources
Update a sheet.
UpdateSheetBuilder() - Constructor for class com.smartsheet.api.models.Sheet.UpdateSheetBuilder
 
updateSheetSummaryFields(long, List<SummaryField>, Boolean) - Method in interface com.smartsheet.api.SheetSummaryResources
Update fields in a sheet summary.
updateSheetSummaryFieldsWithPartialSuccess(long, List<SummaryField>, Boolean) - Method in interface com.smartsheet.api.SheetSummaryResources
Update fields in a sheet summary.
updateSight(Sight) - Method in interface com.smartsheet.api.SightResources
Get a specified Sight.
updateUpdateRequest(long, UpdateRequest) - Method in interface com.smartsheet.api.SheetUpdateRequestResources
Changes the specified Update Request for the Sheet.
updateUser(User) - Method in interface com.smartsheet.api.UserResources
Update a user.
UpdateUserBuilder() - Constructor for class com.smartsheet.api.models.User.UpdateUserBuilder
 
updateWebhook(Webhook) - Method in interface com.smartsheet.api.WebhookResources
Updates the webhooks specified in the URL.
updateWorkspace(Workspace) - Method in interface com.smartsheet.api.WorkspaceResources
Update a workspace.
UpdateWorkspaceBuilder() - Constructor for class com.smartsheet.api.models.Workspace.UpdateWorkspaceBuilder
 
USD - com.smartsheet.api.models.format.Currency
 
User - Class in com.smartsheet.api.models
Represents the User object.
User() - Constructor for class com.smartsheet.api.models.User
 
USER - com.smartsheet.api.models.enums.EventObjectType
 
USER - com.smartsheet.api.models.enums.ShareType
Represents the USER share type.
User.AddUserBuilder - Class in com.smartsheet.api.models
A convenience class for making a User object with the appropriate fields for adding the user.
User.NewGroupMemberBuilder - Class in com.smartsheet.api.models
A convenience class for making a GroupMember object with the appropriate fields for adding to a Group.
User.UpdateUserBuilder - Class in com.smartsheet.api.models
A convenience class for making a User object with the appropriate fields for updating a user.
UserInclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects that can be included with the GetCurrentUser request.
UserModel - Class in com.smartsheet.api.models
 
UserModel() - Constructor for class com.smartsheet.api.models.UserModel
 
UserModelWithName - Class in com.smartsheet.api.models
Represents the User Model object with name.
UserModelWithName() - Constructor for class com.smartsheet.api.models.UserModelWithName
 
UserProfile - Class in com.smartsheet.api.models
A profile object that contains the basic fields that most profiles will contain.
UserProfile() - Constructor for class com.smartsheet.api.models.UserProfile
 
userResources() - Method in interface com.smartsheet.api.Smartsheet
Returns the UserResources instance that provides access to User resources.
UserResources - Interface in com.smartsheet.api
This interface provides methods to access User resources.
UserStatus - Enum in com.smartsheet.api.models.enums
Represents the user status.

V

valueOf(String) - Static method in enum com.smartsheet.api.models.enums.AccessLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.AccessScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.AttachmentParentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.AttachmentSubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.AttachmentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.AutomationActionFrequency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.AutomationActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.AutomationRuleDisabledReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.CellHistoryInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.ColumnInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.ColumnTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.ColumnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.CopyExclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.CriteriaTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.CrossSheetReferenceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.DayDescriptor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.DayOfWeek
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.DayOrdinal
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.DestinationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.DiscussionInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.EventAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.EventObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.EventSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.FavoriteType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.FolderCopyInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.FolderRemapExclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.GlobalTemplate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.ListUserInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.ObjectExclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.ObjectInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.ObjectValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.PaperSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.ParentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.ReportInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.ResourceManagementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.RowCopyInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.RowInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.RowMoveInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.ScheduleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.SearchInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.SearchLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.SearchScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.ShareScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.ShareType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.SheetCopyInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.SheetEmailFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.SheetFilterOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.SheetFilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.SheetInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.SheetTemplateInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.SightInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.SortDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.SourceExclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.SourceInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.SummaryFieldExclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.SummaryFieldInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.Symbol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.SystemColumnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.UpdateRequestStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.UserInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.UserStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.WebhookStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.WidgetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.WorkspaceCopyInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.enums.WorkspaceRemapExclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.format.Bold
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.format.Color
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.format.Currency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.format.DateFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.format.DecimalCount
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.format.FontFamily
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.format.FontSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.format.HorizontalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.format.Italic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.format.NumberFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.format.Strikethrough
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.format.TextWrap
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.format.ThousandsSeparator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.format.Underline
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.models.format.VerticalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.oauth.AccessScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartsheet.api.Trace
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.smartsheet.api.models.enums.AccessLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.AccessScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.AttachmentParentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.AttachmentSubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.AttachmentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.AutomationActionFrequency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.AutomationActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.AutomationRuleDisabledReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.CellHistoryInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.ColumnInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.ColumnTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.ColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.CopyExclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.CriteriaTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.CrossSheetReferenceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.DayDescriptor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.DayOfWeek
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.DayOrdinal
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.DestinationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.DiscussionInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.EventAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.EventObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.EventSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.FavoriteType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.FolderCopyInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.FolderRemapExclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.GlobalTemplate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.ListUserInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.ObjectExclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.ObjectInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.ObjectValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.PaperSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.ParentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.ReportInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.ResourceManagementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.RowCopyInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.RowInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.RowMoveInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.ScheduleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.SearchInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.SearchLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.SearchScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.ShareScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.ShareType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.SheetCopyInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.SheetEmailFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.SheetFilterOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.SheetFilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.SheetInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.SheetTemplateInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.SightInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.SortDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.SourceExclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.SourceInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.SummaryFieldExclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.SummaryFieldInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.Symbol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.SystemColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.UpdateRequestStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.UserInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.UserStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.WebhookStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.WidgetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.WorkspaceCopyInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.enums.WorkspaceRemapExclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.format.Bold
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.format.Color
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.format.Currency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.format.DateFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.format.DecimalCount
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.format.FontFamily
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.format.FontSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.format.HorizontalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.format.Italic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.format.NumberFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.format.Strikethrough
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.format.TextWrap
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.format.ThousandsSeparator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.format.Underline
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.models.format.VerticalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.oauth.AccessScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartsheet.api.Trace
Returns an array containing the constants of this enum type, in the order they are declared.
VCR - com.smartsheet.api.models.enums.Symbol
Represents the VCR symbol.
VERDANA - com.smartsheet.api.models.format.FontFamily
 
versioningResources() - Method in interface com.smartsheet.api.SheetAttachmentResources
Creates an object of AttachmentVersioningResources for access to versioning through SheetAttachmentResources.
VerticalAlignment - Enum in com.smartsheet.api.models.format
An enumeration representing the available vertical alignments within Smartsheet.
VIEWER - com.smartsheet.api.models.enums.AccessLevel
 

W

WEATHER - com.smartsheet.api.models.enums.Symbol
Represents the WEATHER symbol.
WEB_APP - com.smartsheet.api.models.enums.EventSource
 
WEBCONTENT - com.smartsheet.api.models.enums.WidgetType
WebContentWidgetContent object
WebContentWidgetContent - Class in com.smartsheet.api.models
 
WebContentWidgetContent() - Constructor for class com.smartsheet.api.models.WebContentWidgetContent
 
Webhook - Class in com.smartsheet.api.models
 
Webhook() - Constructor for class com.smartsheet.api.models.Webhook
 
webhookResources() - Method in interface com.smartsheet.api.Smartsheet
Returns the WebhookResources instance that provides access to webhook resources
WebhookResources - Interface in com.smartsheet.api
 
WebhookSharedSecret - Class in com.smartsheet.api.models
 
WebhookSharedSecret() - Constructor for class com.smartsheet.api.models.WebhookSharedSecret
 
WebhookStats - Class in com.smartsheet.api.models
 
WebhookStats() - Constructor for class com.smartsheet.api.models.WebhookStats
 
WebhookStatus - Enum in com.smartsheet.api.models.enums
 
WebhookSubscope - Class in com.smartsheet.api.models
 
WebhookSubscope() - Constructor for class com.smartsheet.api.models.WebhookSubscope
 
WEDNESDAY - com.smartsheet.api.models.enums.DayDescriptor
Represents WEDNESDAY descriptor type.
WEDNESDAY - com.smartsheet.api.models.enums.DayOfWeek
 
WEEKDAY - com.smartsheet.api.models.enums.DayDescriptor
Represents WEEKDAY descriptor type.
WEEKEND - com.smartsheet.api.models.enums.DayDescriptor
Represents WEEKEND descriptor type.
WEEKLY - com.smartsheet.api.models.enums.AutomationActionFrequency
 
WEEKLY - com.smartsheet.api.models.enums.ScheduleType
Represents WEEKLY schedule type.
WHITE - com.smartsheet.api.models.format.Color
 
WIDE - com.smartsheet.api.models.enums.PaperSize
Represents the WIDE page size.
Widget - Class in com.smartsheet.api.models
 
Widget() - Constructor for class com.smartsheet.api.models.Widget
 
WidgetContent - Interface in com.smartsheet.api.models
 
WidgetHyperlink - Class in com.smartsheet.api.models
 
WidgetHyperlink() - Constructor for class com.smartsheet.api.models.WidgetHyperlink
 
WidgetType - Enum in com.smartsheet.api.models.enums
 
withBackgroundColor(Color) - Method in class com.smartsheet.api.models.format.Format.FormatBuilder
Sets the background color property of the format
withBold(Bold) - Method in class com.smartsheet.api.models.format.Format.FormatBuilder
Sets the bold property of the format
withCurrency(Currency) - Method in class com.smartsheet.api.models.format.Format.FormatBuilder
Sets the currency of the format
withDateFormat(DateFormat) - Method in class com.smartsheet.api.models.format.Format.FormatBuilder
Sets the date format property of the format
withDecimalCount(DecimalCount) - Method in class com.smartsheet.api.models.format.Format.FormatBuilder
Sets the decimal count of the format
withFontFamily(FontFamily) - Method in class com.smartsheet.api.models.format.Format.FormatBuilder
Sets the font family of the format
withFontSize(FontSize) - Method in class com.smartsheet.api.models.format.Format.FormatBuilder
Sets the font size of the format
withFormat(Format) - Method in class com.smartsheet.api.models.format.Format.FormatBuilder
Sets all properties based upon the supplied format
withHorizontalAlignment(HorizontalAlignment) - Method in class com.smartsheet.api.models.format.Format.FormatBuilder
Sets the horizontal alignment property of the format
withItalic(Italic) - Method in class com.smartsheet.api.models.format.Format.FormatBuilder
Sets the italics property of the format
withNumberFormat(NumberFormat) - Method in class com.smartsheet.api.models.format.Format.FormatBuilder
Sets the number format property of the format
withStrikethrough(Strikethrough) - Method in class com.smartsheet.api.models.format.Format.FormatBuilder
Sets the strike through property of the format
withTaskbarColor(Color) - Method in class com.smartsheet.api.models.format.Format.FormatBuilder
Sets the taskbar color property of the format
withTextColor(Color) - Method in class com.smartsheet.api.models.format.Format.FormatBuilder
Sets the text color property of the format
withTextWrap(TextWrap) - Method in class com.smartsheet.api.models.format.Format.FormatBuilder
Sets the text wrap property of the format
withThousandsSeparator(ThousandsSeparator) - Method in class com.smartsheet.api.models.format.Format.FormatBuilder
Sets the thousands separator property of the format
withUnderline(Underline) - Method in class com.smartsheet.api.models.format.Format.FormatBuilder
Sets the underline property of the format
withVerticalAlignment(VerticalAlignment) - Method in class com.smartsheet.api.models.format.Format.FormatBuilder
Sets the vertical alignment property of the format
Workspace - Class in com.smartsheet.api.models
Represents the Workspace object which is an area in which sheets, reports, templates and sub-folders can be organized, similar to a folder.
Workspace() - Constructor for class com.smartsheet.api.models.Workspace
 
WORKSPACE - com.smartsheet.api.models.enums.DestinationType
Represents the workspace destination container.
WORKSPACE - com.smartsheet.api.models.enums.EventObjectType
 
WORKSPACE - com.smartsheet.api.models.enums.FavoriteType
 
WORKSPACE - com.smartsheet.api.models.enums.ShareScope
 
WORKSPACE_NAMES - com.smartsheet.api.models.enums.SearchScope
 
Workspace.UpdateWorkspaceBuilder - Class in com.smartsheet.api.models
A convenience class for creating a Workspace object with the appropriate fields for updating a workspace.
WorkspaceCopyInclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects that can be included in some responses.
WorkspaceFolderResources - Interface in com.smartsheet.api
T
WorkspaceRemapExclusion - Enum in com.smartsheet.api.models.enums
Represents specific objects should be excluded in some responses.
workspaceResources() - Method in interface com.smartsheet.api.Smartsheet
Returns the WorkspaceResources instance that provides access to Workspace resources.
WorkspaceResources - Interface in com.smartsheet.api
This interface provides methods to access Workspace resources.
WRITE_SHEETS - com.smartsheet.api.models.enums.AccessScope
 
WRITE_SHEETS - com.smartsheet.api.oauth.AccessScope
Insert and modify sheet data, including comments, attachments and cell data
WRITER_INFO - com.smartsheet.api.models.enums.SheetInclusion
 
WRITERINFO - com.smartsheet.api.models.enums.SummaryFieldInclusion
 

Y

YEARLY - com.smartsheet.api.models.enums.ScheduleType
Represents YEARLY schedule type.
YELLOW_0 - com.smartsheet.api.models.format.Color
 
YELLOW_1 - com.smartsheet.api.models.format.Color
 
YELLOW_2 - com.smartsheet.api.models.format.Color
 
YELLOW_3 - com.smartsheet.api.models.format.Color
 
YELLOW_4 - com.smartsheet.api.models.format.Color
 
YYYY_MM_DD_DOT - com.smartsheet.api.models.format.DateFormat
 
YYYY_MM_DD_HYPHEN - com.smartsheet.api.models.format.DateFormat
 
A B C D E F G H I J L M N O P R S T U V W Y 
All Classes All Packages