Uses of Interface
one.xingyi.reference4.person.client.view.PersonLine12View
-
Packages that use PersonLine12View Package Description one.xingyi.reference4.person.client.view one.xingyi.reference4.person.client.viewcompanion -
-
Uses of PersonLine12View in one.xingyi.reference4.person.client.view
Classes in one.xingyi.reference4.person.client.view that implement PersonLine12View Modifier and Type Class Description classPersonLine12ViewImplMethods in one.xingyi.reference4.person.client.view that return PersonLine12View Modifier and Type Method Description default PersonLine12ViewPersonLine12View. withline1(java.lang.String line1)default PersonLine12ViewPersonLine12View. withline2(java.lang.String line2)Methods in one.xingyi.reference4.person.client.view that return types with arguments of type PersonLine12View Modifier and Type Method Description static java.util.concurrent.CompletableFuture<PersonLine12View>PersonLine12View. create(HttpServiceCompletableFuture service, java.lang.String id)static java.util.concurrent.CompletableFuture<one.xingyi.core.utils.IdAndValue<PersonLine12View>>PersonLine12View. create(HttpServiceCompletableFuture service, PersonLine12View view)static java.util.concurrent.CompletableFuture<PersonLine12View>PersonLine12View. edit(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonLine12View,PersonLine12View> fn)default one.xingyi.core.optics.Lens<PersonLine12View,java.lang.String>PersonLine12View. line1Lens()default one.xingyi.core.optics.Lens<PersonLine12View,java.lang.String>PersonLine12View. line2Lens()one.xingyi.core.client.IXingYi<IPersonClientEntity,PersonLine12View>PersonLine12ViewImpl. xingYi()Methods in one.xingyi.reference4.person.client.view with parameters of type PersonLine12View Modifier and Type Method Description static java.util.concurrent.CompletableFuture<one.xingyi.core.utils.IdAndValue<PersonLine12View>>PersonLine12View. create(HttpServiceCompletableFuture service, PersonLine12View view)Method parameters in one.xingyi.reference4.person.client.view with type arguments of type PersonLine12View Modifier and Type Method Description static java.util.concurrent.CompletableFuture<PersonLine12View>PersonLine12View. edit(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonLine12View,PersonLine12View> fn)static java.util.concurrent.CompletableFuture<PersonLine12View>PersonLine12View. edit(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonLine12View,PersonLine12View> fn)static <T> java.util.concurrent.CompletableFuture<T>PersonLine12View. get(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonLine12View,T> fn)static <T> java.util.concurrent.CompletableFuture<java.util.Optional<T>>PersonLine12View. getOptional(HttpServiceCompletableFuture service, java.lang.String id, java.util.function.Function<PersonLine12View,T> fn)Constructor parameters in one.xingyi.reference4.person.client.view with type arguments of type PersonLine12View Constructor Description PersonLine12ViewImpl(one.xingyi.core.client.IXingYi<IPersonClientEntity,PersonLine12View> xingYi, java.lang.Object mirror) -
Uses of PersonLine12View in one.xingyi.reference4.person.client.viewcompanion
Methods in one.xingyi.reference4.person.client.viewcompanion that return PersonLine12View Modifier and Type Method Description PersonLine12ViewPersonLine12ViewCompanion. make(one.xingyi.core.client.IXingYi xingYi, java.lang.Object mirror)Method parameters in one.xingyi.reference4.person.client.viewcompanion with type arguments of type PersonLine12View Modifier and Type Method Description <T> java.util.concurrent.CompletableFuture<T>PersonLine12ViewCompanion. primitive(HttpServiceCompletableFuture httpService, java.lang.String method, java.lang.String url, java.util.function.Function<PersonLine12View,T> fn)
-