Interface Scope

    • Method Detail

      • getId

        String getId()
        Returns the unique identifier for this instance.
        Returns:
        the unique identifier for this instance
      • getName

        String getName()
        Returns the name of this scope.
        Returns:
        the name of this scope
      • setName

        void setName​(String name)
        Sets a name for this scope. The name must be unique.
        Parameters:
        name - the name of this scope
      • getDisplayName

        String getDisplayName()
        Returns the end user friendly name for this scope. If not defined, value for getName() is returned.
        Returns:
        the friendly name for this scope
      • setDisplayName

        void setDisplayName​(String name)
        Sets an end user friendly name for this scope.
        Parameters:
        name - the name of this scope
      • getIconUri

        String getIconUri()
        Returns an icon URI for this scope.
        Returns:
        a uri for an icon
      • setIconUri

        void setIconUri​(String iconUri)
        Sets an icon URI for this scope.