Class SyncSolutionInfo
- java.lang.Object
-
- io.vrap.rmf.base.client.SolutionInfo
-
- com.commercetools.sync.commons.utils.SyncSolutionInfo
-
- All Implemented Interfaces:
io.vrap.rmf.base.client.ModelBase
public final class SyncSolutionInfo extends io.vrap.rmf.base.client.SolutionInfo
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
LIB_VERSION
This value is injected by the script at gradle-scripts/set-library-version.gradle.
-
Constructor Summary
Constructors Constructor Description SyncSolutionInfo()
ExtendsSolutionInfo
class of the JVM SDK to append to the User-Agent header with information of the commercetools-sync-java library
-
Method Summary
-
Methods inherited from class io.vrap.rmf.base.client.SolutionInfo
getEmergencyContact, getName, getVersion, getWebsite, setEmergencyContact, setName, setVersion, setWebsite
-
-
-
-
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()
ExtendsSolutionInfo
class 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-sdk-java-v2/1.4.1 Java/1.8.0_92-b14 (Mac OS X; x86_64)
"commercetools-sync-java"/"#{LIB_VERSION}"
-
-