afawcett / apex-toolingapi

Apex wrapper for the Salesforce Tooling API
BSD 3-Clause "New" or "Revised" License
134 stars 98 forks source link

Sweep Tooling API SObject classes - Part 2 #6

Open afawcett opened 10 years ago

afawcett commented 10 years ago
afawcett commented 10 years ago
    ApexTrigger,
    ApexTriggerMember,
    AsyncApexJob,
    ContainerAsyncRequest,
    CustomObject,
    CustomField,
    IDEPerspective,
    IDEWorkspace,
    MetadataContainer,
    MetadataContainerMember,
    Name,
    StaticResource,
    TraceFlag,
    User,
    UserPreference
afawcett commented 10 years ago

Swept the above SObject's to implement as above, next up the test coverage for them.