Uses of Class
com.inteliqua.rest.customer.payload.person.response.PersonSearchResponseSimplePayload
-
Packages that use PersonSearchResponseSimplePayload Package Description com.inteliqua.rest.customer.client com.inteliqua.rest.customer.payload.person.response -
-
Uses of PersonSearchResponseSimplePayload in com.inteliqua.rest.customer.client
Methods in com.inteliqua.rest.customer.client that return types with arguments of type PersonSearchResponseSimplePayload Modifier and Type Method Description com.qivos.util.rest.common.envelope.APIResponseEnvelope<PersonSearchResponseSimplePayload>PersonClient. search(SearchRequest<PersonCriteria> requestBody)Searches for persons based on the given search criteria.com.qivos.util.rest.common.envelope.APIResponseEnvelope<PersonSearchResponseSimplePayload>PersonService. searchMemberByTelephone(String telephone)Checks if a person exists for a given phone number. -
Uses of PersonSearchResponseSimplePayload in com.inteliqua.rest.customer.payload.person.response
Constructors in com.inteliqua.rest.customer.payload.person.response with parameters of type PersonSearchResponseSimplePayload Constructor Description PersonSearchResponseSimpleEnvelope(PersonSearchResponseSimplePayload payload)Constructs a newPersonSearchResponseSimpleEnvelopewith the given payload.
-