Klasse CreateIncidentNoteOperationSpec.CreateIncidentNoteOperationSpecBuilder
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.CreateIncidentNoteOperationSpec.CreateIncidentNoteOperationSpecBuilder
- Umschließende Klasse:
CreateIncidentNoteOperationSpec
public static class CreateIncidentNoteOperationSpec.CreateIncidentNoteOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()createIncidentNoteRequest(@Nullable CreateIncidentNoteRequest createIncidentNoteRequest) The email address of a valid user associated with the account making the request.The ID of the resource.toString()
-
Methodendetails
-
id
public CreateIncidentNoteOperationSpec.CreateIncidentNoteOperationSpecBuilder id(@NotNull @NotNull String id) The ID of the resource.- Gibt zurück:
this.
-
from
public CreateIncidentNoteOperationSpec.CreateIncidentNoteOperationSpecBuilder from(@NotNull @NotNull String from) The email address of a valid user associated with the account making the request.- Gibt zurück:
this.
-
createIncidentNoteRequest
public CreateIncidentNoteOperationSpec.CreateIncidentNoteOperationSpecBuilder createIncidentNoteRequest(@Nullable @Nullable CreateIncidentNoteRequest createIncidentNoteRequest) - Gibt zurück:
this.
-
build
-
toString
-