| Package | Description |
|---|---|
| com.gooddata.warehouse |
| Modifier and Type | Method and Description |
|---|---|
static WarehouseUserRole |
WarehouseUserRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WarehouseUserRole[] |
WarehouseUserRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static WarehouseUser |
WarehouseUser.createWithlogin(String login,
WarehouseUserRole role)
|
static WarehouseUser |
WarehouseUser.createWithProfile(Account profile,
WarehouseUserRole role)
|
static WarehouseUser |
WarehouseUser.createWithProfileUri(String profileUri,
WarehouseUserRole role)
|
Copyright © 2019. All rights reserved.