Uses of Interface
one.xingyi.reference2.person.client.view.PersonAddress12View
-
Packages that use PersonAddress12View Package Description one.xingyi.reference2.person.client.view one.xingyi.reference2.person.client.viewcompanion -
-
Uses of PersonAddress12View in one.xingyi.reference2.person.client.view
Classes in one.xingyi.reference2.person.client.view that implement PersonAddress12View Modifier and Type Class Description classPersonAddress12ViewImplMethods in one.xingyi.reference2.person.client.view that return PersonAddress12View Modifier and Type Method Description default PersonAddress12ViewPersonAddress12View. withaddress(AddressLine12View address)Methods in one.xingyi.reference2.person.client.view that return types with arguments of type PersonAddress12View Modifier and Type Method Description default one.xingyi.core.optics.Lens<PersonAddress12View,AddressLine12View>PersonAddress12View. addressLens()static java.util.concurrent.CompletableFuture<PersonAddress12View>PersonAddress12View. create(HttpServiceCompletableFuture service, java.lang.String id)static java.util.concurrent.CompletableFuture<one.xingyi.core.utils.IdAndValue<PersonAddress12View>>PersonAddress12View. create(HttpServiceCompletableFuture service, PersonAddress12View view)static java.util.concurrent.CompletableFuture<PersonAddress12View>PersonAddress12View. edit(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonAddress12View,PersonAddress12View> fn)one.xingyi.core.client.IXingYi<IPersonClientEntity,PersonAddress12View>PersonAddress12ViewImpl. xingYi()Methods in one.xingyi.reference2.person.client.view with parameters of type PersonAddress12View Modifier and Type Method Description static java.util.concurrent.CompletableFuture<one.xingyi.core.utils.IdAndValue<PersonAddress12View>>PersonAddress12View. create(HttpServiceCompletableFuture service, PersonAddress12View view)Method parameters in one.xingyi.reference2.person.client.view with type arguments of type PersonAddress12View Modifier and Type Method Description static java.util.concurrent.CompletableFuture<PersonAddress12View>PersonAddress12View. edit(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonAddress12View,PersonAddress12View> fn)static java.util.concurrent.CompletableFuture<PersonAddress12View>PersonAddress12View. edit(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonAddress12View,PersonAddress12View> fn)static <T> java.util.concurrent.CompletableFuture<T>PersonAddress12View. get(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonAddress12View,T> fn)static <T> java.util.concurrent.CompletableFuture<java.util.Optional<T>>PersonAddress12View. getOptional(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonAddress12View,T> fn)Constructor parameters in one.xingyi.reference2.person.client.view with type arguments of type PersonAddress12View Constructor Description PersonAddress12ViewImpl(one.xingyi.core.client.IXingYi<IPersonClientEntity,PersonAddress12View> xingYi, java.lang.Object mirror) -
Uses of PersonAddress12View in one.xingyi.reference2.person.client.viewcompanion
Methods in one.xingyi.reference2.person.client.viewcompanion that return PersonAddress12View Modifier and Type Method Description PersonAddress12ViewPersonAddress12ViewCompanion. make(one.xingyi.core.client.IXingYi xingYi, java.lang.Object mirror)Method parameters in one.xingyi.reference2.person.client.viewcompanion with type arguments of type PersonAddress12View Modifier and Type Method Description <T> java.util.concurrent.CompletableFuture<T>PersonAddress12ViewCompanion. primitive(HttpServiceCompletableFuture httpService, java.lang.String method, java.lang.String url, java.util.function.Function<PersonAddress12View,T> fn)
-