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

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

    • domain

      protected String domain
      Specify a domain to access the native API
    • password

      protected String password
      Specify a base64 encoded password to access the native API
    • userName

      protected String userName
      Specify a username to access the native API
  • Konstruktordetails

    • Credentials

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

      @Internal public Credentials(String domain, String password, String userName)
      Constructs a validated instance of Credentials.

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

      Parameter:
      domain - Specify a domain to access the native API
      password - Specify a base64 encoded password to access the native API
      userName - Specify a username to access the native API
    • Credentials

      protected Credentials()
  • Methodendetails

    • builder

      public static Credentials.CredentialsBuilder builder()
    • domain

      public String domain()
      Specify a domain to access the native API
    • password

      public String password()
      Specify a base64 encoded password to access the native API
    • userName

      public String userName()
      Specify a username to access the native API
    • domain

      public Credentials domain(String domain)
      Specify a domain to access the native API
      Gibt zurück:
      this.
    • password

      public Credentials password(String password)
      Specify a base64 encoded password to access the native API
      Gibt zurück:
      this.
    • userName

      public Credentials userName(String userName)
      Specify a username to access the native API
      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