java.lang.Object | ||
↳ | com.google.android.gms.appindexing.Thing.Builder | |
↳ | com.google.android.gms.appindexing.Action.Builder |
Create a builder for an Action
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Build the
Action object.
| |||||||||||
Sets properties of the action.
| |||||||||||
Sets a property of the action.
| |||||||||||
Sets properties of the action.
| |||||||||||
Sets a property of the action.
| |||||||||||
Specify the status of the action.
| |||||||||||
Sets the name of the action.
| |||||||||||
Sets the object of the action.
| |||||||||||
Sets the app URI of the action.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Sets properties of the action.
key | The schema.org property. Must not be null. |
---|---|
values | The array of values represented as a Thing .
If null, the values will be ignored.
|
Sets a property of the action.
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 properties of the action.
key | The schema.org property. Must not be null. |
---|---|
values | The array of string values. If null, the values will be ignored. |
Sets a property of the action.
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 name of the action.
name | The name of the action. |
---|
Sets the object of the action.
thing | The object of the action. Must not be null. |
---|
Sets the app URI of the action.
url | The app URI of the action in the App Indexing format. |
---|