Class DeprecatedKeyDescriptor.DeprecatedKeyDescriptorBuilder
- java.lang.Object
-
- de.gematik.test.tiger.common.config.DeprecatedKeyDescriptor.DeprecatedKeyDescriptorBuilder
-
- Enclosing class:
- DeprecatedKeyDescriptor
public static class DeprecatedKeyDescriptor.DeprecatedKeyDescriptorBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeprecatedKeyDescriptorbuild()DeprecatedKeyDescriptor.DeprecatedKeyDescriptorBuildercompareKey(String compareKey)DeprecatedKeyDescriptor.DeprecatedKeyDescriptorBuilderdeprecatedKey(String deprecatedKey)DeprecatedKeyDescriptor.DeprecatedKeyDescriptorBuildernewKey(String newKey)StringtoString()
-
-
-
Method Detail
-
compareKey
public DeprecatedKeyDescriptor.DeprecatedKeyDescriptorBuilder compareKey(String compareKey)
- Returns:
this.
-
deprecatedKey
public DeprecatedKeyDescriptor.DeprecatedKeyDescriptorBuilder deprecatedKey(String deprecatedKey)
- Returns:
this.
-
newKey
public DeprecatedKeyDescriptor.DeprecatedKeyDescriptorBuilder newKey(String newKey)
- Returns:
this.
-
build
public DeprecatedKeyDescriptor build()
-
-