Klasse Addon.AddonBuilder

java.lang.Object
io.github.primelib.pagerduty4j.rest.model.Addon.AddonBuilder
Umschließende Klasse:
Addon

public static class Addon.AddonBuilder extends Object
  • Methodendetails

    • id

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

      public Addon.AddonBuilder 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

      public Addon.AddonBuilder type(Addon.TypeEnum type)
      The type of Add-on.
      Gibt zurück:
      this.
    • self

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

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

      public Addon.AddonBuilder name(String name)
      The name of the Add-on.
      Gibt zurück:
      this.
    • src

      public Addon.AddonBuilder src(String src)
      The source URL to display in a frame in the PagerDuty UI. HTTPS is required.
      Gibt zurück:
      this.
    • build

      public Addon build()
    • toString

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