| Class | Description |
|---|---|
| BaseReferenceResolver<T,S extends BaseSyncOptions> |
This class is responsible for providing an abstract implementation of reference resolution on different CTP
resources.
|
| BaseSyncStatistics | |
| CategoryReferencePair |
Container for a
List of Category References and a CategoryOrderHints. |
| CustomReferenceResolver<D extends io.sphere.sdk.types.CustomDraft,B extends io.sphere.sdk.models.Builder<? extends D>,S extends BaseSyncOptions> |
This class is responsible for providing an abstract implementation of reference resolution on Custom CTP
resources for example (Categories, inventories and resource with a custom field).
|
| GenericCustomActionBuilder<T extends io.sphere.sdk.types.Custom & io.sphere.sdk.models.Resource<T>> |
A Generic Custom update action builder that creates update actions that are of the same type as the Generic type T
provided by the subclass of this abstract class.
|
| GenericCustomActionBuilderFactory<T extends io.sphere.sdk.types.Custom & io.sphere.sdk.models.Resource<T>,S extends GenericCustomActionBuilder<T>> |
Factory class that has the main objective of creating an instance of the of a concrete implementation of the
GenericCustomActionBuilder, which is responsible for building custom update actions, according to the type
of the resource instance provided to the GenericCustomActionBuilderFactory.of(Custom) function. |