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