Klasse CreateUserRequestUserAllOfLicense

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

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

    • 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

    • CreateUserRequestUserAllOfLicense

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

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

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using CreateUserRequestUserAllOfLicense(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
    • CreateUserRequestUserAllOfLicense

      protected CreateUserRequestUserAllOfLicense()
  • Methodendetails