Klasse RulesetCreator

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

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

    • id

      protected String id
    • type

      protected String type
      A string that determines the schema of the object
    • self

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

    • RulesetCreator

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

      @Internal public RulesetCreator(String id, String type, String self)
      Constructs a validated instance of RulesetCreator.

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

      Parameter:
      id - id
      type - A string that determines the schema of the object
      self - The API show URL at which the object is accessible
    • RulesetCreator

      protected RulesetCreator()
  • Methodendetails