Uses of Class
com.inteliqua.rest.customer.payload.person.response.PersonResponseSimplePayload
-
Packages that use PersonResponseSimplePayload Package Description com.inteliqua.rest.customer.client com.inteliqua.rest.customer.payload.person.response -
-
Uses of PersonResponseSimplePayload in com.inteliqua.rest.customer.client
Methods in com.inteliqua.rest.customer.client that return types with arguments of type PersonResponseSimplePayload Modifier and Type Method Description com.qivos.util.rest.common.envelope.APIResponseEnvelope<PersonResponseSimplePayload>PersonClient. update(PersonMultiDataUpdateRequest requestBody, String code)Updates an existing person record in the systemcom.qivos.util.rest.common.envelope.APIResponseEnvelope<PersonResponseSimplePayload>PersonService. update(PersonMultiDataUpdateRequest request, String qcCode)Updates an existing Person using the given QC code. -
Uses of PersonResponseSimplePayload in com.inteliqua.rest.customer.payload.person.response
Constructors in com.inteliqua.rest.customer.payload.person.response with parameters of type PersonResponseSimplePayload Constructor Description PersonResponseSimpleEnvelope(PersonResponseSimplePayload payload)Constructs a newPersonResponseSimpleEnvelopewith the given payload.
-