public static class IdentityPartitionDTO.Builder
extends java.lang.Object
IdentityPartitionDTO.| Constructor and Description | 
|---|
| Builder() | 
| Modifier and Type | Method and Description | 
|---|---|
| IdentityPartitionDTO | build()Build the partition. | 
| IdentityPartitionDTO.Builder | withFieldNames(java.lang.String[][] fieldNames)Set the field names for the partition. | 
| IdentityPartitionDTO.Builder | withName(java.lang.String name)Set the name of the partition. | 
| IdentityPartitionDTO.Builder | withProperties(java.util.Map<java.lang.String,java.lang.String> properties)Set the properties for the partition. | 
| IdentityPartitionDTO.Builder | withValues(LiteralDTO[] values)Set the values for the partition. | 
public IdentityPartitionDTO.Builder withName(java.lang.String name)
name - The name of the partition.public IdentityPartitionDTO.Builder withFieldNames(java.lang.String[][] fieldNames)
fieldNames - The field names.public IdentityPartitionDTO.Builder withValues(LiteralDTO[] values)
values - The values.public IdentityPartitionDTO.Builder withProperties(java.util.Map<java.lang.String,java.lang.String> properties)
properties - The properties.public IdentityPartitionDTO build()