Package org.refcodes.mixin
Interface EncryptPrefixAccessor.EncryptPrefixBuilder<B extends EncryptPrefixAccessor.EncryptPrefixBuilder<B>>
-
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- EncryptPrefixAccessor
public static interface EncryptPrefixAccessor.EncryptPrefixBuilder<B extends EncryptPrefixAccessor.EncryptPrefixBuilder<B>>Provides a builder method for a Encrypt-Prefix property returning the builder for applying multiple build operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithEncryptPrefix(java.lang.String aEncryptPrefix)Sets the Encrypt-Prefix for the Encrypt-Prefix property.
-
-
-
Method Detail
-
withEncryptPrefix
B withEncryptPrefix(java.lang.String aEncryptPrefix)
Sets the Encrypt-Prefix for the Encrypt-Prefix property.- Parameters:
aEncryptPrefix- The Encrypt-Prefix to be stored by the Encrypt-Prefix property.- Returns:
- The builder for applying multiple build operations.
-
-