Class 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 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