Uses of Class
com.inteliqua.rest.customer.payload.child.ChildData
-
Packages that use ChildData Package Description com.inteliqua.rest.customer.payload.child com.inteliqua.rest.customer.payload.child.response com.inteliqua.rest.customer.payload.person.request -
-
Uses of ChildData in com.inteliqua.rest.customer.payload.child
Methods in com.inteliqua.rest.customer.payload.child that return types with arguments of type ChildData Modifier and Type Method Description List<ChildData>MultipleChildUpdateRequest. getAdditions()Method parameters in com.inteliqua.rest.customer.payload.child with type arguments of type ChildData Modifier and Type Method Description voidMultipleChildUpdateRequest. setAdditions(List<ChildData> additions) -
Uses of ChildData in com.inteliqua.rest.customer.payload.child.response
Subclasses of ChildData in com.inteliqua.rest.customer.payload.child.response Modifier and Type Class Description classChildDataResponse -
Uses of ChildData in com.inteliqua.rest.customer.payload.person.request
Methods in com.inteliqua.rest.customer.payload.person.request that return types with arguments of type ChildData Modifier and Type Method Description List<ChildData>PersonCreateRequest. getChildList()
-