Package io.mosip.mimoto.entity
Class BIR.BIRBuilder
- java.lang.Object
-
- io.mosip.mimoto.entity.BIR.BIRBuilder
-
-
Constructor Summary
Constructors Constructor Description BIRBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BIRbuild()BIR.BIRBuilderwithBdb(byte[] bdb)BIR.BIRBuilderwithBdbInfo(BDBInfo bdbInfo)BIR.BIRBuilderwithBirInfo(BIRInfo birInfo)BIR.BIRBuilderwithCbeffversion(VersionType cbeffversion)BIR.BIRBuilderwithOther(String key, Object value)BIR.BIRBuilderwithOthers(Map<String,Object> others)BIR.BIRBuilderwithSb(byte[] sb)BIR.BIRBuilderwithSbInfo(SBInfo sbInfo)BIR.BIRBuilderwithVersion(VersionType version)
-
-
-
Method Detail
-
withOther
public BIR.BIRBuilder withOther(String key, Object value)
-
withOthers
public BIR.BIRBuilder withOthers(Map<String,Object> others)
-
withVersion
public BIR.BIRBuilder withVersion(VersionType version)
-
withCbeffversion
public BIR.BIRBuilder withCbeffversion(VersionType cbeffversion)
-
withBirInfo
public BIR.BIRBuilder withBirInfo(BIRInfo birInfo)
-
withBdbInfo
public BIR.BIRBuilder withBdbInfo(BDBInfo bdbInfo)
-
withBdb
public BIR.BIRBuilder withBdb(byte[] bdb)
-
withSb
public BIR.BIRBuilder withSb(byte[] sb)
-
withSbInfo
public BIR.BIRBuilder withSbInfo(SBInfo sbInfo)
-
build
public BIR build()
-
-