Uses of Class
com.inteliqua.rest.customer.payload.person.response.PersonResponseSimple
-
Packages that use PersonResponseSimple Package Description com.inteliqua.rest.customer.payload.person.response -
-
Uses of PersonResponseSimple in com.inteliqua.rest.customer.payload.person.response
Constructors in com.inteliqua.rest.customer.payload.person.response with parameters of type PersonResponseSimple Constructor Description PersonResponseSimplePayload(PersonResponseSimple payload)Constructs a newPersonResponseSimplePayloadwith the given person response data.Constructor parameters in com.inteliqua.rest.customer.payload.person.response with type arguments of type PersonResponseSimple Constructor Description PersonSearchResponseSimplePayload(List<PersonResponseSimple> data, Boolean hasMore, Long totalCount)Constructs a newPersonSearchResponseSimplePayloadwith the specified data, pagination status, and total count of items.
-