GradeSlotsService

Print
Apex classe Details
Name GradeSlotsService
Label FSL.GradeSlotsService
Namespace Prefix FSL
Status Active
Api Version 61
Apex Code
/*
This file is generated and isn't the actual source code for this
managed global class.
This read-only file shows the class's global constructors,
methods, variables, and properties.
To enable code to compile, all methods return null.
*/
global class GradeSlotsService {
    global Boolean ForceSharing {
        get;
        set;
    }
    global GradeSlotsService(Id policy, Id serviceID) {

    }
    global FSL.AdvancedGapMatrix GetGradedMatrix(Boolean i_ResultsInUserTimeZone) {
        return null;
    }
    global FSL.AdvancedGapMatrix GetGradedMatrix(Boolean i_ResultsInUserTimeZone, String isGantt) {
        return null;
    }
}