Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • A ADOxx_ALL_API_PUBLIC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ADOxxADOxx
  • ADOxx_ALL_API_PUBLIC
  • Issues
  • #1
Closed
Open
Issue created Sep 09, 2021 by Patrik Burzynski@pburzynskiOwner

ADOApplicationLibraryNew.addRecordClass(RecordClass) is private

The method private ADOApplicationLibraryNew addRecordClass(RecordClass recordClass) is specified as private, but weirdly the Attribute Profile version public ADOApplicationLibraryNew addAttrProf(AttrProf attrProf) is public, even though RecordClass and AttrProf they seem to have the same structure:

private Identifier identifier = null;
private Identifier superClassIdentifier = null;
private ArrayList<Attribute> attributeList = new ArrayList<Attribute>();

Is there a specific reason for this difference?

Assignee
Assign to
Time tracking