ShareHashtag.Builder
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

Builder for the ShareHashtag class.

Estende:Object
Implementa:ShareModelBuilder
Pacote:model
Construtores
Builder()
public Builder()
Métodos de instância
setHashtag(String)

Sets the hashtag value for this instance.

public Builder setHashtag(String hashtag)
ParâmetroDescrição
hashtag
Returns
The Builder instance
getHashtag()
public String getHashtag()
Returns
Gets the value of the hashtag for this instance
readFrom(ShareModel)

Reads the values from a ShareModel into the builder.

public ShareModelBuilder readFrom(ShareModel model)
ParâmetroDescrição
modelThe source ShareModel
Returns
The builder.
readFrom(ShareHashtag)
public Builder readFrom(ShareHashtag model)
ParâmetroDescrição
model
build()

Builds the object.

public Object build()
Returns
The built object.
build()
public ShareHashtag build()