Class GetCatalogUsersSchema
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.GetCatalogUsersSchema
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetCatalogUsersSchema extends com.ibm.cloud.sdk.core.service.model.GenericModel
Get catalog users schema.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCatalogName()
Gets the catalogName.java.util.List<CatalogGroupsMetadata>
getGroups()
Gets the groups.java.lang.Long
getTotalCount()
Gets the totalCount.java.util.List<CatalogUsersMetadata>
getUsers()
Gets the users.
-
-
-
Method Detail
-
getTotalCount
public java.lang.Long getTotalCount()
Gets the totalCount. Total number of users and groups.- Returns:
- the totalCount
-
getUsers
public java.util.List<CatalogUsersMetadata> getUsers()
Gets the users. The user list.- Returns:
- the users
-
getCatalogName
public java.lang.String getCatalogName()
Gets the catalogName. The catalog name.- Returns:
- the catalogName
-
getGroups
public java.util.List<CatalogGroupsMetadata> getGroups()
Gets the groups. The group list.- Returns:
- the groups
-
-