public class ErrorDetail extends Object
| Constructor and Description |
|---|
ErrorDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlternateEmailAddress()
Gets the alternate email address that was specified in the request.
|
Integer |
getIndex()
Gets the index of the row that caused the error.
|
Integer |
getMaxSheetCount()
Gets the server-side limit on the number of sheets allowed in a single copy operation.
|
String |
getPrimaryEmailAddress()
Gets the primary email address that should be specified in the request.
|
Long |
getRowId()
Gets the row ID of the row that caused the error.
|
DestinationType |
getTopContainerType()
Gets the type of the container that was partially copied
|
Long |
getTopContainId()
Gets the ID of the container that was partially copied
|
ErrorDetail |
setAlternateEmailAddress(String alternateEmailAddress)
Sets the alternate email address that was specified in the request
|
ErrorDetail |
setIndex(Integer index)
Sets the index of the row that caused the error
|
ErrorDetail |
setMaxSheetCount(Integer maxSheetCount)
Sets the maximum sheet count for the server-side limit
|
ErrorDetail |
setPrimaryEmailAddress(String primaryEmailAddress)
Sets the primary email address that should be specified in the request
|
ErrorDetail |
setRowId(Long rowId)
Sets the row ID of the row that caused the error
|
ErrorDetail |
setTopContainerId(Long topContainerId)
Sets the ID of the container that was partially copied
|
ErrorDetail |
setTopContainerType(DestinationType topContainerType)
Sets the type of the container that was partially copied
|
public String getAlternateEmailAddress()
public ErrorDetail setAlternateEmailAddress(String alternateEmailAddress)
alternateEmailAddress - the alternate email addresspublic Integer getIndex()
public ErrorDetail setIndex(Integer index)
index - the indexpublic Integer getMaxSheetCount()
public ErrorDetail setMaxSheetCount(Integer maxSheetCount)
maxSheetCount - the maximum sheet countpublic String getPrimaryEmailAddress()
public ErrorDetail setPrimaryEmailAddress(String primaryEmailAddress)
primaryEmailAddress - the primary email addresspublic Long getRowId()
public ErrorDetail setRowId(Long rowId)
rowId - the row IDpublic Long getTopContainId()
public ErrorDetail setTopContainerId(Long topContainerId)
topContainerId - the container IDpublic DestinationType getTopContainerType()
public ErrorDetail setTopContainerType(DestinationType topContainerType)
topContainerType - the container typeCopyright © 2014–2019 Smartsheet. All rights reserved.