Uses of Interface
com.spotify.github.v3.repos.requests.RepositoryDispatch
-
Packages that use RepositoryDispatch Package Description com.spotify.github.v3.clients com.spotify.github.v3.repos.requests -
-
Uses of RepositoryDispatch in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients with parameters of type RepositoryDispatch Modifier and Type Method Description CompletableFuture<Boolean>RepositoryClient. createRepositoryDispatchEvent(RepositoryDispatch request)Create a repository_dispatch event. -
Uses of RepositoryDispatch in com.spotify.github.v3.repos.requests
Classes in com.spotify.github.v3.repos.requests that implement RepositoryDispatch Modifier and Type Class Description classImmutableRepositoryDispatchImmutable implementation ofRepositoryDispatch.Methods in com.spotify.github.v3.repos.requests with parameters of type RepositoryDispatch Modifier and Type Method Description static ImmutableRepositoryDispatchImmutableRepositoryDispatch. copyOf(RepositoryDispatch instance)Creates an immutable copy of aRepositoryDispatchvalue.ImmutableRepositoryDispatch.BuilderImmutableRepositoryDispatch.Builder. from(RepositoryDispatch instance)Fill a builder with attribute values from the providedRepositoryDispatchinstance.
-