Package io.dialob.api.rest
Class ImmutableMetadata.Builder
java.lang.Object
io.dialob.api.rest.ImmutableMetadata.Builder
- Enclosing class:
- ImmutableMetadata
Builds instances of type
ImmutableMetadata.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a newImmutableMetadata.Initializes the value for thecreatedattribute.description(String description) Initializes the value for thedescriptionattribute.Fill a builder with attribute values from the providedMetadatainstance.Initializes the value for thelabelattribute.Initializes the value for thelastSavedattribute.Initializes the value for thevalidattribute.
-
Method Details
-
from
Fill a builder with attribute values from the providedMetadatainstance. Regular attribute values will be replaced with those from the given instance. Absent optional values will not replace present values.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
description
Initializes the value for thedescriptionattribute.- Parameters:
description- The value for description (can benull)- Returns:
thisbuilder for use in a chained invocation
-
label
Initializes the value for thelabelattribute.- Parameters:
label- The value for label- Returns:
thisbuilder for use in a chained invocation
-
created
Initializes the value for thecreatedattribute.- Parameters:
created- The value for created (can benull)- Returns:
thisbuilder for use in a chained invocation
-
lastSaved
Initializes the value for thelastSavedattribute.- Parameters:
lastSaved- The value for lastSaved (can benull)- Returns:
thisbuilder for use in a chained invocation
-
valid
Initializes the value for thevalidattribute.- Parameters:
valid- The value for valid (can benull)- Returns:
thisbuilder for use in a chained invocation
-
build
Builds a newImmutableMetadata.- Returns:
- An immutable instance of Metadata
- Throws:
IllegalStateException- if any required attributes are missing
-