Interface StringRepresentableKey

All Known Implementing Classes:
DistributionChannel, SapClient, StringBasedErpType

@Deprecated public interface StringRepresentableKey
Deprecated.
This module will be discontinued, along with its classes and methods.
Represents a key that can be represented as a String.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the String representation of this key.
  • Method Details

    • getKeyAsString

      @Nonnull String getKeyAsString()
      Deprecated.
      Returns the String representation of this key.
      Returns:
      This key as a String.