Class SnapshotResult.Builder
- java.lang.Object
-
- com.wrapper.spotify.model_objects.AbstractModelObject.Builder
-
- com.wrapper.spotify.model_objects.special.SnapshotResult.Builder
-
- All Implemented Interfaces:
IModelObject.Builder
- Enclosing class:
- SnapshotResult
public static final class SnapshotResult.Builder extends AbstractModelObject.Builder
Builder class for buildingSnapshotResultinstances.
-
-
Field Summary
Fields Modifier and Type Field Description StringsnapshotId
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnapshotResultbuild()Build a model object with the information set in the builder object.SnapshotResult.BuildersetSnapshotId(String snapshotId)
-
-
-
Field Detail
-
snapshotId
public String snapshotId
-
-
Method Detail
-
setSnapshotId
public SnapshotResult.Builder setSnapshotId(String snapshotId)
-
build
public SnapshotResult build()
Description copied from interface:IModelObject.BuilderBuild a model object with the information set in the builder object.
The type of the model object and its methods depend on its corresponding implementation.- Returns:
- A model object.
-
-