-
- All Known Subinterfaces:
EncryptPrefixAccessor.EncryptPrefixProperty
public interface EncryptPrefixAccessor
Provides an accessor for a Encrypt-Prefix property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description 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.static interface
EncryptPrefixAccessor.EncryptPrefixMutator
Provides a mutator for a Encrypt-Prefix property.static interface
EncryptPrefixAccessor.EncryptPrefixProperty
Provides a Encrypt-Prefix property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEncryptPrefix()
Retrieves the Encrypt-Prefix from the Encrypt-Prefix property.
-
-
-
Method Detail
-
getEncryptPrefix
String getEncryptPrefix()
Retrieves the Encrypt-Prefix from the Encrypt-Prefix property.- Returns:
- The Encrypt-Prefix stored by the Encrypt-Prefix property.
-
-