| Modifier and Type | Method and Description |
|---|---|
Features.Builder |
bindable(Boolean bindable)
Initializes the value for the
bindable attribute. |
Features |
build()
Builds a new
Features. |
Features.Builder |
from(Features instance)
Fill a builder with attribute values from the provided
Features instance. |
Features.Builder |
planUpdateable(Boolean planUpdateable)
Initializes the value for the
planUpdateable attribute. |
public final Features.Builder from(Features instance)
Features 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 Features.Builder bindable(Boolean bindable)
bindable attribute.bindable - The value for bindablethis builder for use in a chained invocationpublic final Features.Builder planUpdateable(Boolean planUpdateable)
planUpdateable attribute.planUpdateable - The value for planUpdateablethis builder for use in a chained invocationpublic Features build()
Features.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.