Class TypeSyncOptionsBuilder

    • Method Detail

      • of

        public static TypeSyncOptionsBuilder of​(@Nonnull
                                                com.commercetools.api.client.ProjectApiRoot ctpClient)
        Creates a new instance of TypeSyncOptionsBuilder given a ProjectApiRoot responsible for interaction with the target CTP project, with the default batch size ( BATCH_SIZE_DEFAULT = 50).
        Parameters:
        ctpClient - instance of the ProjectApiRoot responsible for interaction with the target CTP project.
        Returns:
        new instance of TypeSyncOptionsBuilder
      • getThis

        protected TypeSyncOptionsBuilder getThis()
        Returns an instance of this class to be used in the superclass's generic methods. Please see the JavaDoc in the overridden method for further details.
        Specified by:
        getThis in class BaseSyncOptionsBuilder<TypeSyncOptionsBuilder,​TypeSyncOptions,​com.commercetools.api.models.type.Type,​com.commercetools.api.models.type.TypeDraft,​com.commercetools.api.models.type.TypeUpdateAction>
        Returns:
        an instance of this class.