Uses of Interface
com.spotify.github.v3.orgs.TeamInvitation
-
Packages that use TeamInvitation Package Description com.spotify.github.v3.clients com.spotify.github.v3.orgs -
-
Uses of TeamInvitation in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type TeamInvitation Modifier and Type Method Description CompletableFuture<List<TeamInvitation>>TeamClient. listPendingTeamInvitations(String slug)List pending invitations for a team. -
Uses of TeamInvitation in com.spotify.github.v3.orgs
Classes in com.spotify.github.v3.orgs that implement TeamInvitation Modifier and Type Class Description classImmutableTeamInvitationImmutable implementation ofTeamInvitation.Methods in com.spotify.github.v3.orgs with parameters of type TeamInvitation Modifier and Type Method Description static ImmutableTeamInvitationImmutableTeamInvitation. copyOf(TeamInvitation instance)Creates an immutable copy of aTeamInvitationvalue.ImmutableTeamInvitation.BuilderImmutableTeamInvitation.Builder. from(TeamInvitation instance)Fill a builder with attribute values from the providedTeamInvitationinstance.
-