Uses of Interface
com.esprow.oapi.repository.OapiResponses
Packages that use OapiResponses
-
Uses of OapiResponses in com.esprow.oapi.repository
Methods in com.esprow.oapi.repository that return OapiResponsesModifier and TypeMethodDescriptionOapiRepositoryFactory.createResponses()
Returns a new object of class 'Responses'.OapiMessage.getResponses()
Returns actions following a received message.Methods in com.esprow.oapi.repository with parameters of type OapiResponsesModifier and TypeMethodDescriptionvoid
OapiMessage.setResponses
(OapiResponses value) Set actions following a received message.