Uses of Class
com.inteliqua.rest.customer.payload.telephone.response.TelephoneDataResponse
-
Packages that use TelephoneDataResponse Package Description com.inteliqua.rest.customer.payload.person.response com.inteliqua.rest.customer.payload.telephone.response -
-
Uses of TelephoneDataResponse in com.inteliqua.rest.customer.payload.person.response
Methods in com.inteliqua.rest.customer.payload.person.response that return types with arguments of type TelephoneDataResponse Modifier and Type Method Description List<TelephoneDataResponse>PersonResponseExtended. getTelephoneList()List<TelephoneDataResponse>PersonResponseSimple. getTelephoneList()Methods in com.inteliqua.rest.customer.payload.person.response with parameters of type TelephoneDataResponse Modifier and Type Method Description voidPersonResponseExtended. addTelephone(TelephoneDataResponse telephoneData)Add to list.voidPersonResponseSimple. addTelephone(TelephoneDataResponse telephoneData)Adds a telephone number to the list of telephone numbers for the person. -
Uses of TelephoneDataResponse in com.inteliqua.rest.customer.payload.telephone.response
Constructors in com.inteliqua.rest.customer.payload.telephone.response with parameters of type TelephoneDataResponse Constructor Description TelephoneDataResponsePayload(TelephoneDataResponse data)Constructs a new payload containing a single telephone data response.
-