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