Class NativeLinkTypeChange


  • public class NativeLinkTypeChange
    extends Object
    A native link type change.
    Since:
    3.9.0
    • Constructor Detail

      • NativeLinkTypeChange

        public NativeLinkTypeChange​(String nativeLinkType,
                                    URI previousLinkType,
                                    URI currentLinkType)
    • Method Detail

      • getNativeLinkType

        public String getNativeLinkType()
        Gets the native link type identifier.
        Returns:
        the native link type identifier.
      • getPreviousLinkType

        public Optional<URI> getPreviousLinkType()
        Gets the previous link type, if any.
        Returns:
        an empty Optional if no previous link type exists; its contained reference otherwise.
      • getCurrentLinkType

        public Optional<URI> getCurrentLinkType()
        Gets the current link type, if any.
        Returns:
        an empty Optional if no current link type exists; its contained reference otherwise.