Class V1DataSourcePartitionCollectionConnection

java.lang.Object
com.clinia.model.datacatalog.V1DataSourcePartitionCollectionConnection

public class V1DataSourcePartitionCollectionConnection extends Object
V1DataSourcePartitionCollectionConnection
  • Constructor Details

    • V1DataSourcePartitionCollectionConnection

      public V1DataSourcePartitionCollectionConnection()
  • Method Details

    • setKey

    • getKey

      @Nonnull public String getKey()
      The key of the data source collection (analogous to its profile key).
    • setTraversedProperties

      public V1DataSourcePartitionCollectionConnection setTraversedProperties(List<String> traversedProperties)
    • addTraversedProperties

      public V1DataSourcePartitionCollectionConnection addTraversedProperties(String traversedPropertiesItem)
    • getTraversedProperties

      @Nullable public List<String> getTraversedProperties()
      The properties from the relationships or adjacent records that can be queried in the data partition with one of the following formats: - `@{includeKey}.{propertyKey}` (e.g. `@worksAt.startDate`). This allows to query on the property 'startDate' of the relationship 'worksAt'. - `@{includeKey}.@{resourcetype}.{propertyKey}` (e.g. `@worksAt.@clinic.name`). This allows to query on the property 'name' of the resource 'clinic' that is related to the record with the relationship 'worksAt'. - `@{includeKey}.@{resourcetype}.{containedKey}.{propertyKey}` (e.g. `@worksAt.@clinic.location.address`). This allows to query on the property 'address' of the contained resource 'location' of the resource 'clinic' that is related to the record with the relationship 'worksAt' Traversed Properties support only primitive and general-purpose complex Clinia Datatypes, nested properties of a custom datatype can be queried using the dot notation.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object