public static final class DeploymentData.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentData |
build() |
DeploymentData.Builder |
withDeploymentsWithoutTypeCodes(java.util.List<TypeCodeTableEntry> val) |
DeploymentData.Builder |
withFirstFreeTypeCode(int val) |
DeploymentData.Builder |
withTypesWithDeployment(java.util.List<TypeCodeTableEntry> val) |
DeploymentData.Builder |
withTypesWithoutDeployment(java.util.List<TypeCodeTableEntry> val) |
public DeploymentData.Builder withFirstFreeTypeCode(int val)
public DeploymentData.Builder withTypesWithDeployment(java.util.List<TypeCodeTableEntry> val)
public DeploymentData.Builder withTypesWithoutDeployment(java.util.List<TypeCodeTableEntry> val)
public DeploymentData.Builder withDeploymentsWithoutTypeCodes(java.util.List<TypeCodeTableEntry> val)
public DeploymentData build()
Copyright © 2018 SAP SE. All Rights Reserved.