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 class
ImmutableRepositoryDispatch
Immutable implementation ofRepositoryDispatch
.Methods in com.spotify.github.v3.repos.requests with parameters of type RepositoryDispatch Modifier and Type Method Description static ImmutableRepositoryDispatch
ImmutableRepositoryDispatch. copyOf(RepositoryDispatch instance)
Creates an immutable copy of aRepositoryDispatch
value.ImmutableRepositoryDispatch.Builder
ImmutableRepositoryDispatch.Builder. from(RepositoryDispatch instance)
Fill a builder with attribute values from the providedRepositoryDispatch
instance.
-