Class QueryScopeInfo

    • Method Detail

      • copy

        public abstract QueryScopeInfo copy​(String userScope)
        Create a copy of this QueryScopeInfo and append the given scope.
        Parameters:
        userScope - scope to append
        Returns:
        modified copy of this QueryScopeInfo
      • getCategory

        public abstract byte getCategory()
        Returns the category for this QueryScopeInfo.
        Returns:
        category
      • concatScopes

        protected String concatScopes​(String additionalScope)