ShareHashtag.Builder
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

Builder for the ShareHashtag class.

Estende:Object
Implementazioni:ShareModelBuilder
Pacchetto:model
Costruttori
ShareHashtag.Builder()
public ShareHashtag.Builder()
Metodi di istanza
setHashtag(String)

Sets the hashtag value for this instance.

public Builder setHashtag(String hashtag)
ParametroDescrizione
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)
ParametroDescrizione
modelThe source ShareModel
Returns
The builder.
readFrom(ShareHashtag)
public Builder readFrom(ShareHashtag model)
ParametroDescrizione
model
build()

Builds the object.

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