Interface DataClassDataCategoryConnectionsPagedResponse
- All Known Implementing Classes:
DataClassDataCategoryConnectionsPagedResponseImpl
public interface DataClassDataCategoryConnectionsPagedResponse
Represents a paged response of associations between a data class and a data category.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of associations between a data class and a data category.
-
Method Details
-
getDataClassDataCategoryConnections
List<DataClassDataCategoryConnection> getDataClassDataCategoryConnections()Returns the list of associations between a data class and a data category.- Returns:
- the associations between a data class and a data category
-