Uses of Class
com.inteliqua.rest.customer.payload.telephone.TelephoneData
-
-
Uses of TelephoneData in com.inteliqua.rest.customer.payload.person.request
Methods in com.inteliqua.rest.customer.payload.person.request that return types with arguments of type TelephoneData Modifier and Type Method Description List<TelephoneData>PersonRequest. getTelephoneList()Gets the list of telephone numbers associated with the person.Methods in com.inteliqua.rest.customer.payload.person.request with parameters of type TelephoneData Modifier and Type Method Description voidPersonRequest. addTelephone(TelephoneData telephoneData)Adds a telephone to the telephone list. -
Uses of TelephoneData in com.inteliqua.rest.customer.payload.telephone.request
Methods in com.inteliqua.rest.customer.payload.telephone.request that return types with arguments of type TelephoneData Modifier and Type Method Description List<TelephoneData>MultipleTelephoneUpdateRequest. getAdditions()Method parameters in com.inteliqua.rest.customer.payload.telephone.request with type arguments of type TelephoneData Modifier and Type Method Description voidMultipleTelephoneUpdateRequest. setAdditions(List<TelephoneData> additions) -
Uses of TelephoneData in com.inteliqua.rest.customer.payload.telephone.response
Subclasses of TelephoneData in com.inteliqua.rest.customer.payload.telephone.response Modifier and Type Class Description classTelephoneDataResponseRepresents the response data for a telephone record.
-