com.google.api.services.docs.v1.model.TableCellStyleSuggestionState Maven / Gradle / Ivy
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
*/
/*
* This code was generated by https://github.com/google/apis-client-generator/
* (build: 2018-10-08 17:45:39 UTC)
* on 2019-04-02 at 01:09:20 UTC
* Modify at your own risk.
*/
package com.google.api.services.docs.v1.model;
/**
* A mask that indicates which of the fields on the base TableCellStyle have been changed in this
* suggestion. For any field set to true, there is a new suggested value.
*
* 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 Docs API. For a detailed explanation see:
* https://developers.google.com/api-client-library/java/google-http-java-client/json
*
*
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
public final class TableCellStyleSuggestionState extends com.google.api.client.json.GenericJson {
/**
* Indicates if there was a suggested change to background_color.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean backgroundColorSuggested;
/**
* Indicates if there was a suggested change to border_bottom.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean borderBottomSuggested;
/**
* Indicates if there was a suggested change to border_left.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean borderLeftSuggested;
/**
* Indicates if there was a suggested change to border_right.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean borderRightSuggested;
/**
* Indicates if there was a suggested change to border_top.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean borderTopSuggested;
/**
* Indicates if there was a suggested change to column_span.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean columnSpanSuggested;
/**
* Indicates if there was a suggested change to content_alignment.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean contentAlignmentSuggested;
/**
* Indicates if there was a suggested change to padding_bottom.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean paddingBottomSuggested;
/**
* Indicates if there was a suggested change to padding_left.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean paddingLeftSuggested;
/**
* Indicates if there was a suggested change to padding_right.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean paddingRightSuggested;
/**
* Indicates if there was a suggested change to padding_top.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean paddingTopSuggested;
/**
* Indicates if there was a suggested change to row_span.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean rowSpanSuggested;
/**
* Indicates if there was a suggested change to background_color.
* @return value or {@code null} for none
*/
public java.lang.Boolean getBackgroundColorSuggested() {
return backgroundColorSuggested;
}
/**
* Indicates if there was a suggested change to background_color.
* @param backgroundColorSuggested backgroundColorSuggested or {@code null} for none
*/
public TableCellStyleSuggestionState setBackgroundColorSuggested(java.lang.Boolean backgroundColorSuggested) {
this.backgroundColorSuggested = backgroundColorSuggested;
return this;
}
/**
* Indicates if there was a suggested change to border_bottom.
* @return value or {@code null} for none
*/
public java.lang.Boolean getBorderBottomSuggested() {
return borderBottomSuggested;
}
/**
* Indicates if there was a suggested change to border_bottom.
* @param borderBottomSuggested borderBottomSuggested or {@code null} for none
*/
public TableCellStyleSuggestionState setBorderBottomSuggested(java.lang.Boolean borderBottomSuggested) {
this.borderBottomSuggested = borderBottomSuggested;
return this;
}
/**
* Indicates if there was a suggested change to border_left.
* @return value or {@code null} for none
*/
public java.lang.Boolean getBorderLeftSuggested() {
return borderLeftSuggested;
}
/**
* Indicates if there was a suggested change to border_left.
* @param borderLeftSuggested borderLeftSuggested or {@code null} for none
*/
public TableCellStyleSuggestionState setBorderLeftSuggested(java.lang.Boolean borderLeftSuggested) {
this.borderLeftSuggested = borderLeftSuggested;
return this;
}
/**
* Indicates if there was a suggested change to border_right.
* @return value or {@code null} for none
*/
public java.lang.Boolean getBorderRightSuggested() {
return borderRightSuggested;
}
/**
* Indicates if there was a suggested change to border_right.
* @param borderRightSuggested borderRightSuggested or {@code null} for none
*/
public TableCellStyleSuggestionState setBorderRightSuggested(java.lang.Boolean borderRightSuggested) {
this.borderRightSuggested = borderRightSuggested;
return this;
}
/**
* Indicates if there was a suggested change to border_top.
* @return value or {@code null} for none
*/
public java.lang.Boolean getBorderTopSuggested() {
return borderTopSuggested;
}
/**
* Indicates if there was a suggested change to border_top.
* @param borderTopSuggested borderTopSuggested or {@code null} for none
*/
public TableCellStyleSuggestionState setBorderTopSuggested(java.lang.Boolean borderTopSuggested) {
this.borderTopSuggested = borderTopSuggested;
return this;
}
/**
* Indicates if there was a suggested change to column_span.
* @return value or {@code null} for none
*/
public java.lang.Boolean getColumnSpanSuggested() {
return columnSpanSuggested;
}
/**
* Indicates if there was a suggested change to column_span.
* @param columnSpanSuggested columnSpanSuggested or {@code null} for none
*/
public TableCellStyleSuggestionState setColumnSpanSuggested(java.lang.Boolean columnSpanSuggested) {
this.columnSpanSuggested = columnSpanSuggested;
return this;
}
/**
* Indicates if there was a suggested change to content_alignment.
* @return value or {@code null} for none
*/
public java.lang.Boolean getContentAlignmentSuggested() {
return contentAlignmentSuggested;
}
/**
* Indicates if there was a suggested change to content_alignment.
* @param contentAlignmentSuggested contentAlignmentSuggested or {@code null} for none
*/
public TableCellStyleSuggestionState setContentAlignmentSuggested(java.lang.Boolean contentAlignmentSuggested) {
this.contentAlignmentSuggested = contentAlignmentSuggested;
return this;
}
/**
* Indicates if there was a suggested change to padding_bottom.
* @return value or {@code null} for none
*/
public java.lang.Boolean getPaddingBottomSuggested() {
return paddingBottomSuggested;
}
/**
* Indicates if there was a suggested change to padding_bottom.
* @param paddingBottomSuggested paddingBottomSuggested or {@code null} for none
*/
public TableCellStyleSuggestionState setPaddingBottomSuggested(java.lang.Boolean paddingBottomSuggested) {
this.paddingBottomSuggested = paddingBottomSuggested;
return this;
}
/**
* Indicates if there was a suggested change to padding_left.
* @return value or {@code null} for none
*/
public java.lang.Boolean getPaddingLeftSuggested() {
return paddingLeftSuggested;
}
/**
* Indicates if there was a suggested change to padding_left.
* @param paddingLeftSuggested paddingLeftSuggested or {@code null} for none
*/
public TableCellStyleSuggestionState setPaddingLeftSuggested(java.lang.Boolean paddingLeftSuggested) {
this.paddingLeftSuggested = paddingLeftSuggested;
return this;
}
/**
* Indicates if there was a suggested change to padding_right.
* @return value or {@code null} for none
*/
public java.lang.Boolean getPaddingRightSuggested() {
return paddingRightSuggested;
}
/**
* Indicates if there was a suggested change to padding_right.
* @param paddingRightSuggested paddingRightSuggested or {@code null} for none
*/
public TableCellStyleSuggestionState setPaddingRightSuggested(java.lang.Boolean paddingRightSuggested) {
this.paddingRightSuggested = paddingRightSuggested;
return this;
}
/**
* Indicates if there was a suggested change to padding_top.
* @return value or {@code null} for none
*/
public java.lang.Boolean getPaddingTopSuggested() {
return paddingTopSuggested;
}
/**
* Indicates if there was a suggested change to padding_top.
* @param paddingTopSuggested paddingTopSuggested or {@code null} for none
*/
public TableCellStyleSuggestionState setPaddingTopSuggested(java.lang.Boolean paddingTopSuggested) {
this.paddingTopSuggested = paddingTopSuggested;
return this;
}
/**
* Indicates if there was a suggested change to row_span.
* @return value or {@code null} for none
*/
public java.lang.Boolean getRowSpanSuggested() {
return rowSpanSuggested;
}
/**
* Indicates if there was a suggested change to row_span.
* @param rowSpanSuggested rowSpanSuggested or {@code null} for none
*/
public TableCellStyleSuggestionState setRowSpanSuggested(java.lang.Boolean rowSpanSuggested) {
this.rowSpanSuggested = rowSpanSuggested;
return this;
}
@Override
public TableCellStyleSuggestionState set(String fieldName, Object value) {
return (TableCellStyleSuggestionState) super.set(fieldName, value);
}
@Override
public TableCellStyleSuggestionState clone() {
return (TableCellStyleSuggestionState) super.clone();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy