Klasse VendorReference

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

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

    • VendorReference

      public VendorReference(Consumer<VendorReference> spec)
      Constructs a validated instance of VendorReference.
      Parameter:
      spec - the specification to process
    • VendorReference

      @Internal public VendorReference(String id, String summary, VendorReference.TypeEnum type, String self, String htmlUrl)
      Constructs a validated instance of VendorReference.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using VendorReference(Consumer) instead.

      Parameter:
      id - id
      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 - type
      self - the API show URL at which the object is accessible
      htmlUrl - a URL at which the entity is uniquely displayed in the Web app
    • VendorReference

      protected VendorReference()
  • Methodendetails

    • builder

      public static VendorReference.VendorReferenceBuilder builder()
    • 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 VendorReference.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
    • id

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

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

      public VendorReference 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