Class GetMetastoreUsersSchema
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.GetMetastoreUsersSchema
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class GetMetastoreUsersSchema extends com.ibm.cloud.sdk.core.service.model.GenericModelGet metastore users schema.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<GroupsMetadata>getGroups()Gets the groups.java.lang.StringgetMetastoreName()Gets the metastoreName.java.lang.LonggetTotalCount()Gets the totalCount.java.util.List<UsersMetadata>getUsers()Gets the users.
 
- 
- 
- 
Method Detail- 
getGroupspublic java.util.List<GroupsMetadata> getGroups() Gets the groups. The group list.- Returns:
- the groups
 
 - 
getMetastoreNamepublic java.lang.String getMetastoreName() Gets the metastoreName. The metastore name.- Returns:
- the metastoreName
 
 - 
getTotalCountpublic java.lang.Long getTotalCount() Gets the totalCount. Total number of users and groups.- Returns:
- the totalCount
 
 - 
getUserspublic java.util.List<UsersMetadata> getUsers() Gets the users. The user list.- Returns:
- the users
 
 
- 
 
-