SharePhoto.Builder
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

Builder for the SharePhoto class.

ขยาย:Builder
แพ็คเกจ:model
ผู้สร้าง
SharePhoto.Builder()
public SharePhoto.Builder()
วิธีการคลาส
writeListTo(Parcel, List)
public static void writeListTo(Parcel out, List photos)
พารามิเตอร์คำอธิบาย
out
photos
readListFrom(Parcel)
public static List readListFrom(Parcel in)
พารามิเตอร์คำอธิบาย
in
วิธีการแบบอินสแตนซ์
setBitmap(Bitmap)

Sets the bitmap representation of the photo.

public Builder setBitmap(Bitmap bitmap)
พารามิเตอร์คำอธิบาย
bitmapBitmap representation of the photo.
Returns
The builder.
setImageUrl(Uri)

Sets the URL to the photo.

public Builder setImageUrl(Uri imageUrl)
พารามิเตอร์คำอธิบาย
imageUrlUri that points to a network location or the location of the photo on disk.
Returns
The builder.
setUserGenerated(boolean)

Sets whether the photo represented by this object was generated by the user or by the application.

public Builder setUserGenerated(boolean userGenerated)
พารามิเตอร์คำอธิบาย
userGeneratedIndication of whether the photo is user-generated.
Returns
The builder.
setCaption(String)

Sets the user generated caption for the photo. Note that the 'caption' must come from the user, as pre-filled content is forbidden by the Platform Policies (2.3).

public Builder setCaption(String caption)
พารามิเตอร์คำอธิบาย
captionString of a SharePhoto
Returns
The builder.
build()

Builds the object.

public Object build()
Returns
The built object.
build()
public SharePhoto build()
readFrom(ShareModel)

Reads the values from a ShareModel into the builder.

public ShareModelBuilder readFrom(ShareModel model)
พารามิเตอร์คำอธิบาย
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)
พารามิเตอร์คำอธิบาย
parcelThe Parcel that contains the ShareModel.
Returns
The builder.
readFrom(Parcel)
public Builder readFrom(Parcel parcel)
พารามิเตอร์คำอธิบาย
parcel