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 classImmutableTeamCreateImmutable implementation ofTeamCreate.Methods in com.spotify.github.v3.orgs.requests with parameters of type TeamCreate Modifier and Type Method Description static ImmutableTeamCreateImmutableTeamCreate. copyOf(TeamCreate instance)Creates an immutable copy of aTeamCreatevalue.ImmutableTeamCreate.BuilderImmutableTeamCreate.Builder. from(TeamCreate instance)Fill a builder with attribute values from the providedTeamCreateinstance.
-