Package com.smartsheet.api.models
Class SightPublish
- java.lang.Object
-
- com.smartsheet.api.models.SightPublish
-
public class SightPublish extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SightPublish()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getReadOnlyFullAccessibleBy()
Returns the readOnlyFullAccessibleBy string indicating if this sight is viewable by ALL or ORGjava.lang.Boolean
getReadOnlyFullEnabled()
Returns the value of the readOnlyFullEnabled flag.java.lang.String
getReadOnlyFullUrl()
Returns the readOnlyFullUrl string.SightPublish
setReadOnlyFullAccessibleBy(java.lang.String readOnlyFullAccessibleBy)
Sets the value of the readOnlyFullAccessibleBy stringSightPublish
setReadOnlyFullEnabled(java.lang.Boolean readOnlyFullEnabled)
Set the value of the readOnlyFullEnabled flag.SightPublish
setReadOnlyFullUrl(java.lang.String readOnlyFullUrl)
Sets the value of the readOnlyFullUrL string.
-
-
-
Method Detail
-
getReadOnlyFullEnabled
public java.lang.Boolean getReadOnlyFullEnabled()
Returns the value of the readOnlyFullEnabled flag.- Returns:
- readOnlyFullEnabled
-
setReadOnlyFullEnabled
public SightPublish setReadOnlyFullEnabled(java.lang.Boolean readOnlyFullEnabled)
Set the value of the readOnlyFullEnabled flag.
-
getReadOnlyFullUrl
public java.lang.String getReadOnlyFullUrl()
Returns the readOnlyFullUrl string.- Returns:
- readOnlyFullUrl
-
setReadOnlyFullUrl
public SightPublish setReadOnlyFullUrl(java.lang.String readOnlyFullUrl)
Sets the value of the readOnlyFullUrL string.
-
getReadOnlyFullAccessibleBy
public java.lang.String getReadOnlyFullAccessibleBy()
Returns the readOnlyFullAccessibleBy string indicating if this sight is viewable by ALL or ORG- Returns:
- readOnlyFullAccessibleBy
-
setReadOnlyFullAccessibleBy
public SightPublish setReadOnlyFullAccessibleBy(java.lang.String readOnlyFullAccessibleBy)
Sets the value of the readOnlyFullAccessibleBy string
-
-