Uses of Interface
one.xingyi.reference3.address.client.view.AddressLine12View
-
Packages that use AddressLine12View Package Description one.xingyi.reference3.address.client.view one.xingyi.reference3.address.client.viewcompanion one.xingyi.reference3.person.client.view -
-
Uses of AddressLine12View in one.xingyi.reference3.address.client.view
Classes in one.xingyi.reference3.address.client.view that implement AddressLine12View Modifier and Type Class Description classAddressLine12ViewImplMethods in one.xingyi.reference3.address.client.view that return AddressLine12View Modifier and Type Method Description default AddressLine12ViewAddressLine12View. withline1(java.lang.String line1)default AddressLine12ViewAddressLine12View. withline2(java.lang.String line2)Methods in one.xingyi.reference3.address.client.view that return types with arguments of type AddressLine12View Modifier and Type Method Description default one.xingyi.core.optics.Lens<AddressLine12View,java.lang.String>AddressLine12View. line1Lens()default one.xingyi.core.optics.Lens<AddressLine12View,java.lang.String>AddressLine12View. line2Lens()one.xingyi.core.client.IXingYi<IAddressClientEntity,AddressLine12View>AddressLine12ViewImpl. xingYi()Constructor parameters in one.xingyi.reference3.address.client.view with type arguments of type AddressLine12View Constructor Description AddressLine12ViewImpl(one.xingyi.core.client.IXingYi<IAddressClientEntity,AddressLine12View> xingYi, java.lang.Object mirror) -
Uses of AddressLine12View in one.xingyi.reference3.address.client.viewcompanion
Methods in one.xingyi.reference3.address.client.viewcompanion that return AddressLine12View Modifier and Type Method Description AddressLine12ViewAddressLine12ViewCompanion. make(one.xingyi.core.client.IXingYi xingYi, java.lang.Object mirror) -
Uses of AddressLine12View in one.xingyi.reference3.person.client.view
Methods in one.xingyi.reference3.person.client.view that return AddressLine12View Modifier and Type Method Description default AddressLine12ViewPersonAddress12View. address()Deprecated.Methods in one.xingyi.reference3.person.client.view that return types with arguments of type AddressLine12View Modifier and Type Method Description default one.xingyi.core.client.IResourceList<AddressLine12View>PersonAddresses12View. addresses()default one.xingyi.core.optics.Lens<PersonAddresses12View,one.xingyi.core.client.IResourceList<AddressLine12View>>PersonAddresses12View. addressesLens()default one.xingyi.core.optics.Lens<PersonAddress12View,AddressLine12View>PersonAddress12View. addressLens()Deprecated.Methods in one.xingyi.reference3.person.client.view with parameters of type AddressLine12View Modifier and Type Method Description default PersonAddress12ViewPersonAddress12View. withaddress(AddressLine12View address)Deprecated.Method parameters in one.xingyi.reference3.person.client.view with type arguments of type AddressLine12View Modifier and Type Method Description default PersonAddresses12ViewPersonAddresses12View. withaddresses(one.xingyi.core.client.IResourceList<AddressLine12View> addresses)
-