Uses of Class
com.gooddata.sdk.model.project.ProjectDriver
-
Packages that use ProjectDriver Package Description com.gooddata.sdk.model.project -
-
Uses of ProjectDriver in com.gooddata.sdk.model.project
Methods in com.gooddata.sdk.model.project that return ProjectDriver Modifier and Type Method Description static ProjectDriverProjectDriver. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProjectDriver[]ProjectDriver. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gooddata.sdk.model.project with parameters of type ProjectDriver Modifier and Type Method Description voidProject. setDriver(ProjectDriver driver)
-