Class SyncSolutionInfo


  • public final class SyncSolutionInfo
    extends io.sphere.sdk.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()
      Extends SolutionInfo 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.sphere.sdk.client.SolutionInfo

        getEmergencyContact, getName, getVersion, getWebsite, setEmergencyContact, setName, setVersion, setWebsite
      • Methods inherited from class io.sphere.sdk.models.Base

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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()
        Extends SolutionInfo class of the JVM SDK to append to the User-Agent header with information of the commercetools-sync-java library

        A 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}