Uses of Class
com.inteliqua.rest.customer.payload.person.response.PersonResponseExtendedPayload
-
Packages that use PersonResponseExtendedPayload Package Description com.inteliqua.rest.customer.client com.inteliqua.rest.customer.payload.person.response -
-
Uses of PersonResponseExtendedPayload in com.inteliqua.rest.customer.client
Methods in com.inteliqua.rest.customer.client that return PersonResponseExtendedPayload Modifier and Type Method Description PersonResponseExtendedPayloadPersonClient. constructSimplePayload(String payload)Constructs aPersonResponseSimplePayloadfrom a raw JSON payload.Methods in com.inteliqua.rest.customer.client that return types with arguments of type PersonResponseExtendedPayload Modifier and Type Method Description com.qivos.util.rest.common.envelope.APIResponseEnvelope<PersonResponseExtendedPayload>PersonClient. create(PersonCreateRequest requestBody)Creates a new person record in the system. -
Uses of PersonResponseExtendedPayload in com.inteliqua.rest.customer.payload.person.response
Constructors in com.inteliqua.rest.customer.payload.person.response with parameters of type PersonResponseExtendedPayload Constructor Description PersonResponseExtendedEnvelope(PersonResponseExtendedPayload payload)Constructor to initialize the response envelope with the extended person response payload.
-