ShareModelBuilder
Une version plus récente de cette classe est disponible. Rendez-vous sur la dernière version.

Interface for builders related to sharing.

Implémentations :ShareBuilder
Package :model
Méthodes d’instance
readFrom(ShareModel)

Reads the values from a ShareModel into the builder.

public ShareModelBuilder readFrom(ShareModel model)
ParamètreDescription
modelThe source ShareModel
Returns
The builder.
readFrom(Parcel)

Reads the values from a parcel into the builder. The parcel must have packaged an instance of the ShareModel that came from the same type of builder.

public ShareModelBuilder readFrom(Parcel parcel)
ParamètreDescription
parcelThe Parcel that contains the ShareModel.
Returns
The builder.