Uses of Class
com.github.dannil.scbjavaclient.client.SCBClientBuilder
-
Packages that use SCBClientBuilder Package Description com.github.dannil.scbjavaclient.client Package which contains all clients. -
-
Uses of SCBClientBuilder in com.github.dannil.scbjavaclient.client
Methods in com.github.dannil.scbjavaclient.client that return SCBClientBuilder Modifier and Type Method Description SCBClientBuilder
SCBClientBuilder. setCommunicationProtocol(CommunicationProtocol communicationProtocol)
Sets theCommunicationProtocol
for this builder, and therefore the client generated from this builder.SCBClientBuilder
SCBClientBuilder. setLocale(Locale locale)
Sets theLocale
for this builder, and therefore the client generated from this builder.
-