global class DirectMessageCapabilityInput {
|
global List<String> membersToAdd;
|
global List<String> membersToRemove;
|
global String subject;
|
global DirectMessageCapabilityInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|