Uses of Class
dev.reuss.tmdb.TmdbClientBuilder
Packages that use TmdbClientBuilder
-
Uses of TmdbClientBuilder in dev.reuss.tmdb
Methods in dev.reuss.tmdb that return TmdbClientBuilderModifier and TypeMethodDescriptionTmdbClientBuilder.accessToken(String accessToken) Sets the TMDB bearer access token.Sets the TMDB authentication configuration.Sets the TMDB API base URL.static TmdbClientBuilderTmdbClient.builder()Creates a new TMDB client builder.TmdbClientBuilder.connectTimeout(Duration connectTimeout) Sets the HTTP connection timeout.TmdbClientBuilder.defaultLanguage(Language defaultLanguage) Sets the default language for localized TMDB requests.TmdbClientBuilder.defaultRegion(Region defaultRegion) Sets the default region for regional TMDB requests.TmdbClientBuilder.metricsRecorder(TmdbMetricsRecorder metricsRecorder) Sets the metrics recorder used to observe TMDB HTTP requests.TmdbClientBuilder.requestTimeout(Duration requestTimeout) Sets the overall HTTP request timeout.