public static final class ImmutablePrefabGraph.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ImmutablePrefabGraph |
build() |
ImmutablePrefabGraph.Builder |
setColumns(String[] columns) |
ImmutablePrefabGraph.Builder |
setCommand(String command) |
ImmutablePrefabGraph.Builder |
setDescription(String description) |
ImmutablePrefabGraph.Builder |
setExternalValues(String[] externalValues) |
ImmutablePrefabGraph.Builder |
setGraphHeight(Integer graphHeight) |
ImmutablePrefabGraph.Builder |
setGraphWidth(Integer graphWidth) |
ImmutablePrefabGraph.Builder |
setName(String name) |
ImmutablePrefabGraph.Builder |
setPropertiesValues(String[] propertiesValues) |
ImmutablePrefabGraph.Builder |
setSupress(String[] supress) |
ImmutablePrefabGraph.Builder |
setTitle(String title) |
ImmutablePrefabGraph.Builder |
setTypes(String[] types) |
public ImmutablePrefabGraph.Builder setName(String name)
public ImmutablePrefabGraph.Builder setTitle(String title)
public ImmutablePrefabGraph.Builder setColumns(String[] columns)
public ImmutablePrefabGraph.Builder setCommand(String command)
public ImmutablePrefabGraph.Builder setExternalValues(String[] externalValues)
public ImmutablePrefabGraph.Builder setPropertiesValues(String[] propertiesValues)
public ImmutablePrefabGraph.Builder setTypes(String[] types)
public ImmutablePrefabGraph.Builder setDescription(String description)
public ImmutablePrefabGraph.Builder setGraphWidth(Integer graphWidth)
public ImmutablePrefabGraph.Builder setGraphHeight(Integer graphHeight)
public ImmutablePrefabGraph.Builder setSupress(String[] supress)
public ImmutablePrefabGraph build()
Copyright © 2019. All rights reserved.