Uses of Class
com.gooddata.sdk.model.warehouse.WarehouseUser
Packages that use WarehouseUser
-
Uses of WarehouseUser in com.gooddata.sdk.model.warehouse
Methods in com.gooddata.sdk.model.warehouse that return WarehouseUserModifier and TypeMethodDescriptionstatic WarehouseUserWarehouseUser.createWithlogin(String login, WarehouseUserRole role) static WarehouseUserWarehouseUser.createWithProfile(Account profile, WarehouseUserRole role) static WarehouseUserWarehouseUser.createWithProfileUri(String profileUri, WarehouseUserRole role) Constructor parameters in com.gooddata.sdk.model.warehouse with type arguments of type WarehouseUserModifierConstructorDescriptionWarehouseUsers(List<WarehouseUser> items, com.gooddata.sdk.common.collections.Paging paging) WarehouseUsers(List<WarehouseUser> items, com.gooddata.sdk.common.collections.Paging paging, Map<String, String> links)