| Package | Description |
|---|---|
| com.google.api.services.docs.v1.model |
| Modifier and Type | Method and Description |
|---|---|
RichLinkProperties |
RichLinkProperties.clone() |
RichLinkProperties |
RichLink.getRichLinkProperties()
Output only.
|
RichLinkProperties |
RichLinkProperties.set(String fieldName,
Object value) |
RichLinkProperties |
RichLinkProperties.setMimeType(String mimeType)
The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the RichLink, if
there's one (for example, when it's a file in Drive).
|
RichLinkProperties |
RichLinkProperties.setTitle(String title)
The title of the RichLink as displayed in the link.
|
RichLinkProperties |
RichLinkProperties.setUri(String uri)
The URI to the RichLink.
|
| Modifier and Type | Method and Description |
|---|---|
RichLink |
RichLink.setRichLinkProperties(RichLinkProperties richLinkProperties)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.