Klasse UpdateUserContactMethodOperationSpec.UpdateUserContactMethodOperationSpecBuilder
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.UpdateUserContactMethodOperationSpec.UpdateUserContactMethodOperationSpecBuilder
- Umschließende Klasse:
UpdateUserContactMethodOperationSpec
public static class UpdateUserContactMethodOperationSpec.UpdateUserContactMethodOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()contactMethodId(@NotNull String contactMethodId) The contact method ID on the user.createUserContactMethodRequest(@Nullable CreateUserContactMethodRequest createUserContactMethodRequest) The user's contact method to be updated.The ID of the resource.toString()
-
Methodendetails
-
id
public UpdateUserContactMethodOperationSpec.UpdateUserContactMethodOperationSpecBuilder id(@NotNull @NotNull String id) The ID of the resource.- Gibt zurück:
this.
-
contactMethodId
public UpdateUserContactMethodOperationSpec.UpdateUserContactMethodOperationSpecBuilder contactMethodId(@NotNull @NotNull String contactMethodId) The contact method ID on the user.- Gibt zurück:
this.
-
createUserContactMethodRequest
public UpdateUserContactMethodOperationSpec.UpdateUserContactMethodOperationSpecBuilder createUserContactMethodRequest(@Nullable @Nullable CreateUserContactMethodRequest createUserContactMethodRequest) The user's contact method to be updated.- Gibt zurück:
this.
-
build
-
toString
-