| Modifier and Type | Method and Description |
|---|---|
Links |
build()
Builds a new
Links. |
Links.Builder |
from(Links instance)
Fill a builder with attribute values from the provided
Links instance. |
Links.Builder |
login(String login)
Initializes the value for the
login attribute. |
Links.Builder |
password(String password)
Initializes the value for the
password attribute. |
Links.Builder |
register(String register)
Initializes the value for the
register attribute. |
Links.Builder |
uaa(String uaa)
Initializes the value for the
uaa attribute. |
public final Links.Builder from(Links instance)
Links instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final Links.Builder login(String login)
login attribute.login - The value for login (can be null)this builder for use in a chained invocationpublic final Links.Builder password(String password)
password attribute.password - The value for password (can be null)this builder for use in a chained invocationpublic final Links.Builder register(String register)
register attribute.register - The value for register (can be null)this builder for use in a chained invocationpublic final Links.Builder uaa(String uaa)
uaa attribute.uaa - The value for uaa (can be null)this builder for use in a chained invocationpublic Links build()
Links.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.