| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
SheetPublish |
SheetResources.getPublishStatus(long id)
Get the status of the Publish settings of the sheet, including the URLs of any enabled publishings.
|
SheetPublish |
SheetResources.updatePublishStatus(long id,
SheetPublish publish)
Sets the publish status of a sheet and returns the new status, including the URLs of any enabled publishings.
|
| Modifier and Type | Method and Description |
|---|---|
SheetPublish |
SheetResources.updatePublishStatus(long id,
SheetPublish publish)
Sets the publish status of a sheet and returns the new status, including the URLs of any enabled publishings.
|
| Modifier and Type | Method and Description |
|---|---|
SheetPublish |
SheetPublish.PublishStatusBuilder.build()
Builds the.
|
SheetPublish |
SheetPublish.setIcalEnabled(Boolean icalEnabled)
Sets the ical enabled flag.
|
SheetPublish |
SheetPublish.setIcalUrl(String icalUrl)
Sets the ical url.
|
SheetPublish |
SheetPublish.setReadOnlyFullAccessibleBy(String readOnlyFullAccessibleBy)
Set string indicating who can access the "Read-Only Full" view of the published sheet.
|
SheetPublish |
SheetPublish.setReadOnlyFullEnabled(Boolean readOnlyFullEnabled)
Sets the read only full (fancy UI) enabled flag.
|
SheetPublish |
SheetPublish.setReadOnlyFullShowToolbar(Boolean readOnlyFullShowToolbar)
Set the read only full show toolbar flag
|
SheetPublish |
SheetPublish.setReadOnlyFullUrl(String readOnlyFullUrl)
Sets the read only full (fancy UI) url.
|
SheetPublish |
SheetPublish.setReadOnlyLiteEnabled(Boolean readOnlyLiteEnabled)
Sets the read only lite (static html UI) enabled flag.
|
SheetPublish |
SheetPublish.setReadOnlyLiteSslUrl(String readOnlyLiteSslUrl)
Sets the read only lite ssl url
|
SheetPublish |
SheetPublish.setReadOnlyLiteUrl(String readOnlyLiteUrl)
Sets the read only lite (static html UI) url.
|
SheetPublish |
SheetPublish.setReadWriteAccessibleBy(String readWriteAccessibleBy)
Set string indicating who can access the "Edit by Anyone" view of the published sheet.
|
SheetPublish |
SheetPublish.setReadWriteEnabled(Boolean readWriteEnabled)
Sets the read write enabled flag.
|
SheetPublish |
SheetPublish.setReadWriteShowToolbar(Boolean readWriteShowToolbar)
Set the read/write show toolbar flag
|
SheetPublish |
SheetPublish.setReadWriteUrl(String readWriteUrl)
Sets the read write url.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.