public class CellQuery extends Query
Query.CategoryFilter, Query.CustomParameter, Query.ResultFormat| Modifier and Type | Field and Description |
|---|---|
static String |
MAXIMUM_COL
String property for maximum column number.
|
static String |
MAXIMUM_ROW
String property for maximum row number.
|
static String |
MINIMUM_COL
String property for minimum column number.
|
static String |
MINIMUM_ROW
String property for minimum row number.
|
static String |
RANGE
String property for a cell range.
|
static String |
RETURN_EMPTY
String porperty for flag to return empty cells.
|
| Constructor and Description |
|---|
CellQuery(URL feedUrl)
Constructs an object representing a to-be-executed query on cells.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaximumCol()
Gets the largest column number possible in the cells to be returned.
|
Integer |
getMaximumRow()
Gets the largest row number possible in the cells to be returned.
|
Integer |
getMinimumCol()
Gets the smallest column number possible in the cells to be returned.
|
Integer |
getMinimumRow()
Gets the smallest row number possible in the cells to be returned.
|
String |
getRange()
Gets the range of the cells to be returned.
|
boolean |
getReturnEmpty()
Gets whether the empty cells should be returned.
|
void |
setMaximumCol(Integer value)
Sets the maximum column number of cells that are returned.
|
void |
setMaximumRow(Integer value)
Sets the maximum row number of cells that are returned.
|
void |
setMinimumCol(Integer value)
Sets the minimum column number of cells that are returned.
|
void |
setMinimumRow(Integer value)
Sets the minimum row number of cells that are returned.
|
void |
setRange(String value)
Sets the range for the cells to return.
|
void |
setReturnEmpty(boolean value)
Sets whether to return empty cells.
|
addCategoryFilter, addCustomParameter, appendQueryParameter, getAuthor, getCategoryFilters, getCustomParameters, getCustomParameters, getFeedUrl, getFields, getFullTextQuery, getIntegerCustomParameter, getMaxResults, getPublishedMax, getPublishedMin, getQueryUri, getResultFormat, getStartIndex, getStringCustomParameter, getUpdatedMax, getUpdatedMin, getUrl, isStrict, isValidState, setAuthor, setFields, setFullTextQuery, setIntegerCustomParameter, setMaxResults, setPublishedMax, setPublishedMin, setResultFormat, setStartIndex, setStrict, setStringCustomParameter, setUpdatedMax, setUpdatedMinpublic static final String MINIMUM_ROW
public static final String MAXIMUM_ROW
public static final String MINIMUM_COL
public static final String MAXIMUM_COL
public static final String RANGE
public static final String RETURN_EMPTY
public CellQuery(URL feedUrl)
feedUrl - the URI of the particular worksheet's cells feedpublic void setMinimumRow(Integer value)
value - the row number, or null if there is no minimumpublic void setMaximumRow(Integer value)
value - the row number, or null if there is no maximumpublic void setMinimumCol(Integer value)
value - the column numer, or null if there is no minimumpublic void setMaximumCol(Integer value)
value - the column number, of null if there is no maximumpublic void setRange(String value)
value - the range in A1 or R1C1 for the cells to be returned.public void setReturnEmpty(boolean value)
value - if true, then empty cells will be returned in the feed.public Integer getMinimumRow()
public Integer getMaximumRow()
public Integer getMinimumCol()
public Integer getMaximumCol()
public String getRange()
public boolean getReturnEmpty()
Copyright © 2012. All Rights Reserved.