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
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, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
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 com.google.api.client.json.GenericJson
public Borders clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.