gsdsdk / com.gsd.software.sdk.netconnector.model.sort / ResponseDataList
open class ResponseDataList<T>
Created by SKoper on 22.12.2017.
Name | Summary |
---|---|
<init> | ResponseDataList() Created by SKoper on 22.12.2017. |
Name | Summary |
---|---|
count | var count: Int ? |
elements | var elements: List < T >? |
Name | Summary |
---|---|
DfObjectList | class DfObjectList : ResponseDataList < DfObject > |
DynamicViewWrapperList | class DynamicViewWrapperList : ResponseDataList < DynamicViewWrapper > Created by jmielczarek on 01/03/2021 |
SyncSchemaList | class SyncSchemaList : ResponseDataList < SyncSchema > |