Klasse UpdateTeamUserOperationSpec.UpdateTeamUserOperationSpecBuilder
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.UpdateTeamUserOperationSpec.UpdateTeamUserOperationSpecBuilder
- Umschließende Klasse:
UpdateTeamUserOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()The ID of the resource.toString()updateTeamUserRequest(@Nullable UpdateTeamUserRequest updateTeamUserRequest) The role of the user on the team.The user ID on the team.
-
Methodendetails
-
id
public UpdateTeamUserOperationSpec.UpdateTeamUserOperationSpecBuilder id(@NotNull @NotNull String id) The ID of the resource.- Gibt zurück:
this.
-
userId
public UpdateTeamUserOperationSpec.UpdateTeamUserOperationSpecBuilder userId(@NotNull @NotNull String userId) The user ID on the team.- Gibt zurück:
this.
-
updateTeamUserRequest
public UpdateTeamUserOperationSpec.UpdateTeamUserOperationSpecBuilder updateTeamUserRequest(@Nullable @Nullable UpdateTeamUserRequest updateTeamUserRequest) The role of the user on the team.- Gibt zurück:
this.
-
build
-
toString
-