Klasse UpdateTeamUserOperationSpec
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.UpdateTeamUserOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateTeamUserOperationSpec
extends Object
UpdateTeamUserSpec
Specification for the UpdateTeamUser operation.
Add a user to a team
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleaninthashCode()@NotNull Stringid()The ID of the resource.The ID of the resource.toString()@Nullable UpdateTeamUserRequestThe role of the user on the team.updateTeamUserRequest(@Nullable UpdateTeamUserRequest updateTeamUserRequest) The role of the user on the team.@NotNull StringuserId()The user ID on the team.The user ID on the team.voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
UpdateTeamUserOperationSpec
Constructs a validated implementation ofUpdateTeamUserOperationSpec.- Parameter:
spec- the specification to process
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
id
The ID of the resource. -
userId
The user ID on the team. -
updateTeamUserRequest
The role of the user on the team. -
id
The ID of the resource.- Gibt zurück:
this.
-
userId
The user ID on the team.- Gibt zurück:
this.
-
updateTeamUserRequest
public UpdateTeamUserOperationSpec updateTeamUserRequest(@Nullable @Nullable UpdateTeamUserRequest updateTeamUserRequest) The role of the user on the team.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-