类 ConditionalFormatRange

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

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

    • ConditionalFormatRange

      public ConditionalFormatRange()
    • ConditionalFormatRange

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

    • newBuilder

      public static ConditionalFormatRange.Builder newBuilder()
    • getSheetId

      public String getSheetId()
    • setSheetId

      public void setSheetId(String sheetId)
    • getStartRowIndex

      public Integer getStartRowIndex()
    • setStartRowIndex

      public void setStartRowIndex(Integer startRowIndex)
    • getEndRowIndex

      public Integer getEndRowIndex()
    • setEndRowIndex

      public void setEndRowIndex(Integer endRowIndex)
    • getStartColumnIndex

      public Integer getStartColumnIndex()
    • setStartColumnIndex

      public void setStartColumnIndex(Integer startColumnIndex)
    • getEndColumnIndex

      public Integer getEndColumnIndex()
    • setEndColumnIndex

      public void setEndColumnIndex(Integer endColumnIndex)