Uses of Interface
io.thestencil.client.api.UpdateBuilder.PageMutator
-
Packages that use UpdateBuilder.PageMutator Package Description io.thestencil.client.api -
-
Uses of UpdateBuilder.PageMutator in io.thestencil.client.api
Classes in io.thestencil.client.api that implement UpdateBuilder.PageMutator Modifier and Type Class Description classImmutablePageMutatorImmutable implementation ofUpdateBuilder.PageMutator.Methods in io.thestencil.client.api with parameters of type UpdateBuilder.PageMutator Modifier and Type Method Description static ImmutablePageMutatorImmutablePageMutator. copyOf(UpdateBuilder.PageMutator instance)Creates an immutable copy of aUpdateBuilder.PageMutatorvalue.ImmutablePageMutator.BuilderImmutablePageMutator.Builder. from(UpdateBuilder.PageMutator instance)Fill a builder with attribute values from the providedPageMutatorinstance.io.smallrye.mutiny.Uni<StencilClient.Entity<StencilClient.Page>>UpdateBuilder. page(UpdateBuilder.PageMutator changes)Method parameters in io.thestencil.client.api with type arguments of type UpdateBuilder.PageMutator Modifier and Type Method Description io.smallrye.mutiny.Uni<List<StencilClient.Entity<StencilClient.Page>>>UpdateBuilder. pages(List<UpdateBuilder.PageMutator> changes)
-