Class GetEngineUsersSchema

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class GetEngineUsersSchema
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Get engine users schema.
    • Method Detail

      • getEngineId

        public java.lang.String getEngineId()
        Gets the engineId. The engine id.
        Returns:
        the engineId
      • getGroups

        public java.util.List<EngineGroupsMetadata> 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<EngineUsersMetadata> getUsers()
        Gets the users. The user list.
        Returns:
        the users