com.google.firebase.appindexing.builders

This package contains builders and convenience methods to help construct common types of indexable objects and actions.

Convenience methods to construct Indexables for common data types are available via Indexables. Convenience methods to construct common types of com.google.firebase.appindexing.Actions are available via Actions.

Classes

Actions Provides convenience methods to construct common type of actions. 
AggregateRatingBuilder Builder to construct an Indexable for aggregate rating. 
AlarmBuilder Builder to construct an Indexable for an alarm. 
AlarmInstanceBuilder Builder to construct an Indexable for an alarm instance. 
AssistActionBuilder Constructs an action to report completion of the Action triggered from Assistant. 
AudiobookBuilder Builder to construct an Indexable for an audiobook. 
BookBuilder Builder to construct an Indexable for a book. 
ConversationBuilder Builder to construct an Indexable for a conversation. 
DigitalDocumentBuilder Builder to construct an Indexable for a digital document of different types. 
DigitalDocumentPermissionBuilder Builder to construct an Indexable for a permission on a digital document. 
GeoShapeBuilder Builder to construct an Indexable for a geographic area described by a shape. 
IndexableBuilder<T extends IndexableBuilder<?>> The basic abstract builder to construct an Indexable
Indexables Provides convenience methods to construct Indexables for common data types. 
LocalBusinessBuilder Builder to construct an Indexable for a local business. 
MessageBuilder Builder to construct an Indexable for a message. 
MusicAlbumBuilder Builder to construct an Indexable for a music album. 
MusicGroupBuilder Builder to construct an Indexable for a music group. 
MusicPlaylistBuilder Builder to construct an Indexable for a music playlist. 
MusicRecordingBuilder Builder to construct an Indexable for a song or other music recording. 
PersonBuilder Builder to construct an Indexable for a person. 
PhotographBuilder Builder to construct an Indexable for a photo. 
PlaceBuilder Builder to construct an Indexable for a place object. 
PostalAddressBuilder Builder to construct an Indexable for a postal address. 
ReservationBuilder Builder to construct an Indexable for a reservation. 
StickerBuilder Builder to construct an Indexable for a sticker. 
StickerPackBuilder Builder to construct an Indexable for a sticker pack. 
StopwatchBuilder Builder to construct an Indexable for a stopwatch. 
StopwatchLapBuilder Builder to construct an Indexable for a lap. 
TimerBuilder Builder to construct an Indexable for a timer. 
VideoObjectBuilder Builder to construct an Indexable for a video object.