global class EventsDetailInputRepresentation {
|
global String event;
|
global ConnectApi.EventPeriodUnit eventPeriodUnit;
|
global EventsDetailInputRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|