Uses of Class
org.odpi.openmetadata.adminservices.properties.DedicatedTopicList
-
Packages that use DedicatedTopicList Package Description org.odpi.openmetadata.adminservices.properties Properties are the Java Beans that appear exclusively on the APIorg.odpi.openmetadata.adminservices.rest These are the beans that wrap request bodies and responses on the REST API. -
-
Uses of DedicatedTopicList in org.odpi.openmetadata.adminservices.properties
Constructors in org.odpi.openmetadata.adminservices.properties with parameters of type DedicatedTopicList Constructor Description DedicatedTopicList(DedicatedTopicList template)Copy/clone constructor -
Uses of DedicatedTopicList in org.odpi.openmetadata.adminservices.rest
Methods in org.odpi.openmetadata.adminservices.rest that return DedicatedTopicList Modifier and Type Method Description DedicatedTopicListDedicatedTopicListResponse. getDedicatedTopicList()Return the list of topics for the dedicated topic structure.Methods in org.odpi.openmetadata.adminservices.rest with parameters of type DedicatedTopicList Modifier and Type Method Description voidDedicatedTopicListResponse. setDedicatedTopicList(DedicatedTopicList dedicatedTopicList)Set up the list of topics for the dedicated topic structure.
-