com.tibco.bpm.web.client.model.types.org
Class ListChannelTypesResponse

java.lang.Object
  extended by com.tibco.bpm.web.client.model.types.org.ListChannelTypesResponse

public class ListChannelTypesResponse
extends java.lang.Object

ListChannelTypeResponse returned by listChannelTypes ChannelBusRESTService API

©2014 Cloud Software Group, Inc.

Since:
3.0

Constructor Summary
ListChannelTypesResponse()
           
 
Method Summary
 java.util.List<ChannelTypeDetail> getChannelTypeDetails()
           
 void setChannelTypeDetails(java.util.List<ChannelTypeDetail> channelTypeDetails)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListChannelTypesResponse

public ListChannelTypesResponse()
Method Detail

getChannelTypeDetails

public java.util.List<ChannelTypeDetail> getChannelTypeDetails()

setChannelTypeDetails

public void setChannelTypeDetails(java.util.List<ChannelTypeDetail> channelTypeDetails)


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.