类 ProtectedRows

java.lang.Object
com.lark.oapi.service.sheets.v3.model.ProtectedRows

public class ProtectedRows extends Object
  • 构造器详细资料

    • ProtectedRows

      public ProtectedRows()
    • ProtectedRows

      public ProtectedRows(ProtectedRows.Builder builder)
  • 方法详细资料

    • newBuilder

      public static ProtectedRows.Builder newBuilder()
    • getSheetId

      public String getSheetId()
    • setSheetId

      public void setSheetId(String sheetId)
    • getStartIndex

      public Integer getStartIndex()
    • setStartIndex

      public void setStartIndex(Integer startIndex)
    • getEndIndex

      public Integer getEndIndex()
    • setEndIndex

      public void setEndIndex(Integer endIndex)