public final class UpdateBordersRequest
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 |
---|
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, 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 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 com.google.api.client.json.GenericJson
public UpdateBordersRequest clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.