Class GroupMembersList
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_access_groups.v2.model.GroupMembersList
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GroupMembersList extends com.ibm.cloud.sdk.core.service.model.GenericModelThe members of a group.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrefStructgetFirst()Gets the first.HrefStructgetLast()Gets the last.java.lang.LonggetLimit()Gets the limit.java.util.List<ListGroupMembersResponseMember>getMembers()Gets the members.HrefStructgetNext()Gets the next.java.lang.LonggetOffset()Gets the offset.HrefStructgetPrevious()Gets the previous.java.lang.LonggetTotalCount()Gets the totalCount.
-
-
-
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
-
-