global class UserProfileTab {
|
global String id;
|
global Boolean isDefault;
|
global ConnectApi.UserProfileTabType tabType;
|
global String tabUrl;
|
global UserProfileTab() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|