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