| java.lang.Object | |
| ↳ | com.google.android.gms.appindexing.Thing.Builder |
Known Direct Subclasses
| |||||||||||||
Create a builder for a Thing.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Build the
Thing object.
| |||||||||||
Specify optional properties of the content.
| |||||||||||
Specify optional properties of the content.
| |||||||||||
Specify the optional description of the content.
| |||||||||||
Specify the optional web URL of the content.
| |||||||||||
Specify the name of the content.
| |||||||||||
Specify optional schema.org type of the content.
| |||||||||||
Specify the native app URL of the content.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Specify optional properties of the content.
| key | The schema.org property. Must not be null. |
|---|---|
| value | The value of the schema.org property represented as a Thing.
If null, the value will be ignored.
|
Specify optional properties of the content.
| key | The schema.org property. Must not be null. |
|---|---|
| value | The value of the schema.org property. If null, the value will be ignored. |
Specify the optional description of the content.
| description | Description of the content. |
|---|
Specify the optional web URL of the content.
| id | Set the equivalent web url for the content. See App Indexing. |
|---|
Specify the name of the content.
| name | Name of the content. |
|---|
Specify optional schema.org type of the content.
| type | The schema.org type. |
|---|
Specify the native app URL of the content.
| url | Set the deep-link in the App Indexing format. |
|---|