Package de.hybris.platform.hac.data.dto
Class DeploymentData.Builder
- java.lang.Object
-
- de.hybris.platform.hac.data.dto.DeploymentData.Builder
-
- Enclosing class:
- DeploymentData
public static final class DeploymentData.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentDatabuild()DeploymentData.BuilderwithDeploymentsWithoutTypeCodes(java.util.List<TypeCodeTableEntry> val)DeploymentData.BuilderwithFirstFreeTypeCode(int val)DeploymentData.BuilderwithTypesWithDeployment(java.util.List<TypeCodeTableEntry> val)DeploymentData.BuilderwithTypesWithoutDeployment(java.util.List<TypeCodeTableEntry> val)
-
-
-
Method Detail
-
withFirstFreeTypeCode
public DeploymentData.Builder withFirstFreeTypeCode(int val)
-
withTypesWithDeployment
public DeploymentData.Builder withTypesWithDeployment(java.util.List<TypeCodeTableEntry> val)
-
withTypesWithoutDeployment
public DeploymentData.Builder withTypesWithoutDeployment(java.util.List<TypeCodeTableEntry> val)
-
withDeploymentsWithoutTypeCodes
public DeploymentData.Builder withDeploymentsWithoutTypeCodes(java.util.List<TypeCodeTableEntry> val)
-
build
public DeploymentData build()
-
-