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
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(java.lang.String fieldName,
java.lang.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, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
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(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public UpdateBordersRequest clone()
clone
in class com.google.api.client.json.GenericJson