global class WaitlistInput {
|
global Boolean isActive;
|
global Integer maxLimit;
|
global Integer offset;
|
global List<String> participantFields;
|
global String requestId;
|
global String serviceTerritoryId;
|
global List<String> waitlistIds;
|
global WaitlistInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|