Skip to content

Commit

Permalink
Merge 7763ebe into 926c589
Browse files Browse the repository at this point in the history
  • Loading branch information
adiaholic committed Oct 20, 2019
2 parents 926c589 + 7763ebe commit 265feae
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -158,10 +158,11 @@ public static Builder getBuilder() {

/**
* This class defines a Builder class for {@link UserTuneElement}. <br>
* {@link UserTuneElement} instance can be obtained using the {@link #build()} method as follows. <br>
* UserTuneElement.Builder builder = new UserTuneElement.Builder();
* builder.setSource("Yessongs"); builder.setTitle("Heart of the Sunrise");
* UserTuneElement userTuneElement = builder.build(); <br>
* {@link UserTuneElement} instance can be obtained using the {@link #build()} method as follows. <br><br>
* <code>UserTuneElement.Builder builder = UserTuneElement.getBuilder();
* builder.setSource("Yessongs");<br>
* builder.setTitle("Heart of the Sunrise");<br>
* UserTuneElement userTuneElement = builder.build(); <br> </code> <br>
* Values such as title, source, artist, length, source, track and uri can be set using their respective setters through {@link Builder}
*/
public static final class Builder {
Expand Down

0 comments on commit 265feae

Please sign in to comment.