public final class Borders
extends com.google.api.client.json.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: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
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(java.lang.String fieldName,
java.lang.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
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(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Borders clone()
clone
in class com.google.api.client.json.GenericJson