diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html index 4c9282f..953c458 100644 --- a/docs/allclasses-frame.html +++ b/docs/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes (Alexa Skills Kit States SDK for Java 1.0.2 API) diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html index c832b6f..79bc898 100644 --- a/docs/allclasses-noframe.html +++ b/docs/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes (Alexa Skills Kit States SDK for Java 1.0.2 API) diff --git a/docs/constant-values.html b/docs/constant-values.html index a96afa7..056ddbd 100644 --- a/docs/constant-values.html +++ b/docs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (Alexa Skills Kit States SDK for Java 1.0.2 API) diff --git a/docs/deprecated-list.html b/docs/deprecated-list.html index 214efc3..81ff8a3 100644 --- a/docs/deprecated-list.html +++ b/docs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (Alexa Skills Kit States SDK for Java 1.0.2 API) diff --git a/docs/help-doc.html b/docs/help-doc.html index ac7e7ca..29e24d0 100644 --- a/docs/help-doc.html +++ b/docs/help-doc.html @@ -2,7 +2,7 @@ - + API Help (Alexa Skills Kit States SDK for Java 1.0.2 API) diff --git a/docs/index-all.html b/docs/index-all.html index d0ca79d..61b0a07 100644 --- a/docs/index-all.html +++ b/docs/index-all.html @@ -2,7 +2,7 @@ - + Index (Alexa Skills Kit States SDK for Java 1.0.2 API) @@ -605,13 +605,13 @@

R

The given model will be removed from the persistence store.
-
removeModels(Collection<AlexaStateModel>) - Method in class io.klerch.alexa.state.handler.AlexaSessionStateHandler
+
removeModels(Collection<? extends AlexaStateModel>) - Method in class io.klerch.alexa.state.handler.AlexaSessionStateHandler
 
-
removeModels(Collection<AlexaStateModel>) - Method in interface io.klerch.alexa.state.handler.AlexaStateHandler
+
removeModels(Collection<? extends AlexaStateModel>) - Method in interface io.klerch.alexa.state.handler.AlexaStateHandler
The given models will be removed from the persistence store.
-
removeModels(Collection<AlexaStateModel>) - Method in class io.klerch.alexa.state.handler.AWSIotStateHandler
+
removeModels(Collection<? extends AlexaStateModel>) - Method in class io.klerch.alexa.state.handler.AWSIotStateHandler
The given models will be removed from the persistence store.
@@ -768,23 +768,23 @@

W

The given model will be saved in the persistence store according to its AlexaStateSave-annotations.
-
writeModels(Collection<AlexaStateModel>) - Method in class io.klerch.alexa.state.handler.AlexaSessionStateHandler
+
writeModels(Collection<? extends AlexaStateModel>) - Method in class io.klerch.alexa.state.handler.AlexaSessionStateHandler
The given models will be saved in the persistence store according to their AlexaStateSave-annotations.
-
writeModels(Collection<AlexaStateModel>) - Method in interface io.klerch.alexa.state.handler.AlexaStateHandler
+
writeModels(Collection<? extends AlexaStateModel>) - Method in interface io.klerch.alexa.state.handler.AlexaStateHandler
The given models will be saved in the persistence store according to their AlexaStateSave-annotations.
-
writeModels(Collection<AlexaStateModel>) - Method in class io.klerch.alexa.state.handler.AWSDynamoStateHandler
+
writeModels(Collection<? extends AlexaStateModel>) - Method in class io.klerch.alexa.state.handler.AWSDynamoStateHandler
The given models will be saved in the persistence store according to their AlexaStateSave-annotations.
-
writeModels(Collection<AlexaStateModel>) - Method in class io.klerch.alexa.state.handler.AWSIotStateHandler
+
writeModels(Collection<? extends AlexaStateModel>) - Method in class io.klerch.alexa.state.handler.AWSIotStateHandler
The given models will be saved in the persistence store according to their AlexaStateSave-annotations.
-
writeModels(Collection<AlexaStateModel>) - Method in class io.klerch.alexa.state.handler.AWSS3StateHandler
+
writeModels(Collection<? extends AlexaStateModel>) - Method in class io.klerch.alexa.state.handler.AWSS3StateHandler
The given models will be saved in the persistence store according to their AlexaStateSave-annotations.
@@ -812,23 +812,23 @@

W

The value of a given state object will be saved with its id in the persistence store.
-
writeValues(Collection<AlexaStateObject>) - Method in class io.klerch.alexa.state.handler.AlexaSessionStateHandler
+
writeValues(Collection<? extends AlexaStateObject>) - Method in class io.klerch.alexa.state.handler.AlexaSessionStateHandler
Values of given state objects will be saved with their ids in the persistence store.
-
writeValues(Collection<AlexaStateObject>) - Method in interface io.klerch.alexa.state.handler.AlexaStateHandler
+
writeValues(Collection<? extends AlexaStateObject>) - Method in interface io.klerch.alexa.state.handler.AlexaStateHandler
Values of given state objects will be saved with their ids in the persistence store.
-
writeValues(Collection<AlexaStateObject>) - Method in class io.klerch.alexa.state.handler.AWSDynamoStateHandler
+
writeValues(Collection<? extends AlexaStateObject>) - Method in class io.klerch.alexa.state.handler.AWSDynamoStateHandler
Values of given state objects will be saved with their ids in the persistence store.
-
writeValues(Collection<AlexaStateObject>) - Method in class io.klerch.alexa.state.handler.AWSIotStateHandler
+
writeValues(Collection<? extends AlexaStateObject>) - Method in class io.klerch.alexa.state.handler.AWSIotStateHandler
Values of given state objects will be saved with their ids in the persistence store.
-
writeValues(Collection<AlexaStateObject>) - Method in class io.klerch.alexa.state.handler.AWSS3StateHandler
+
writeValues(Collection<? extends AlexaStateObject>) - Method in class io.klerch.alexa.state.handler.AWSS3StateHandler
Values of given state objects will be saved with their ids in the persistence store.
diff --git a/docs/index.html b/docs/index.html index c5f0a5d..e93b30a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - + Alexa Skills Kit States SDK for Java 1.0.2 API