public class PatchProtectedRangeEditors extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PatchProtectedRangeEditors.Builder |
| 构造器和说明 |
|---|
PatchProtectedRangeEditors() |
PatchProtectedRangeEditors(PatchProtectedRangeEditors.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
ProtectedRangeEditors |
getAddEditors() |
ProtectedRangeEditors |
getRemoveEditors() |
String |
getType() |
static PatchProtectedRangeEditors.Builder |
newBuilder() |
void |
setAddEditors(ProtectedRangeEditors addEditors) |
void |
setRemoveEditors(ProtectedRangeEditors removeEditors) |
void |
setType(String type) |
public PatchProtectedRangeEditors()
public PatchProtectedRangeEditors(PatchProtectedRangeEditors.Builder builder)
public String getType()
public void setType(String type)
public ProtectedRangeEditors getAddEditors()
public void setAddEditors(ProtectedRangeEditors addEditors)
public ProtectedRangeEditors getRemoveEditors()
public void setRemoveEditors(ProtectedRangeEditors removeEditors)
public static PatchProtectedRangeEditors.Builder newBuilder()
Copyright © 2025. All rights reserved.