Class Context.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setHref

        public Context.Builder setHref​(java.lang.String href)
        The context href setter.
        Parameters:
        href - A link to the Spotify Web API endpoint providing full details of the track.
        Returns:
        A Context.Builder.
      • setUri

        public Context.Builder setUri​(java.lang.String uri)
        The Spotify URI setter.
        Parameters:
        uri - Spotify URI for this context.
        Returns:
        A Context.Builder.
      • build

        public Context build()
        Description copied from interface: IModelObject.Builder
        Build 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.