Uses of Class
de.aristaflow.ilm.model.runtimeenvironment.SessionContextResponse
-
Packages that use SessionContextResponse Package Description de.aristaflow.ilm.model.runtimeenvironment -
-
Uses of SessionContextResponse in de.aristaflow.ilm.model.runtimeenvironment
Fields in de.aristaflow.ilm.model.runtimeenvironment with type parameters of type SessionContextResponse Modifier and Type Field Description List<@NotNull @Valid SessionContextResponse>
ScInitialRemoteIteratorData. sessConts
List<@NotNull @Valid SessionContextResponse>
ScRemoteIteratorData. sessConts
Methods in de.aristaflow.ilm.model.runtimeenvironment that return types with arguments of type SessionContextResponse Modifier and Type Method Description List<SessionContextResponse>
ScInitialRemoteIteratorData. getContentAbstract()
List<SessionContextResponse>
ScRemoteIteratorData. getContentAbstract()
Method parameters in de.aristaflow.ilm.model.runtimeenvironment with type arguments of type SessionContextResponse Modifier and Type Method Description void
ScInitialRemoteIteratorData. setContentAbstract(List<SessionContextResponse> content)
void
ScRemoteIteratorData. setContentAbstract(List<SessionContextResponse> content)
-