| Package | Description |
|---|---|
| org.daveware.passwordmaker |
| Modifier and Type | Method and Description |
|---|---|
static Account.UrlComponents |
Account.UrlComponents.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Account.UrlComponents[] |
Account.UrlComponents.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Account.UrlComponents> |
Account.getUrlComponents()
If the urlComponents field is empty then the entire getUrl field will be used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Account.addUrlComponent(Account.UrlComponents urlComponent) |
AccountBuilder |
AccountBuilder.addUrlComponent(Account.UrlComponents component) |
void |
Account.removeUrlComponent(Account.UrlComponents urlComponent) |
| Modifier and Type | Method and Description |
|---|---|
void |
Account.setUrlComponents(Set<Account.UrlComponents> urlComponents) |
Copyright © 2018. All rights reserved.