Uses of Interface
com.spotify.github.v3.orgs.Membership
-
Packages that use Membership Package Description com.spotify.github.v3.clients com.spotify.github.v3.orgs -
-
Uses of Membership in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type Membership Modifier and Type Method Description CompletableFuture<Membership>
TeamClient. getMembership(String slug, String username)
Get a team membership of a user.CompletableFuture<Membership>
TeamClient. updateMembership(MembershipCreate request, String slug, String username)
Add or update a team membership for a user. -
Uses of Membership in com.spotify.github.v3.orgs
Classes in com.spotify.github.v3.orgs that implement Membership Modifier and Type Class Description class
ImmutableMembership
Immutable implementation ofMembership
.Methods in com.spotify.github.v3.orgs with parameters of type Membership Modifier and Type Method Description static ImmutableMembership
ImmutableMembership. copyOf(Membership instance)
Creates an immutable copy of aMembership
value.ImmutableMembership.Builder
ImmutableMembership.Builder. from(Membership instance)
Fill a builder with attribute values from the providedMembership
instance.
-