Package com.teamdev.jxbrowser.password
Class PasswordRecord.Builder
java.lang.Object
com.teamdev.jxbrowser.password.PasswordRecord.Builder
- Enclosing interface:
- PasswordRecord
A builder of
PasswordRecord.- Since:
- 8.0.0
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Returns a newPasswordRecordinstance built from the current state of this builder.Sets a username or email address used to log into the site.
-
Method Details
-
login
Sets a username or email address used to log into the site.- Parameters:
login- a username or email address
-
build
Returns a newPasswordRecordinstance built from the current state of this builder.- Returns:
- a new
PasswordRecordinstance
-