Package zendesk.support.suas
Class Suas
- java.lang.Object
-
- zendesk.support.suas.Suas
-
public class Suas extends java.lang.ObjectSuas - This is the entry point.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classSuas.BuilderFluent API for creating aStore.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static Suas.BuildercreateStore(java.util.Collection<Reducer> reducers)Creates aStore.static Suas.BuildercreateStore(Reducer... reducers)Creates aStore.
-
-
-
Method Detail
-
createStore
public static Suas.Builder createStore(java.util.Collection<Reducer> reducers)
Creates aStore.A
Storemust at least have oneReducer.
It's not allowed to have twoReducerregistered to the same key.- Parameters:
reducers- a collection ofReducer- Returns:
- a instance of
Suas.Builderfor further configuration
-
createStore
public static Suas.Builder createStore(Reducer... reducers)
Creates aStore.A
Storemust at least have oneReducer.
It's not allowed to have twoReducerregistered to the same key.- Parameters:
reducers- a collection ofReducer- Returns:
- a instance of
Suas.Builderfor further configuration
-
-