Class GroupMembersList

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

    public class GroupMembersList
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The members of a group.
    • Method Detail

      • getLimit

        public java.lang.Long getLimit()
        Gets the limit. Limit on how many items can be returned.
        Returns:
        the limit
      • getOffset

        public java.lang.Long getOffset()
        Gets the offset. The offset of the first item returned in the result set.
        Returns:
        the offset
      • getTotalCount

        public java.lang.Long getTotalCount()
        Gets the totalCount. The total number of items that match the query.
        Returns:
        the totalCount
      • getFirst

        public HrefStruct getFirst()
        Gets the first. A link object.
        Returns:
        the first
      • getPrevious

        public HrefStruct getPrevious()
        Gets the previous. A link object.
        Returns:
        the previous
      • getNext

        public HrefStruct getNext()
        Gets the next. A link object.
        Returns:
        the next
      • getLast

        public HrefStruct getLast()
        Gets the last. A link object.
        Returns:
        the last
      • getMembers

        public java.util.List<ListGroupMembersResponseMember> getMembers()
        Gets the members. The members of an access group.
        Returns:
        the members