Page Summary
-
SnapshotMetadataChange.Builderis a builder class for creatingSnapshotMetadataChangeobjects. -
The builder allows setting properties such as cover image, description, played time, and progress value.
-
It includes a method to build the
SnapshotMetadataChangeobject once the properties are set. -
The builder can also be initialized from an existing
SnapshotMetadataobject.
public static final class SnapshotMetadataChange.Builder extends Object
Builder for
SnapshotMetadataChange objects.
Public Constructor Summary
|
Builder()
|
Public Method Summary
| SnapshotMetadataChange |
build()
|
| SnapshotMetadataChange.Builder |
fromMetadata(SnapshotMetadata
metadata)
|
| SnapshotMetadataChange.Builder |
setCoverImage(Bitmap
coverImage)
|
| SnapshotMetadataChange.Builder |
setDescription(String description)
|
| SnapshotMetadataChange.Builder |
setPlayedTimeMillis(long playedTimeMillis)
|
| SnapshotMetadataChange.Builder |
setProgressValue(long progressValue)
|