Klasse Credentials
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Credentials
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Credentials
extends Object
Credentials
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCredentials(String domain, String password, String userName) Constructs a validated instance ofCredentials.Credentials(Consumer<Credentials> spec) Constructs a validated instance ofCredentials. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleandomain()Specify a domain to access the native APISpecify a domain to access the native APIbooleaninthashCode()password()Specify a base64 encoded password to access the native APISpecify a base64 encoded password to access the native APItoString()userName()Specify a username to access the native APISpecify a username to access the native API
-
Felddetails
-
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
-
-
Konstruktordetails
-
Credentials
Constructs a validated instance ofCredentials.- Parameter:
spec- the specification to process
-
Credentials
Constructs a validated instance ofCredentials.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 APIpassword- Specify a base64 encoded password to access the native APIuserName- Specify a username to access the native API
-
Credentials
protected Credentials()
-
-
Methodendetails
-
builder
-
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 -
domain
Specify a domain to access the native API- Gibt zurück:
this.
-
password
Specify a base64 encoded password to access the native API- Gibt zurück:
this.
-
userName
Specify a username to access the native API- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-