Interface DPIStandardEntity.Builder
- Enclosing class:
DPIStandardEntity
public static interface DPIStandardEntity.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiontype(DPIEntities type) Set the type of thisDPIStandardEntityinstance.
-
Method Details
-
type
Set the type of thisDPIStandardEntityinstance.- Parameters:
type- The type of thisDPIStandardEntity- Returns:
- The DPIStandardEntity instance.
-