Interface HApiTypesCollection

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      The description of this type collection
      java.lang.String getFqdn()
      The fully qualified domain name of this type collection
      java.lang.String getName()
      The name of this type collection
      java.lang.String getPath()
      The Resource path of this type collection
      java.lang.String getUrl()
      The external URL of the type collection
      • Methods inherited from interface java.util.Collection

        add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
    • Method Detail

      • getName

        java.lang.String getName()
        The name of this type collection
        Returns:
      • getDescription

        java.lang.String getDescription()
        The description of this type collection
        Returns:
      • getPath

        java.lang.String getPath()
        The Resource path of this type collection
        Returns:
      • getUrl

        java.lang.String getUrl()
        The external URL of the type collection
        Returns:
      • getFqdn

        java.lang.String getFqdn()
        The fully qualified domain name of this type collection
        Returns: