java.lang.Object | |
↳ | com.google.android.gms.appindexing.Thing.Builder |
![]()
|
Create a builder for a Thing
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Build the
Thing object.
| |||||||||||
Sets a property of the content.
| |||||||||||
Sets a property of the content.
| |||||||||||
Sets the optional description of the content.
| |||||||||||
Sets the optional web URL of the content.
| |||||||||||
Sets the name of the content.
| |||||||||||
Sets the schema.org type of the content.
| |||||||||||
Sets the app URI of the content.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Sets a property 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.
|
Sets a property 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. |
Sets the optional description of the content.
description | The description of the content. |
---|
Sets the optional web URL of the content.
id | Set the equivalent web url for the content. |
---|
Sets the name of the content.
name | The name of the content. Must not be null. |
---|
Sets the schema.org type of the content.
type | The schema.org type. |
---|
Sets the app URI of the content.
url | The app URI of the content in the App Indexing format. |
---|