Class SyncSolutionInfo
- java.lang.Object
 - 
- io.sphere.sdk.models.Base
 - 
- io.sphere.sdk.client.SolutionInfo
 - 
- com.commercetools.sync.commons.utils.SyncSolutionInfo
 
 
 
 
- 
public final class SyncSolutionInfo extends io.sphere.sdk.client.SolutionInfo 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLIB_VERSIONThis value is injected by the script at gradle-scripts/set-library-version.gradle. 
- 
Constructor Summary
Constructors Constructor Description SyncSolutionInfo()ExtendsSolutionInfoclass of the JVM SDK to append to the User-Agent header with information of the commercetools-sync-java library 
 - 
 
- 
- 
Field Detail
- 
LIB_VERSION
public static final java.lang.String LIB_VERSION
This value is injected by the script at gradle-scripts/set-library-version.gradle.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
SyncSolutionInfo
public SyncSolutionInfo()
ExtendsSolutionInfoclass of the JVM SDK to append to the User-Agent header with information of the commercetools-sync-java libraryA User-Agent header with a solution information looks like this:
commercetools-jvm-sdk/1.46.1 (AHC/2.0) Java/1.8.0_92-b14 (Mac OS X; x86_64) {@value LIB_NAME}/{@value LIB_VERSION} 
 - 
 
 -