Uses of Interface
com.spotify.github.v3.workflows.WorkflowsResponse
-
Packages that use WorkflowsResponse Package Description com.spotify.github.v3.clients com.spotify.github.v3.workflows -
-
Uses of WorkflowsResponse in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type WorkflowsResponse Modifier and Type Method Description CompletableFuture<WorkflowsResponse>WorkflowsClient. getWorkflow(int id)Gets a workflow by id. -
Uses of WorkflowsResponse in com.spotify.github.v3.workflows
Classes in com.spotify.github.v3.workflows that implement WorkflowsResponse Modifier and Type Class Description classImmutableWorkflowsResponseImmutable implementation ofWorkflowsResponse.Methods in com.spotify.github.v3.workflows that return types with arguments of type WorkflowsResponse Modifier and Type Method Description List<WorkflowsResponse>ImmutableWorkflowsRepositoryResponseList. workflows()Workflows list.List<WorkflowsResponse>WorkflowsRepositoryResponseList. workflows()Workflows list.Methods in com.spotify.github.v3.workflows with parameters of type WorkflowsResponse Modifier and Type Method Description ImmutableWorkflowsRepositoryResponseList.BuilderImmutableWorkflowsRepositoryResponseList.Builder. addWorkflows(WorkflowsResponse element)Adds one element toworkflowslist.ImmutableWorkflowsRepositoryResponseList.BuilderImmutableWorkflowsRepositoryResponseList.Builder. addWorkflows(WorkflowsResponse... elements)Adds elements toworkflowslist.static ImmutableWorkflowsResponseImmutableWorkflowsResponse. copyOf(WorkflowsResponse instance)Creates an immutable copy of aWorkflowsResponsevalue.ImmutableWorkflowsResponse.BuilderImmutableWorkflowsResponse.Builder. from(WorkflowsResponse instance)Fill a builder with attribute values from the providedWorkflowsResponseinstance.ImmutableWorkflowsRepositoryResponseListImmutableWorkflowsRepositoryResponseList. withWorkflows(WorkflowsResponse... elements)Copy the current immutable object with elements that replace the content ofworkflows.Method parameters in com.spotify.github.v3.workflows with type arguments of type WorkflowsResponse Modifier and Type Method Description ImmutableWorkflowsRepositoryResponseList.BuilderImmutableWorkflowsRepositoryResponseList.Builder. addAllWorkflows(Iterable<? extends WorkflowsResponse> elements)Adds elements toworkflowslist.ImmutableWorkflowsRepositoryResponseListImmutableWorkflowsRepositoryResponseList. withWorkflows(Iterable<? extends WorkflowsResponse> elements)Copy the current immutable object with elements that replace the content ofworkflows.ImmutableWorkflowsRepositoryResponseList.BuilderImmutableWorkflowsRepositoryResponseList.Builder. workflows(Iterable<? extends WorkflowsResponse> elements)Sets or replaces all elements forworkflowslist.
-