-
- All Implemented Interfaces:
public final class Streem.Configuration.Builder
-
-
Field Summary
Fields Modifier and Type Field Description private final Streem.Environmentenvironmentprivate final TokenRefreshertokenRefresherprivate final Applicationapplicationprivate final CharSequenceappId
-
Method Summary
Modifier and Type Method Description final Streem.EnvironmentgetEnvironment()final TokenRefreshergetTokenRefresher()final ApplicationgetApplication()final CharSequencegetAppId()final Streem.Configuration.Builderenvironment(Streem.Environment environment)final Streem.Configuration.BuildertokenRefresher(TokenRefresher tokenRefresher)final Streem.Configurationbuild()-
-
Method Detail
-
getEnvironment
final Streem.Environment getEnvironment()
-
getTokenRefresher
final TokenRefresher getTokenRefresher()
-
getApplication
final Application getApplication()
-
getAppId
final CharSequence getAppId()
-
environment
final Streem.Configuration.Builder environment(Streem.Environment environment)
-
tokenRefresher
final Streem.Configuration.Builder tokenRefresher(TokenRefresher tokenRefresher)
-
build
final Streem.Configuration build()
-
-
-
-