public class SheetPublish extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SheetPublish.PublishStatusBuilder
A convenience class for making a
SheetPublish object with the necessary fields to publish a sheet. |
| Constructor and Description |
|---|
SheetPublish() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIcalEnabled()
Gets the ical enabled flag.
|
String |
getIcalUrl()
Gets the ical url.
|
String |
getReadOnlyFullAccessibleBy()
Get string indicating who can access the "Read-Only Full" view of the published sheet.
|
String |
getReadOnlyFullDefaultView()
Get the read only full default view
|
Boolean |
getReadOnlyFullEnabled()
Gets the read only full (fancy UI) enabled flag.
|
Boolean |
getReadOnlyFullShowToolbar()
Get the read only full show toolbar flag
|
String |
getReadOnlyFullUrl()
Gets the read only full (fancy UI) url.
|
Boolean |
getReadOnlyLiteEnabled()
Gets the read only lite enabled flag.
|
String |
getReadOnlyLiteSslUrl()
Get the read only lite ssl url
|
String |
getReadOnlyLiteUrl()
Gets the read only lite url.
|
String |
getReadWriteAccessibleBy()
Get string indicating who can access the "Edit by Anyone" view of the published sheet.
|
String |
getReadWriteDefaultView()
Get the read write default view
|
Boolean |
getReadWriteEnabled()
Gets the read write enabled flag.
|
Boolean |
getReadWriteShowToolbar()
Get the read/write show toolbar flag
|
String |
getReadWriteUrl()
Gets the read write url.
|
SheetPublish |
setIcalEnabled(Boolean icalEnabled)
Sets the ical enabled flag.
|
SheetPublish |
setIcalUrl(String icalUrl)
Sets the ical url.
|
SheetPublish |
setReadOnlyFullAccessibleBy(String readOnlyFullAccessibleBy)
Set string indicating who can access the "Read-Only Full" view of the published sheet.
|
SheetPublish |
setReadOnlyFullDefaultView(String readOnlyFullDefaultView)
Set the read only full default view
|
SheetPublish |
setReadOnlyFullEnabled(Boolean readOnlyFullEnabled)
Sets the read only full (fancy UI) enabled flag.
|
SheetPublish |
setReadOnlyFullShowToolbar(Boolean readOnlyFullShowToolbar)
Set the read only full show toolbar flag
|
SheetPublish |
setReadOnlyFullUrl(String readOnlyFullUrl)
Sets the read only full (fancy UI) url.
|
SheetPublish |
setReadOnlyLiteEnabled(Boolean readOnlyLiteEnabled)
Sets the read only lite (static html UI) enabled flag.
|
SheetPublish |
setReadOnlyLiteSslUrl(String readOnlyLiteSslUrl)
Sets the read only lite ssl url
|
SheetPublish |
setReadOnlyLiteUrl(String readOnlyLiteUrl)
Sets the read only lite (static html UI) url.
|
SheetPublish |
setReadWriteAccessibleBy(String readWriteAccessibleBy)
Set string indicating who can access the "Edit by Anyone" view of the published sheet.
|
SheetPublish |
setReadWriteDefaultView(String readWriteDefaultView)
Set the read write default view
|
SheetPublish |
setReadWriteEnabled(Boolean readWriteEnabled)
Sets the read write enabled flag.
|
SheetPublish |
setReadWriteShowToolbar(Boolean readWriteShowToolbar)
Set the read/write show toolbar flag
|
SheetPublish |
setReadWriteUrl(String readWriteUrl)
Sets the read write url.
|
public Boolean getReadOnlyLiteEnabled()
public SheetPublish setReadOnlyLiteEnabled(Boolean readOnlyLiteEnabled)
readOnlyLiteEnabled - the new read only lite enabled flagpublic Boolean getReadOnlyFullEnabled()
public SheetPublish setReadOnlyFullEnabled(Boolean readOnlyFullEnabled)
readOnlyFullEnabled - the new read only full enabled flagpublic Boolean getReadWriteEnabled()
public SheetPublish setReadWriteEnabled(Boolean readWriteEnabled)
readWriteEnabled - the new read write enabled flagpublic Boolean getIcalEnabled()
public SheetPublish setIcalEnabled(Boolean icalEnabled)
icalEnabled - the new ical enabled flagpublic String getReadOnlyFullAccessibleBy()
public SheetPublish setReadOnlyFullAccessibleBy(String readOnlyFullAccessibleBy)
readOnlyFullAccessibleBy - public String getReadWriteAccessibleBy()
public SheetPublish setReadWriteAccessibleBy(String readWriteAccessibleBy)
readWriteAccessibleBy - public String getReadOnlyLiteUrl()
public SheetPublish setReadOnlyLiteUrl(String readOnlyLiteUrl)
readOnlyLiteUrl - the new read only lite urlpublic String getReadOnlyLiteSslUrl()
public SheetPublish setReadOnlyLiteSslUrl(String readOnlyLiteSslUrl)
readOnlyLiteSslUrl - public String getReadOnlyFullUrl()
public SheetPublish setReadOnlyFullUrl(String readOnlyFullUrl)
readOnlyFullUrl - the new read only full urlpublic String getReadWriteUrl()
public SheetPublish setReadWriteUrl(String readWriteUrl)
readWriteUrl - the new read write urlpublic String getIcalUrl()
public SheetPublish setIcalUrl(String icalUrl)
icalUrl - the new ical urlpublic Boolean getReadOnlyFullShowToolbar()
public SheetPublish setReadOnlyFullShowToolbar(Boolean readOnlyFullShowToolbar)
readOnlyFullShowToolbar - public Boolean getReadWriteShowToolbar()
public SheetPublish setReadWriteShowToolbar(Boolean readWriteShowToolbar)
readWriteShowToolbar - public String getReadOnlyFullDefaultView()
public SheetPublish setReadOnlyFullDefaultView(String readOnlyFullDefaultView)
readOnlyFullDefaultView - Valid options are "GRID", "CARDS", "CALENDAR"public String getReadWriteDefaultView()
public SheetPublish setReadWriteDefaultView(String readWriteDefaultView)
readWriteDefaultView - Valid options are "GRID", "CARDS", "CALENDAR"Copyright © 2014–2019 Smartsheet. All rights reserved.