Uses of Enum Class
com.gooddata.sdk.model.warehouse.WarehouseUserRole
Packages that use WarehouseUserRole
-
Uses of WarehouseUserRole in com.gooddata.sdk.model.warehouse
Methods in com.gooddata.sdk.model.warehouse that return WarehouseUserRoleModifier and TypeMethodDescriptionstatic WarehouseUserRoleReturns the enum constant of this class with the specified name.static WarehouseUserRole[]WarehouseUserRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.gooddata.sdk.model.warehouse with parameters of type WarehouseUserRoleModifier and TypeMethodDescriptionstatic WarehouseUserWarehouseUser.createWithlogin(String login, WarehouseUserRole role) static WarehouseUserWarehouseUser.createWithProfile(Account profile, WarehouseUserRole role) static WarehouseUserWarehouseUser.createWithProfileUri(String profileUri, WarehouseUserRole role)