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: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.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, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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 GenericJsonpublic Borders clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.