Interface ReferencesChangeDetail.ExternalReference

All Superinterfaces:
ReferencesChangeDetail.Reference
Enclosing interface:
ReferencesChangeDetail

public static interface ReferencesChangeDetail.ExternalReference extends ReferencesChangeDetail.Reference
Specific type on external references identified by their external resource.
Since:
4.2.400
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the category of the reference.
    @NotNull String
    Get the external reference.
  • Method Details

    • getReference

      @NotNull @NotNull String getReference()
      Get the external reference.
      Returns:
      The external reference.
      Since:
      4.2.400
    • getCategory

      String getCategory()
      Get the category of the reference.
      Returns:
      the category of the external reference.
      Since:
      4.2.420