Uses of Interface
com.spotify.github.v3.orgs.requests.MembershipCreate
-
Packages that use MembershipCreate Package Description com.spotify.github.v3.clients com.spotify.github.v3.orgs.requests -
-
Uses of MembershipCreate in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients with parameters of type MembershipCreate Modifier and Type Method Description CompletableFuture<Membership>TeamClient. updateMembership(MembershipCreate request, String slug, String username)Add or update a team membership for a user. -
Uses of MembershipCreate in com.spotify.github.v3.orgs.requests
Classes in com.spotify.github.v3.orgs.requests that implement MembershipCreate Modifier and Type Class Description classImmutableMembershipCreateImmutable implementation ofMembershipCreate.Methods in com.spotify.github.v3.orgs.requests with parameters of type MembershipCreate Modifier and Type Method Description static ImmutableMembershipCreateImmutableMembershipCreate. copyOf(MembershipCreate instance)Creates an immutable copy of aMembershipCreatevalue.ImmutableMembershipCreate.BuilderImmutableMembershipCreate.Builder. from(MembershipCreate instance)Fill a builder with attribute values from the providedMembershipCreateinstance.
-