Summary
[Expand]
Inherited Methods |
From class
com.google.firebase.appindexing.builders.IndexableBuilder
final
Indexable
|
build()
Finalize building the object.
|
<S extends IndexableBuilder>
T
|
put(String key, S... values)
Sets one or multiple Indexable values for a property.
|
T
|
put(String key, boolean... values)
Sets one or multiple boolean values for a property.
|
T
|
put(String key, Indexable... values)
Sets one or multiple Indexable values for a property.
|
T
|
put(String key, String... values)
Sets one or multiple string values for a property.
|
T
|
put(String key, long... values)
Sets one or multiple long values for a property.
|
final
T
|
setDescription(String description)
Sets the optional description of the content.
|
final
T
|
setImage(String url)
Sets the image of the content.
|
T
|
setMetadata(Indexable.Metadata.Builder metadataBuilder)
Sets the metadata.
|
final
T
|
setName(String name)
Sets the name of the content, must not be null.
|
final
T
|
setSameAs(String webUrl)
Sets the corresponding web URL.
|
final
T
|
setUrl(String url)
Sets the URL.
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
Sets the ID of the conversation. ID could be thread ID of the email thread or group chat ID.
Parameters |
id |
String :
The ID of the conversation.
|