Klasse ApplicationIdentifier

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.ApplicationIdentifier

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class ApplicationIdentifier extends Object
ApplicationIdentifier
  • Felddetails

    • id

      protected String id
      unique identifier of the application identifier
    • key

      protected String key
      identifier type
    • name

      protected String name
      name of the identifier
    • value

      protected List<String> value
      list of identifier values
  • Konstruktordetails

    • ApplicationIdentifier

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

      @Internal public ApplicationIdentifier(String id, String key, String name, List<String> value)
      Constructs a validated instance of ApplicationIdentifier.

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

      Parameter:
      id - unique identifier of the application identifier
      key - identifier type
      name - name of the identifier
      value - list of identifier values
    • ApplicationIdentifier

      protected ApplicationIdentifier()
  • Methodendetails