Package com.gooddata.sdk.model.md
Class Fact
- java.lang.Object
-
- com.gooddata.sdk.model.md.AbstractObj
-
- com.gooddata.sdk.model.md.Fact
-
public class Fact extends AbstractObj implements Queryable, Updatable
Fact of GoodData project dataset- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.gooddata.sdk.model.md.AbstractObj
meta
-
Fields inherited from interface com.gooddata.sdk.model.md.Obj
CREATE_URI, CREATE_WITH_ID_URI, OBJ_URI, URI
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<Expression>getExpressions()java.util.Collection<java.lang.String>getFolders()URIs of folders containing this objectjava.lang.StringtoString()-
Methods inherited from class com.gooddata.sdk.model.md.AbstractObj
getAuthor, getCategory, getContributor, getCreated, getFlags, getId, getIdentifier, getSummary, getTags, getTitle, getUpdated, getUri, isDeprecated, isLocked, isProduction, isSharedWithSomeone, isUnlisted, setCategory, setDeprecated, setFlags, setIdentifier, setLocked, setProduction, setSharedWithSomeone, setSummary, setTags, setTitle, setUnlisted, uris
-
-
-
-
Method Detail
-
getExpressions
public java.util.Collection<Expression> getExpressions()
-
getFolders
public java.util.Collection<java.lang.String> getFolders()
URIs of folders containing this object- Returns:
- collection of URIs or null
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractObj
-
-