| Package | Description |
|---|---|
| com.google.api.services.gmail.model |
| Modifier and Type | Method and Description |
|---|---|
LabelColor |
LabelColor.clone() |
LabelColor |
Label.getColor()
The color to assign to the label.
|
LabelColor |
LabelColor.set(String fieldName,
Object value) |
LabelColor |
LabelColor.setBackgroundColor(String backgroundColor)
The background color represented as hex string #RRGGBB (ex #000000).
|
LabelColor |
LabelColor.setTextColor(String textColor)
The text color of the label, represented as hex string.
|
| Modifier and Type | Method and Description |
|---|---|
Label |
Label.setColor(LabelColor color)
The color to assign to the label.
|
Copyright © 2011–2025 Google. All rights reserved.