Klasse CreateIncidentNoteOperationSpec

java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.CreateIncidentNoteOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class CreateIncidentNoteOperationSpec extends Object
CreateIncidentNoteSpec

Specification for the CreateIncidentNote operation.

Create a note on an incident

  • Felddetails

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Konstruktordetails

    • CreateIncidentNoteOperationSpec

      @Internal public CreateIncidentNoteOperationSpec(Consumer<CreateIncidentNoteOperationSpec> spec)
      Constructs a validated instance of CreateIncidentNoteOperationSpec.
      Parameter:
      spec - the specification to process
    • CreateIncidentNoteOperationSpec

      @Internal public CreateIncidentNoteOperationSpec(String id, String from, CreateIncidentNoteRequest createIncidentNoteRequest)
      Constructs a validated instance of CreateIncidentNoteOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameter:
      id - The ID of the resource.
      from - The email address of a valid user associated with the account making the request.
      createIncidentNoteRequest -
    • CreateIncidentNoteOperationSpec

      protected CreateIncidentNoteOperationSpec()
  • Methodendetails