Uses of Interface
io.thestencil.client.api.CreateBuilder.CreateWorkflow
-
Packages that use CreateBuilder.CreateWorkflow Package Description io.thestencil.client.api io.thestencil.client.spi.builders -
-
Uses of CreateBuilder.CreateWorkflow in io.thestencil.client.api
Classes in io.thestencil.client.api that implement CreateBuilder.CreateWorkflow Modifier and Type Class Description classImmutableCreateWorkflowImmutable implementation ofCreateBuilder.CreateWorkflow.Methods in io.thestencil.client.api that return types with arguments of type CreateBuilder.CreateWorkflow Modifier and Type Method Description List<CreateBuilder.CreateWorkflow>CreateBuilder.BatchSite. getWorkflows()com.google.common.collect.ImmutableList<CreateBuilder.CreateWorkflow>ImmutableBatchSite. getWorkflows()Methods in io.thestencil.client.api with parameters of type CreateBuilder.CreateWorkflow Modifier and Type Method Description ImmutableBatchSite.BuilderImmutableBatchSite.Builder. addWorkflows(CreateBuilder.CreateWorkflow element)Adds one element toworkflowslist.ImmutableBatchSite.BuilderImmutableBatchSite.Builder. addWorkflows(CreateBuilder.CreateWorkflow... elements)Adds elements toworkflowslist.static ImmutableCreateWorkflowImmutableCreateWorkflow. copyOf(CreateBuilder.CreateWorkflow instance)Creates an immutable copy of aCreateBuilder.CreateWorkflowvalue.ImmutableCreateWorkflow.BuilderImmutableCreateWorkflow.Builder. from(CreateBuilder.CreateWorkflow instance)Fill a builder with attribute values from the providedCreateWorkflowinstance.ImmutableBatchSiteImmutableBatchSite. withWorkflows(CreateBuilder.CreateWorkflow... elements)Copy the current immutable object with elements that replace the content ofworkflows.io.smallrye.mutiny.Uni<StencilClient.Entity<StencilClient.Workflow>>CreateBuilder. workflow(CreateBuilder.CreateWorkflow init)Method parameters in io.thestencil.client.api with type arguments of type CreateBuilder.CreateWorkflow Modifier and Type Method Description ImmutableBatchSite.BuilderImmutableBatchSite.Builder. addAllWorkflows(Iterable<? extends CreateBuilder.CreateWorkflow> elements)Adds elements toworkflowslist.ImmutableBatchSiteImmutableBatchSite. withWorkflows(Iterable<? extends CreateBuilder.CreateWorkflow> elements)Copy the current immutable object with elements that replace the content ofworkflows.ImmutableBatchSite.BuilderImmutableBatchSite.Builder. workflows(Iterable<? extends CreateBuilder.CreateWorkflow> elements)Sets or replaces all elements forworkflowslist. -
Uses of CreateBuilder.CreateWorkflow in io.thestencil.client.spi.builders
Methods in io.thestencil.client.spi.builders with parameters of type CreateBuilder.CreateWorkflow Modifier and Type Method Description io.smallrye.mutiny.Uni<StencilClient.Entity<StencilClient.Workflow>>CreateBuilderImpl. workflow(CreateBuilder.CreateWorkflow init)static StencilClient.Entity<StencilClient.Workflow>CreateBuilderImpl. workflow(CreateBuilder.CreateWorkflow init, StencilComposer.SiteState state, StencilClient client)
-