Klasse WebhookReference

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class WebhookReference extends Object
WebhookReference
  • 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

      protected WebhookReference.TypeEnum 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
  • Konstruktordetails

  • Methodendetails

    • id

      public String id()
    • summary

      public 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

      public String self()
      the API show URL at which the object is accessible
    • htmlUrl

      public String htmlUrl()
      a URL at which the entity is uniquely displayed in the Web app
    • id

      public WebhookReference id(String id)
      Gibt zurück:
      this.
    • summary

      public WebhookReference summary(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.
      Gibt zurück:
      this.
    • type

      Gibt zurück:
      this.
    • self

      public WebhookReference self(String self)
      the API show URL at which the object is accessible
      Gibt zurück:
      this.
    • htmlUrl

      public WebhookReference htmlUrl(String htmlUrl)
      a URL at which the entity is uniquely displayed in the Web app
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object