Uses of Class
com.contentful.java.cda.CDAClient.Builder
-
Packages that use CDAClient.Builder Package Description com.contentful.java.cda -
-
Uses of CDAClient.Builder in com.contentful.java.cda
Methods in com.contentful.java.cda that return CDAClient.Builder Modifier and Type Method Description static CDAClient.BuilderCDAClient. builder()CDAClient.BuilderCDAClient.Builder. preview()Sets the endpoint to point the Preview API.CDAClient.BuilderCDAClient.Builder. setApplication(java.lang.String name, java.lang.String version)Tell the client which application this is.CDAClient.BuilderCDAClient.Builder. setCallFactory(okhttp3.Call.Factory callFactory)Sets a custom HTTP call factory.CDAClient.BuilderCDAClient.Builder. setEndpoint(java.lang.String endpoint)Sets a custom endpoint.CDAClient.BuilderCDAClient.Builder. setEnvironment(java.lang.String environment)Sets the environment ID.CDAClient.BuilderCDAClient.Builder. setIntegration(java.lang.String name, java.lang.String version)Set the name of the integration.CDAClient.BuilderCDAClient.Builder. setLogger(Logger logger)Sets a custom logger.CDAClient.BuilderCDAClient.Builder. setLogLevel(Logger.Level logLevel)Sets a custom logger level.CDAClient.BuilderCDAClient.Builder. setSpace(java.lang.String space)Sets the space ID.CDAClient.BuilderCDAClient.Builder. setTls12Implementation(Tls12Implementation implementation)Overwrite the recommendation from the SDK for using a custom TLS12 socket factory.CDAClient.BuilderCDAClient.Builder. setToken(java.lang.String token)Sets the space access token.
-