public final class Borders extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Sheets API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Borders() |
Modifier and Type | Method and Description |
---|---|
Borders |
clone() |
Border |
getBottom()
The bottom border of the cell.
|
Border |
getLeft()
The left border of the cell.
|
Border |
getRight()
The right border of the cell.
|
Border |
getTop()
The top border of the cell.
|
Borders |
set(String fieldName,
Object value) |
Borders |
setBottom(Border bottom)
The bottom border of the cell.
|
Borders |
setLeft(Border left)
The left border of the cell.
|
Borders |
setRight(Border right)
The right border of the cell.
|
Borders |
setTop(Border top)
The top border of the cell.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public Border getBottom()
null
for nonepublic Borders setBottom(Border bottom)
bottom
- bottom or null
for nonepublic Border getLeft()
null
for nonepublic Borders setLeft(Border left)
left
- left or null
for nonepublic Border getRight()
null
for nonepublic Borders setRight(Border right)
right
- right or null
for nonepublic Border getTop()
null
for nonepublic Borders setTop(Border top)
top
- top or null
for nonepublic Borders set(String fieldName, Object value)
set
in class GenericJson
public Borders clone()
clone
in class GenericJson