Interface SubscriptionResourceType

    • Method Detail

      • isValid

        default boolean isValid()
        Is this type is valid? It is valid if the type of the resource isn't unknown.
        Returns:
        true if the type of the resource targeted by a subscription is known, false otherwise.
      • priority

        int priority()
        Indicates a priority which can be used by UI as example.
        Returns:
        an integer which lowest value means the highest priority.
      • getName

        String getName()
        Gets the name of the subscription type.

        '@' character is not authorized because it is used internally for technical purposes.

        Returns:
        a string.