Class MovieDTO.ReleaseDateDTO.Builder

  • Enclosing class:
    MovieDTO.ReleaseDateDTO

    public static class MovieDTO.ReleaseDateDTO.Builder
    extends Object
    Builder used to create a new immutable MovieDTO.ReleaseDateDTO implementation


    This builder provides a fluent API for setting certain object properties and creating a new immutable MovieDTO.ReleaseDateDTO instance based on these properties. New builders may be initialized with some existing DTO instance, which presets the builders properties to the values of the given DTO, still retaining the option to make additional changes before actually building a new immutable object.

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • from

        public final MovieDTO.ReleaseDateDTO.Builder from​(Movie.ReleaseDate instance)
        Fill a builder with attribute values from the provided com.github.m0nk3y2k4.thetvdb.api.model.data.Movie.ReleaseDate instance.
        Parameters:
        instance - The instance from which to copy values
        Returns:
        this builder for use in a chained invocation
      • from

        public final MovieDTO.ReleaseDateDTO.Builder from​(MovieDTO.ReleaseDateDTO instance)
        Fill a builder with attribute values from the provided com.github.m0nk3y2k4.thetvdb.internal.api.impl.model.data.MovieDTO.ReleaseDateDTO instance.
        Parameters:
        instance - The instance from which to copy values
        Returns:
        this builder for use in a chained invocation