Klasse MasterPasswordProperties.MasterPasswordPropertiesBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.MasterPasswordProperties.MasterPasswordPropertiesBuilder
- Umschließende Klasse:
MasterPasswordProperties
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()daysTilExpire(String daysTilExpire) The remaining number of days for the master password expirationexpireDate(String expireDate) The expiry date of the master password.The format for this field would be YYYY-MM-DD HH:mm:ssZexpireInterval(String expireInterval) The interval(in days) after which the master password would expireexpireMessage(String expireMessage) The message which will be returned once the master password is expiredlastChangeDate(String lastChangeDate) The latest date when the master password was updated.The format for this field would be YYYY-MM-DD HH:mm:ssZstatusMessage(String statusMessage) The current status of the master passwordtoString()
-
Methodendetails
-
daysTilExpire
The remaining number of days for the master password expiration- Gibt zurück:
this.
-
expireDate
The expiry date of the master password.The format for this field would be YYYY-MM-DD HH:mm:ssZ- Gibt zurück:
this.
-
expireInterval
public MasterPasswordProperties.MasterPasswordPropertiesBuilder expireInterval(String expireInterval) The interval(in days) after which the master password would expire- Gibt zurück:
this.
-
expireMessage
The message which will be returned once the master password is expired- Gibt zurück:
this.
-
lastChangeDate
public MasterPasswordProperties.MasterPasswordPropertiesBuilder lastChangeDate(String lastChangeDate) The latest date when the master password was updated.The format for this field would be YYYY-MM-DD HH:mm:ssZ- Gibt zurück:
this.
-
statusMessage
The current status of the master password- Gibt zurück:
this.
-
build
-
toString
-