Uses of Class
com.confidentify.client.model.DatasetSchemaProperty
-
Packages that use DatasetSchemaProperty Package Description com.confidentify.client.model -
-
Uses of DatasetSchemaProperty in com.confidentify.client.model
Methods in com.confidentify.client.model that return DatasetSchemaProperty Modifier and Type Method Description DatasetSchemaPropertyDatasetSchemaProperty. items(DatasetSchemaPropertyItems items)DatasetSchemaPropertyDatasetSchemaProperty. type(DatasetSchemaPropertyType type)Methods in com.confidentify.client.model that return types with arguments of type DatasetSchemaProperty Modifier and Type Method Description Map<String,DatasetSchemaProperty>DatasetSchema. getProperties()Get propertiesMethods in com.confidentify.client.model with parameters of type DatasetSchemaProperty Modifier and Type Method Description DatasetSchemaDatasetSchema. putPropertiesItem(String key, DatasetSchemaProperty propertiesItem)Method parameters in com.confidentify.client.model with type arguments of type DatasetSchemaProperty Modifier and Type Method Description DatasetSchemaDatasetSchema. properties(Map<String,DatasetSchemaProperty> properties)voidDatasetSchema. setProperties(Map<String,DatasetSchemaProperty> properties)
-