Class PersonResponseSimpleEnvelope
- java.lang.Object
-
- com.qivos.util.rest.common.envelope.APIResponseEnvelope<PersonResponseSimplePayload>
-
- com.inteliqua.rest.customer.payload.person.response.PersonResponseSimpleEnvelope
-
- Type Parameters:
PersonResponseSimplePayload- the type of payload being wrapped inside the envelope
public class PersonResponseSimpleEnvelope extends com.qivos.util.rest.common.envelope.APIResponseEnvelope<PersonResponseSimplePayload>
Envelope class that wraps aPersonResponseSimplePayloadinside an API response. This class is used to structure the response for the person-related API calls.- Author:
- nikritikos
-
-
Constructor Summary
Constructors Constructor Description PersonResponseSimpleEnvelope(PersonResponseSimplePayload payload)Constructs a newPersonResponseSimpleEnvelopewith the given payload.
-
-
-
Constructor Detail
-
PersonResponseSimpleEnvelope
public PersonResponseSimpleEnvelope(PersonResponseSimplePayload payload)
Constructs a newPersonResponseSimpleEnvelopewith the given payload.- Parameters:
payload- the payload to wrap inside the envelope
-
-