Newer Version Available
ManagedContentChannels Class
Namespace
ManagedContentChannels Methods
deleteManagedContentChannel(channelId)
API Version
62.0
Requires Chatter
No
Signature
public static Void deleteManagedContentChannel(String channelId)
Parameters
- channelId
- Type: String
- ID of the managed content channel to delete.
Return Value
Type: Void
getManagedContentChannel(channelId)
API Version
62.0
Requires Chatter
No
Signature
public static ConnectApi.ManagedContentChannel getManagedContentChannel(String channelId)
Parameters
- channelId
- Type: String
- ID of the managed content channel.
Return Value
getManagedContentChannels(pageParam, pageSize, showDetails)
API Version
62.0
Requires Chatter
No
Signature
public static ConnectApi.ManagedContentChannelsRepresentation getManagedContentChannels(Integer pageParam, Integer pageSize, Boolean showDetails)
Parameters
- pageParam
- Type: Integer
- Number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned.
- pageSize
- Type: Integer
- Specifies the number of items per page. Valid values are from 1 through 250. If you pass in null, the default size is 25.
- showDetails
- Type: Boolean
- Specifies whether to show the channels’ detailed information (true) or summary information only (false). If you pass in null, the default is false.
Return Value
patchManagedContentChannel(channelId, ManagedContentChannelInput)
API Version
62.0
Requires Chatter
No
Signature
public static ConnectApi.ManagedContentChannel patchManagedContentChannel(String channelId, ConnectApi.ManagedContentChannelUpdateRepresentation ManagedContentChannelInput)
Parameters
- channelId
- Type: String
- ID of the managed content channel to update.
- ManagedContentChannelInput
- Type: ConnectApi.ManagedContentChannelUpdateRepresentation
- ConnectApi.ManagedContentChannelUpdateRepresentation input class with the updates.
Return Value
postManagedContentChannel(ManagedContentCreateInputParam)
API Version
62.0
Requires Chatter
No
Signature
public static ConnectApi.ManagedContentChannel postManagedContentChannel(ConnectApi.ManagedContentChannelCreateRepresentation ManagedContentCreateInputParam)
Parameters
- ManagedContentCreateInputParam
- Type: ConnectApi.ManagedContentChannelCreateRepresentation
- ConnectApi.ManagedContentChannelCreateRepresentation input class describing the managed content channel.