Uses of Interface
one.xingyi.reference3.person.client.view.PersonAddresses12View
-
Packages that use PersonAddresses12View Package Description one.xingyi.reference3.person.client.view one.xingyi.reference3.person.client.viewcompanion -
-
Uses of PersonAddresses12View in one.xingyi.reference3.person.client.view
Classes in one.xingyi.reference3.person.client.view that implement PersonAddresses12View Modifier and Type Class Description classPersonAddresses12ViewImplMethods in one.xingyi.reference3.person.client.view that return PersonAddresses12View Modifier and Type Method Description default PersonAddresses12ViewPersonAddresses12View. withaddresses(one.xingyi.core.client.IResourceList<AddressLine12View> addresses)Methods in one.xingyi.reference3.person.client.view that return types with arguments of type PersonAddresses12View Modifier and Type Method Description default one.xingyi.core.optics.Lens<PersonAddresses12View,one.xingyi.core.client.IResourceList<AddressLine12View>>PersonAddresses12View. addressesLens()static java.util.concurrent.CompletableFuture<PersonAddresses12View>PersonAddresses12View. create(HttpServiceCompletableFuture service, java.lang.String id)static java.util.concurrent.CompletableFuture<one.xingyi.core.utils.IdAndValue<PersonAddresses12View>>PersonAddresses12View. create(HttpServiceCompletableFuture service, PersonAddresses12View view)static java.util.concurrent.CompletableFuture<PersonAddresses12View>PersonAddresses12View. edit(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonAddresses12View,PersonAddresses12View> fn)static java.util.concurrent.CompletableFuture<PersonAddresses12View>PersonAddresses12View. prototype(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonAddresses12View,PersonAddresses12View> fn)one.xingyi.core.client.IXingYi<IPersonClientEntity,PersonAddresses12View>PersonAddresses12ViewImpl. xingYi()Methods in one.xingyi.reference3.person.client.view with parameters of type PersonAddresses12View Modifier and Type Method Description static java.util.concurrent.CompletableFuture<one.xingyi.core.utils.IdAndValue<PersonAddresses12View>>PersonAddresses12View. create(HttpServiceCompletableFuture service, PersonAddresses12View view)Method parameters in one.xingyi.reference3.person.client.view with type arguments of type PersonAddresses12View Modifier and Type Method Description static java.util.concurrent.CompletableFuture<PersonAddresses12View>PersonAddresses12View. edit(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonAddresses12View,PersonAddresses12View> fn)static java.util.concurrent.CompletableFuture<PersonAddresses12View>PersonAddresses12View. edit(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonAddresses12View,PersonAddresses12View> fn)static <T> java.util.concurrent.CompletableFuture<T>PersonAddresses12View. get(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonAddresses12View,T> fn)static <T> java.util.concurrent.CompletableFuture<java.util.Optional<T>>PersonAddresses12View. getOptional(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonAddresses12View,T> fn)static java.util.concurrent.CompletableFuture<PersonAddresses12View>PersonAddresses12View. prototype(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonAddresses12View,PersonAddresses12View> fn)static java.util.concurrent.CompletableFuture<PersonAddresses12View>PersonAddresses12View. prototype(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonAddresses12View,PersonAddresses12View> fn)Constructor parameters in one.xingyi.reference3.person.client.view with type arguments of type PersonAddresses12View Constructor Description PersonAddresses12ViewImpl(one.xingyi.core.client.IXingYi<IPersonClientEntity,PersonAddresses12View> xingYi, java.lang.Object mirror) -
Uses of PersonAddresses12View in one.xingyi.reference3.person.client.viewcompanion
Methods in one.xingyi.reference3.person.client.viewcompanion that return PersonAddresses12View Modifier and Type Method Description PersonAddresses12ViewPersonAddresses12ViewCompanion. make(one.xingyi.core.client.IXingYi xingYi, java.lang.Object mirror)Method parameters in one.xingyi.reference3.person.client.viewcompanion with type arguments of type PersonAddresses12View Modifier and Type Method Description <T> java.util.concurrent.CompletableFuture<T>PersonAddresses12ViewCompanion. primitive(HttpServiceCompletableFuture httpService, java.lang.String method, java.lang.String url, java.util.function.Function<PersonAddresses12View,T> fn)
-