Klasse Extension

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Extension extends Object
Extension
  • 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 Extension.TypeEnum type
      The type of object being created.
    • 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
    • name

      protected String name
      The name of the extension.
    • endpointUrl

      protected String endpointUrl
      The url of the extension.
    • extensionObjects

      protected List<ServiceReference> extensionObjects
      The objects for which the extension applies
    • extensionSchema

      protected ExtensionSchemaReference extensionSchema
    • temporarilyDisabled

      protected Boolean temporarilyDisabled
      Whether or not this extension is temporarily disabled; for example, a webhook extension that is repeatedly rejected by the server.
    • config

      protected Object config
      The object that contains extension configuration values depending on the extension schema specification.
  • Konstruktordetails

    • Extension

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

      @Internal public Extension(String id, String summary, Extension.TypeEnum type, String self, String htmlUrl, String name, String endpointUrl, List<ServiceReference> extensionObjects, ExtensionSchemaReference extensionSchema, Boolean temporarilyDisabled, Object config)
      Constructs a validated instance of Extension.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Extension(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 - The type of object being created.
      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
      name - The name of the extension.
      endpointUrl - The url of the extension.
      extensionObjects - The objects for which the extension applies
      extensionSchema - extensionSchema
      temporarilyDisabled - Whether or not this extension is temporarily disabled; for example, a webhook extension that is repeatedly rejected by the server.
      config - The object that contains extension configuration values depending on the extension schema specification.
    • Extension

      protected Extension()
  • Methodendetails

    • builder

      public static Extension.ExtensionBuilder 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 Extension.TypeEnum type()
      The type of object being created.
    • 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
    • name

      public String name()
      The name of the extension.
    • endpointUrl

      public String endpointUrl()
      The url of the extension.
    • extensionObjects

      public List<ServiceReference> extensionObjects()
      The objects for which the extension applies
    • extensionSchema

      public ExtensionSchemaReference extensionSchema()
    • temporarilyDisabled

      public Boolean temporarilyDisabled()
      Whether or not this extension is temporarily disabled; for example, a webhook extension that is repeatedly rejected by the server.
    • config

      public Object config()
      The object that contains extension configuration values depending on the extension schema specification.
    • id

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

      public Extension 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 Extension type(Extension.TypeEnum type)
      The type of object being created.
      Gibt zurück:
      this.
    • self

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

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

      public Extension name(String name)
      The name of the extension.
      Gibt zurück:
      this.
    • endpointUrl

      public Extension endpointUrl(String endpointUrl)
      The url of the extension.
      Gibt zurück:
      this.
    • extensionObjects

      public Extension extensionObjects(List<ServiceReference> extensionObjects)
      The objects for which the extension applies
      Gibt zurück:
      this.
    • extensionSchema

      public Extension extensionSchema(ExtensionSchemaReference extensionSchema)
      Gibt zurück:
      this.
    • temporarilyDisabled

      public Extension temporarilyDisabled(Boolean temporarilyDisabled)
      Whether or not this extension is temporarily disabled; for example, a webhook extension that is repeatedly rejected by the server.
      Gibt zurück:
      this.
    • config

      public Extension config(Object config)
      The object that contains extension configuration values depending on the extension schema specification.
      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