Klasse Reference.ReferenceBuilder

java.lang.Object
io.github.primelib.pagerduty4j.rest.model.Reference.ReferenceBuilder
Umschließende Klasse:
Reference

public static class Reference.ReferenceBuilder extends Object
  • Methodendetails

    • id

      Gibt zurück:
      this.
    • summary

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

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

      public Reference build()
    • toString

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