Klasse AddonReference

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

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

      protected String src
      The URL source of the Addon
    • name

      protected String name
      The user entered name of the Addon.
  • 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

      public AddonReference.TypeEnum 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
    • src

      public String src()
      The URL source of the Addon
    • name

      public String name()
      The user entered name of the Addon.
    • id

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

      public AddonReference 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 AddonReference self(String self)
      the API show URL at which the object is accessible
      Gibt zurück:
      this.
    • htmlUrl

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

      public AddonReference src(String src)
      The URL source of the Addon
      Gibt zurück:
      this.
    • name

      public AddonReference name(String name)
      The user entered name of the Addon.
      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