public final class UpdateBordersRequest 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 |
|---|
UpdateBordersRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateBordersRequest |
clone() |
Border |
getBottom()
The border to put at the bottom of the range.
|
Border |
getInnerHorizontal()
The horizontal border to put within the range.
|
Border |
getInnerVertical()
The vertical border to put within the range.
|
Border |
getLeft()
The border to put at the left of the range.
|
GridRange |
getRange()
The range whose borders should be updated.
|
Border |
getRight()
The border to put at the right of the range.
|
Border |
getTop()
The border to put at the top of the range.
|
UpdateBordersRequest |
set(String fieldName,
Object value) |
UpdateBordersRequest |
setBottom(Border bottom)
The border to put at the bottom of the range.
|
UpdateBordersRequest |
setInnerHorizontal(Border innerHorizontal)
The horizontal border to put within the range.
|
UpdateBordersRequest |
setInnerVertical(Border innerVertical)
The vertical border to put within the range.
|
UpdateBordersRequest |
setLeft(Border left)
The border to put at the left of the range.
|
UpdateBordersRequest |
setRange(GridRange range)
The range whose borders should be updated.
|
UpdateBordersRequest |
setRight(Border right)
The border to put at the right of the range.
|
UpdateBordersRequest |
setTop(Border top)
The border to put at the top of the range.
|
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 UpdateBordersRequest setBottom(Border bottom)
bottom - bottom or null for nonepublic Border getInnerHorizontal()
null for nonepublic UpdateBordersRequest setInnerHorizontal(Border innerHorizontal)
innerHorizontal - innerHorizontal or null for nonepublic Border getInnerVertical()
null for nonepublic UpdateBordersRequest setInnerVertical(Border innerVertical)
innerVertical - innerVertical or null for nonepublic Border getLeft()
null for nonepublic UpdateBordersRequest setLeft(Border left)
left - left or null for nonepublic GridRange getRange()
null for nonepublic UpdateBordersRequest setRange(GridRange range)
range - range or null for nonepublic Border getRight()
null for nonepublic UpdateBordersRequest setRight(Border right)
right - right or null for nonepublic Border getTop()
null for nonepublic UpdateBordersRequest setTop(Border top)
top - top or null for nonepublic UpdateBordersRequest set(String fieldName, Object value)
set in class GenericJsonpublic UpdateBordersRequest clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.