Class ChangeResultInspector.Builder<E extends EntityType<E>>
- java.lang.Object
-
- com.kenshoo.pl.entity.spi.helpers.ChangeResultInspector.Builder<E>
-
- Enclosing class:
- ChangeResultInspector<E extends EntityType<E>>
public static class ChangeResultInspector.Builder<E extends EntityType<E>> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeResultInspector<E>build()ChangeResultInspector.Builder<E>inspectedFlow(java.lang.String inspectedFlow)ChangeResultInspector.Builder<E>withInspectedFields(java.util.Collection<EntityField<E,?>> fields)
-
-
-
Method Detail
-
withInspectedFields
public final ChangeResultInspector.Builder<E> withInspectedFields(java.util.Collection<EntityField<E,?>> fields)
-
inspectedFlow
public ChangeResultInspector.Builder<E> inspectedFlow(java.lang.String inspectedFlow)
-
build
public ChangeResultInspector<E> build()
-
-