Klasse Vendor.VendorBuilder

java.lang.Object
io.github.primelib.pagerduty4j.rest.model.Vendor.VendorBuilder
Umschließende Klasse:
Vendor

public static class Vendor.VendorBuilder extends Object
  • Methodendetails

    • id

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

      public Vendor.VendorBuilder 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 Vendor.VendorBuilder type(String type)
      A string that determines the schema of the object. This must be the standard name for the entity, suffixed by _reference if the object is a reference.
      Gibt zurück:
      this.
    • self

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

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

      public Vendor.VendorBuilder name(String name)
      The short name of the vendor
      Gibt zurück:
      this.
    • websiteUrl

      public Vendor.VendorBuilder websiteUrl(String websiteUrl)
      URL of the vendor's main website
      Gibt zurück:
      this.
    • logoUrl

      public Vendor.VendorBuilder logoUrl(String logoUrl)
      URL of a logo identifying the vendor
      Gibt zurück:
      this.
    • thumbnailUrl

      public Vendor.VendorBuilder thumbnailUrl(String thumbnailUrl)
      URL of a small thumbnail image identifying the vendor
      Gibt zurück:
      this.
    • description

      public Vendor.VendorBuilder description(String description)
      A short description of this vendor, and common use-cases of integrations for this vendor.
      Gibt zurück:
      this.
    • integrationGuideUrl

      public Vendor.VendorBuilder integrationGuideUrl(String integrationGuideUrl)
      URL of an integration guide for this vendor
      Gibt zurück:
      this.
    • build

      public Vendor build()
    • toString

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