Uses of Class
com.gooddata.sdk.model.hierarchicalconfig.SourceType
-
Packages that use SourceType Package Description com.gooddata.sdk.model.hierarchicalconfig -
-
Uses of SourceType in com.gooddata.sdk.model.hierarchicalconfig
Methods in com.gooddata.sdk.model.hierarchicalconfig that return SourceType Modifier and Type Method Description static SourceTypeSourceType. get(java.lang.String source)Get source type by string.SourceTypeConfigItem. getSourceType()Conversion method from source to SourceType enum.static SourceTypeSourceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SourceType[]SourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-