Package org.mozilla.geckoview
Class Autocomplete.LoginEntry.Builder
Object
org.mozilla.geckoview.Autocomplete.LoginEntry.Builder
- Enclosing class:
- Autocomplete.LoginEntry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize theAutocomplete.LoginEntry
instance.formActionOrigin
(String formActionOrigin) Set the origin this login entry was submitted to.Set the unique identifier for this login entry.Set the HTTP realm this login entry was requested for.Set the origin this login entry applies to.Set the password for this login entry.Set the username for this login entry.
-
Constructor Details
-
Builder
@AnyThread public Builder()
-
-
Method Details
-
build
Finalize theAutocomplete.LoginEntry
instance.- Returns:
- The
Autocomplete.LoginEntry
instance.
-
guid
Set the unique identifier for this login entry.- Parameters:
guid
- The unique identifier string.- Returns:
- This
Autocomplete.LoginEntry.Builder
instance.
-
origin
Set the origin this login entry applies to.- Parameters:
origin
- The origin string.- Returns:
- This
Autocomplete.LoginEntry.Builder
instance.
-
formActionOrigin
@AnyThread @NonNull public Autocomplete.LoginEntry.Builder formActionOrigin(@Nullable String formActionOrigin) Set the origin this login entry was submitted to.- Parameters:
formActionOrigin
- The form action origin string.- Returns:
- This
Autocomplete.LoginEntry.Builder
instance.
-
httpRealm
Set the HTTP realm this login entry was requested for.- Parameters:
httpRealm
- The HTTP realm string.- Returns:
- This
Autocomplete.LoginEntry.Builder
instance.
-
username
Set the username for this login entry.- Parameters:
username
- The username string.- Returns:
- This
Autocomplete.LoginEntry.Builder
instance.
-
password
Set the password for this login entry.- Parameters:
password
- The password string.- Returns:
- This
Autocomplete.LoginEntry.Builder
instance.
-