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 class
ImmutableWorkflowsResponse
Immutable 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.Builder
ImmutableWorkflowsRepositoryResponseList.Builder. addWorkflows(WorkflowsResponse element)
Adds one element toworkflows
list.ImmutableWorkflowsRepositoryResponseList.Builder
ImmutableWorkflowsRepositoryResponseList.Builder. addWorkflows(WorkflowsResponse... elements)
Adds elements toworkflows
list.static ImmutableWorkflowsResponse
ImmutableWorkflowsResponse. copyOf(WorkflowsResponse instance)
Creates an immutable copy of aWorkflowsResponse
value.ImmutableWorkflowsResponse.Builder
ImmutableWorkflowsResponse.Builder. from(WorkflowsResponse instance)
Fill a builder with attribute values from the providedWorkflowsResponse
instance.ImmutableWorkflowsRepositoryResponseList
ImmutableWorkflowsRepositoryResponseList. 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.Builder
ImmutableWorkflowsRepositoryResponseList.Builder. addAllWorkflows(Iterable<? extends WorkflowsResponse> elements)
Adds elements toworkflows
list.ImmutableWorkflowsRepositoryResponseList
ImmutableWorkflowsRepositoryResponseList. withWorkflows(Iterable<? extends WorkflowsResponse> elements)
Copy the current immutable object with elements that replace the content ofworkflows
.ImmutableWorkflowsRepositoryResponseList.Builder
ImmutableWorkflowsRepositoryResponseList.Builder. workflows(Iterable<? extends WorkflowsResponse> elements)
Sets or replaces all elements forworkflows
list.
-