Builder for the SharePhoto interface.
Perpanjang: | Object |
Penerapan: | ShareModelBuilder |
Paket: | model |
writeListTo(Parcel, List)
public static void writeListTo(Parcel out, List photos)
Parameter | Keterangan |
---|---|
out | |
photos |
readListFrom(Parcel)
public static List readListFrom(Parcel in)
Parameter | Keterangan |
---|---|
in |
setBitmap(Bitmap)
Sets the bitmap representation of the photo.
public Builder setBitmap(Bitmap bitmap)
Parameter | Keterangan |
---|---|
bitmap | Bitmap representation of the photo. |
setImageUrl(Uri)
Sets the URL to the photo.
public Builder setImageUrl(Uri imageUrl)
Parameter | Keterangan |
---|---|
imageUrl | Uri that points to a network location or the location of the photo on disk. |
setUserGenerated(boolean)
Sets whether the photo represented by this object was generated by the user or by the application.
public Builder setUserGenerated(boolean userGenerated)
Parameter | Keterangan |
---|---|
userGenerated | Indication of whether the photo is user-generated. |
build()
Builds the object.
public Object build()
build()
public SharePhoto build()
readFrom(ShareModel)
Reads the values from a ShareModel into the builder.
public ShareModelBuilder readFrom(ShareModel model)
Parameter | Keterangan |
---|---|
model | The source ShareModel |
readFrom(SharePhoto)
public Builder readFrom(SharePhoto model)
Parameter | Keterangan |
---|---|
model |
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)
Parameter | Keterangan |
---|---|
parcel | The Parcel that contains the ShareModel. |
readFrom(Parcel)
public Builder readFrom(Parcel parcel)
Parameter | Keterangan |
---|---|
parcel |