Uses of Class
com.fifa.connectservicebus.sdk.ConnectServiceBusEnvironment
-
Packages that use ConnectServiceBusEnvironment Package Description com.fifa.connectservicebus.sdk -
-
Uses of ConnectServiceBusEnvironment in com.fifa.connectservicebus.sdk
Fields in com.fifa.connectservicebus.sdk declared as ConnectServiceBusEnvironment Modifier and Type Field Description static ConnectServiceBusEnvironmentConnectServiceBusEnvironment. betastatic ConnectServiceBusEnvironmentConnectServiceBusEnvironment. hotfixstatic ConnectServiceBusEnvironmentConnectServiceBusEnvironment. integrationstatic ConnectServiceBusEnvironmentConnectServiceBusEnvironment. preProductionstatic ConnectServiceBusEnvironmentConnectServiceBusEnvironment. productionMethods in com.fifa.connectservicebus.sdk that return ConnectServiceBusEnvironment Modifier and Type Method Description static ConnectServiceBusEnvironmentConnectServiceBusEnvironment. create(String environmentCode)Methods in com.fifa.connectservicebus.sdk with parameters of type ConnectServiceBusEnvironment Modifier and Type Method Description protected retrofit2.RetrofitBaseFifaConnectServiceBusClient. ConfigureRetrofit(ConnectServiceBusEnvironment environment, AuthenticationService authenticationService, ProxySettings proxySettings)protected static AuthenticationServiceImplBaseFifaConnectServiceBusClient. createAuthenticationService(ConnectServiceBusEnvironment environment, ClientCredentials clientCredentials, ProxySettings proxySettings, ExecutorService executorService)protected static AuthenticationServiceImplBaseFifaConnectServiceBusClient. createAuthenticationService(ConnectServiceBusEnvironment environment, ClientCredentials clientCredentials, ProxySettings proxySettings, ExecutorService executorService, AuthenticationResourceBuilder authenticationResourceBuilder)
-