Uses of Interface
com.spotify.github.v3.workflows.WorkflowsRepositoryResponseList
-
Packages that use WorkflowsRepositoryResponseList Package Description com.spotify.github.v3.clients com.spotify.github.v3.workflows -
-
Uses of WorkflowsRepositoryResponseList in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type WorkflowsRepositoryResponseList Modifier and Type Method Description CompletableFuture<WorkflowsRepositoryResponseList>WorkflowsClient. listWorkflows()List workflows for a repository. -
Uses of WorkflowsRepositoryResponseList in com.spotify.github.v3.workflows
Classes in com.spotify.github.v3.workflows that implement WorkflowsRepositoryResponseList Modifier and Type Class Description classImmutableWorkflowsRepositoryResponseListImmutable implementation ofWorkflowsRepositoryResponseList.Methods in com.spotify.github.v3.workflows with parameters of type WorkflowsRepositoryResponseList Modifier and Type Method Description static ImmutableWorkflowsRepositoryResponseListImmutableWorkflowsRepositoryResponseList. copyOf(WorkflowsRepositoryResponseList instance)Creates an immutable copy of aWorkflowsRepositoryResponseListvalue.ImmutableWorkflowsRepositoryResponseList.BuilderImmutableWorkflowsRepositoryResponseList.Builder. from(WorkflowsRepositoryResponseList instance)Fill a builder with attribute values from the providedWorkflowsRepositoryResponseListinstance.
-