public class ReportPublish extends Object
| Constructor and Description |
|---|
ReportPublish() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReadOnlyFullAccessibleBy()
Get who can see the published report.
|
boolean |
getReadOnlyFullEnabled()
Get the current publish status of a report
|
Boolean |
getReadOnlyFullShowToolbar()
Get the read only full show toolbar flag
|
String |
getReadOnlyFullUrl()
Get the URL of the published report.
|
ReportPublish |
setReadOnlyFullAccessibleBy(String readOnlyFullAccessibleBy)
Set parameter indicating who can see the published report.
|
ReportPublish |
setReadOnlyFullEnabled(boolean readOnlyFullEnabled)
If true, a rich version of the report is published
|
ReportPublish |
setReadOnlyFullShowToolbar(Boolean readOnlyFullShowToolbar)
Set the read only full show toolbar flag
|
public boolean getReadOnlyFullEnabled()
public ReportPublish setReadOnlyFullEnabled(boolean readOnlyFullEnabled)
readOnlyFullEnabled - report publish statuspublic String getReadOnlyFullAccessibleBy()
public ReportPublish setReadOnlyFullAccessibleBy(String readOnlyFullAccessibleBy)
readOnlyFullAccessibleBy - - valid options are "ALL" and "ORG"public String getReadOnlyFullUrl()
public Boolean getReadOnlyFullShowToolbar()
public ReportPublish setReadOnlyFullShowToolbar(Boolean readOnlyFullShowToolbar)
readOnlyFullShowToolbar - Copyright © 2014–2017 Smartsheet. All rights reserved.