Uses of Interface
com.spotify.github.v3.orgs.requests.TeamCreate
-
Packages that use TeamCreate Package Description com.spotify.github.v3.clients com.spotify.github.v3.orgs.requests -
-
Uses of TeamCreate in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients with parameters of type TeamCreate Modifier and Type Method Description CompletableFuture<Team>
TeamClient. createTeam(TeamCreate request)
Create a team in an organisation. -
Uses of TeamCreate in com.spotify.github.v3.orgs.requests
Classes in com.spotify.github.v3.orgs.requests that implement TeamCreate Modifier and Type Class Description class
ImmutableTeamCreate
Immutable implementation ofTeamCreate
.Methods in com.spotify.github.v3.orgs.requests with parameters of type TeamCreate Modifier and Type Method Description static ImmutableTeamCreate
ImmutableTeamCreate. copyOf(TeamCreate instance)
Creates an immutable copy of aTeamCreate
value.ImmutableTeamCreate.Builder
ImmutableTeamCreate.Builder. from(TeamCreate instance)
Fill a builder with attribute values from the providedTeamCreate
instance.
-