Uses of Class
se.michaelthelin.spotify.model_objects.specification.User.Builder
Packages that use User.Builder
-
Uses of User.Builder in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return User.BuilderModifier and TypeMethodDescriptionUser.builder()
User.Builder.setBirthdate
(String birthdate) Set the birthday of the user object to be built.User.Builder.setCountry
(com.neovisionaries.i18n.CountryCode country) Set the home country of the user object to be built.User.Builder.setDisplayName
(String displayName) Set the display name of the user to be built.Set the email address of the user to be built.User.Builder.setExternalUrls
(ExternalUrl externalUrls) Set external urls of the user to be built.User.Builder.setFollowers
(Followers followers) Set the followers object of the user to be built.Set href of Spotify api endpoint of the user to be built.Set user ID of the user to be built.Set the profile image of the user to be built.User.Builder.setProduct
(ProductType product) Set the product type of the user to be built.User.Builder.setType
(ModelObjectType type) Set the type of the model object.Set the Spotify URI of the user to be built.