Klasse IncidentWorkflowAllOfSteps

java.lang.Object
io.github.primelib.pagerduty4j.rest.model.IncidentWorkflowAllOfSteps

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class IncidentWorkflowAllOfSteps extends Object
IncidentWorkflowAllOfSteps
  • Felddetails

    • id

      protected String id
    • summary

      protected String summary
      A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical to name, though it is not intended to be an identifier.
    • type

    • self

      protected String self
      the API show URL at which the object is accessible
    • htmlUrl

      protected String htmlUrl
      a URL at which the entity is uniquely displayed in the Web app
    • name

      protected String name
      A descriptive name for the Step
    • description

      protected String description
      A description of the action performed by the Step
    • actionConfiguration

      protected IncidentWorkflowActionConfiguration actionConfiguration
  • Konstruktordetails

    • IncidentWorkflowAllOfSteps

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

      @Internal public IncidentWorkflowAllOfSteps(String id, String summary, IncidentWorkflowAllOfSteps.TypeEnum type, String self, String htmlUrl, String name, String description, IncidentWorkflowActionConfiguration actionConfiguration)
      Constructs a validated instance of IncidentWorkflowAllOfSteps.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using IncidentWorkflowAllOfSteps(Consumer) instead.

      Parameter:
      id - id
      summary - A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical to name, though it is not intended to be an identifier.
      type - type
      self - the API show URL at which the object is accessible
      htmlUrl - a URL at which the entity is uniquely displayed in the Web app
      name - A descriptive name for the Step
      description - A description of the action performed by the Step
      actionConfiguration - actionConfiguration
    • IncidentWorkflowAllOfSteps

      protected IncidentWorkflowAllOfSteps()
  • Methodendetails