public static class ExpandedMetadataProperties.Builder
extends java.lang.Object
ExpandedMetadataProperties.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ExpandedMetadataProperties.Builder |
addCurrentUser()
This method adds "currentuser" as a property to be expanded.
|
ExpandedMetadataProperties.Builder |
addFrontEnd()
This method adds "frontend" as a property to be expanded.
|
ExpandedMetadataProperties.Builder |
addLabels()
This method adds "labels" as a property to be expanded.
|
ExpandedMetadataProperties.Builder |
addProperties()
This method adds "properties" as a property to be expanded.
|
ExpandedMetadataProperties |
build()
This method creates an instance of
ExpandedMetadataProperties using the values that
were set on this instance. |
public ExpandedMetadataProperties.Builder addCurrentUser()
public ExpandedMetadataProperties.Builder addProperties()
public ExpandedMetadataProperties.Builder addLabels()
public ExpandedMetadataProperties.Builder addFrontEnd()
public ExpandedMetadataProperties build()
ExpandedMetadataProperties using the values that
were set on this instance.ExpandedMetadataProperties with the values set on this
instance.