public class ProtectedRange extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ProtectedRange.Builder |
| 构造器和说明 |
|---|
ProtectedRange() |
ProtectedRange(ProtectedRange.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDescription() |
ProtectedRangeEditors |
getEditors() |
ProtectedColumns |
getProtectedColumns() |
String |
getProtectedDimension() |
String |
getProtectedId() |
ProtectedRows |
getProtectedRows() |
ProtectedSheet |
getProtectedSheet() |
static ProtectedRange.Builder |
newBuilder() |
void |
setDescription(String description) |
void |
setEditors(ProtectedRangeEditors editors) |
void |
setProtectedColumns(ProtectedColumns protectedColumns) |
void |
setProtectedDimension(String protectedDimension) |
void |
setProtectedId(String protectedId) |
void |
setProtectedRows(ProtectedRows protectedRows) |
void |
setProtectedSheet(ProtectedSheet protectedSheet) |
public ProtectedRange()
public ProtectedRange(ProtectedRange.Builder builder)
public String getProtectedId()
public void setProtectedId(String protectedId)
public String getDescription()
public void setDescription(String description)
public String getProtectedDimension()
public void setProtectedDimension(String protectedDimension)
public ProtectedRows getProtectedRows()
public void setProtectedRows(ProtectedRows protectedRows)
public ProtectedColumns getProtectedColumns()
public void setProtectedColumns(ProtectedColumns protectedColumns)
public ProtectedSheet getProtectedSheet()
public void setProtectedSheet(ProtectedSheet protectedSheet)
public ProtectedRangeEditors getEditors()
public void setEditors(ProtectedRangeEditors editors)
public static ProtectedRange.Builder newBuilder()
Copyright © 2025. All rights reserved.