global class AbstractContentHubItemType {
|
global ConnectApi.ContentHubStreamSupport contentStreamSupport;
|
global String description;
|
global String displayName;
|
global String id;
|
global Boolean isVersionable;
|
global String url;
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|