Uses of Class
com.gooddata.sdk.model.md.Key

Packages that use Key 
Package Description
com.gooddata.sdk.model.md  
  • Uses of Key in com.gooddata.sdk.model.md

    Methods in com.gooddata.sdk.model.md that return types with arguments of type Key 
    Modifier and Type Method Description
    java.util.Collection<Key> NestedAttribute.Content.getFk()  
    java.util.Collection<Key> NestedAttribute.getForeignKeys()  
    java.util.Collection<Key> NestedAttribute.Content.getPk()  
    java.util.Collection<Key> NestedAttribute.getPrimaryKeys()  
    Constructor parameters in com.gooddata.sdk.model.md with type arguments of type Key 
    Constructor Description
    Content​(java.util.Collection<Key> pk, java.util.Collection<Key> fk, java.util.Collection<DisplayForm> displayForms, java.lang.String dimension, java.lang.String direction, com.gooddata.sdk.model.md.AttributeSort sort, java.lang.String type, java.util.Collection<java.lang.String> rel, java.util.Collection<java.lang.String> compositeAttribute, java.util.Collection<java.lang.String> compositeAttributePk, java.lang.String drillDownStepAttributeDF, java.lang.String linkedDisplayFormUri, java.util.Collection<java.lang.String> folders, java.util.Collection<java.lang.String> grain)