global class ManagedContent { global Object clone() { } global static ConnectApi.ManagedContentVersionOutput createManagedContentVersion(String contentSpaceId, ConnectApi.ManagedContentVersionInput contentVersion, ConnectApi.BinaryInput contentData) { } global static ConnectApi.ManagedContentVersionOutput createManagedContentVersion(String contentSpaceId, ConnectApi.ManagedContentVersionInput contentVersion) { } global static void deleteManagedContent(String contentSpaceId, String managedContentId) { } global static void deleteManagedContentSpace(String contentSpaceId) { } global static ConnectApi.ManagedContentVersionCollection getAllContent(String channelId, Integer pageParam, Integer pageSize, String language, String managedContentType, Boolean includeMetadata, String startDate, String endDate, Boolean showAbsoluteUrl) { } global static ConnectApi.ManagedContentVersionCollection getAllContent(String channelId, Integer pageParam, Integer pageSize, String language, String managedContentType, Boolean includeMetadata, String startDate, String endDate) { } global static ConnectApi.ManagedContentChannelCollection getAllDeliveryChannels(Integer pageParam, Integer pageSize) { } global static ConnectApi.ManagedContentVersionCollection getAllManagedContent(String communityId, Integer pageParam, Integer pageSize, String language, String managedContentType, Boolean showAbsoluteUrl) { } global static ConnectApi.ManagedContentVersionCollection getAllManagedContent(String communityId, Integer pageParam, Integer pageSize, String language, String managedContentType) { } global static ConnectApi.ManagedContentVersionCollection getContentByContentKeys(String channelId, List contentKeys, Integer pageParam, Integer pageSize, String language, String managedContentType, Boolean includeMetadata, String startDate, String endDate, Boolean showAbsoluteUrl) { } global static ConnectApi.ManagedContentVersionCollection getContentByIds(String channelId, List managedContentIds, Integer pageParam, Integer pageSize, String language, String managedContentType, Boolean includeMetadata, String startDate, String endDate, Boolean showAbsoluteUrl) { } global static ConnectApi.ManagedContentVersionCollection getContentByIds(String channelId, List managedContentIds, Integer pageParam, Integer pageSize, String language, String managedContentType, Boolean includeMetadata, String startDate, String endDate) { } global static ConnectApi.ManagedContentVersionCollection getManagedContentByContentKeys(String communityId, List contentKeys, Integer pageParam, Integer pageSize, String language, String managedContentType, Boolean showAbsoluteUrl) { } global static ConnectApi.ManagedContentVersionCollection getManagedContentByIds(String communityId, List managedContentIds, Integer pageParam, Integer pageSize, String language, String managedContentType, Boolean showAbsoluteUrl) { } global static ConnectApi.ManagedContentVersionCollection getManagedContentByIds(String communityId, List managedContentIds, Integer pageParam, Integer pageSize, String language, String managedContentType) { } global static ConnectApi.ManagedContentVersionCollection getManagedContentByTopics(String communityId, List topics, Integer pageParam, Integer pageSize, String language, String managedContentType, Boolean showAbsoluteUrl) { } global static ConnectApi.ManagedContentVersionCollection getManagedContentByTopics(String communityId, List topics, Integer pageParam, Integer pageSize, String language, String managedContentType) { } global static ConnectApi.ManagedContentVersionCollection getManagedContentByTopicsAndContentKeys(String communityId, List contentKeys, List topics, Integer pageParam, Integer pageSize, String language, String managedContentType, Boolean showAbsoluteUrl) { } global static ConnectApi.ManagedContentVersionCollection getManagedContentByTopicsAndIds(String communityId, List managedContentIds, List topics, Integer pageParam, Integer pageSize, String language, String managedContentType, Boolean showAbsoluteUrl) { } global static ConnectApi.ManagedContentVersionCollection getManagedContentByTopicsAndIds(String communityId, List managedContentIds, List topics, Integer pageParam, Integer pageSize, String language, String managedContentType) { } global static ConnectApi.ManagedContentSpace getManagedContentSpace(String contentSpaceId) { } global static ConnectApi.ManagedContentOutput updateManagedContent(String contentSpaceId, String managedContentId, ConnectApi.ManagedContentInput contentVersion) { } }