| Modifier and Type | Method and Description |
|---|---|
Meta |
build()
Builds a new
Meta. |
Meta.Builder |
created(String created)
Initializes the value for the
created attribute. |
Meta.Builder |
from(Meta instance)
Fill a builder with attribute values from the provided
Meta instance. |
Meta.Builder |
lastModified(String lastModified)
Initializes the value for the
lastModified attribute. |
Meta.Builder |
version(Integer version)
Initializes the value for the
version attribute. |
public final Meta.Builder from(Meta instance)
Meta 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 Meta.Builder created(String created)
created attribute.created - The value for createdthis builder for use in a chained invocationpublic final Meta.Builder lastModified(String lastModified)
lastModified attribute.lastModified - The value for lastModifiedthis builder for use in a chained invocationpublic final Meta.Builder version(Integer version)
version attribute.version - The value for versionthis builder for use in a chained invocationpublic Meta build()
Meta.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.