Uses of Class
com.inteliqua.rest.customer.payload.person.response.PersonResponseExtended
-
Packages that use PersonResponseExtended Package Description com.inteliqua.rest.customer.payload.person.response -
-
Uses of PersonResponseExtended in com.inteliqua.rest.customer.payload.person.response
Constructors in com.inteliqua.rest.customer.payload.person.response with parameters of type PersonResponseExtended Constructor Description PersonResponseExtendedPayload(PersonResponseExtended data)Constructor to initialize the payload with the extended person response data.Constructor parameters in com.inteliqua.rest.customer.payload.person.response with type arguments of type PersonResponseExtended Constructor Description PersonSearchResponseExtendedPayload(List<PersonResponseExtended> data, Boolean hasMore, Long totalCount)Constructs a newPersonSearchResponseExtendedPayloadwith the given search data, pagination information, and total count.
-