public class ExcludedUsersListResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
cursor |
protected boolean |
hasMore |
protected java.util.List<MemberProfile> |
users |
Constructor and Description |
---|
ExcludedUsersListResult(java.util.List<MemberProfile> users,
boolean hasMore)
Excluded users list result.
|
ExcludedUsersListResult(java.util.List<MemberProfile> users,
boolean hasMore,
java.lang.String cursor)
Excluded users list result.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCursor()
Pass the cursor into
DbxTeamTeamRequests.memberSpaceLimitsExcludedUsersListContinue(String)
to obtain additional excluded users. |
boolean |
getHasMore()
Is true if there are additional excluded users that have not been
returned yet.
|
java.util.List<MemberProfile> |
getUsers() |
int |
hashCode() |
java.lang.String |
toString() |
java.lang.String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final java.util.List<MemberProfile> users
protected final java.lang.String cursor
protected final boolean hasMore
public ExcludedUsersListResult(java.util.List<MemberProfile> users, boolean hasMore, java.lang.String cursor)
users
- Must not contain a null
item and not be null
.hasMore
- Is true if there are additional excluded users that have
not been returned yet. An additional call to DbxTeamTeamRequests.memberSpaceLimitsExcludedUsersListContinue(String)
can retrieve them.cursor
- Pass the cursor into DbxTeamTeamRequests.memberSpaceLimitsExcludedUsersListContinue(String)
to obtain additional excluded users.java.lang.IllegalArgumentException
- If any argument does not meet its
preconditions.public ExcludedUsersListResult(java.util.List<MemberProfile> users, boolean hasMore)
The default values for unset fields will be used.
users
- Must not contain a null
item and not be null
.hasMore
- Is true if there are additional excluded users that have
not been returned yet. An additional call to DbxTeamTeamRequests.memberSpaceLimitsExcludedUsersListContinue(String)
can retrieve them.java.lang.IllegalArgumentException
- If any argument does not meet its
preconditions.public java.util.List<MemberProfile> getUsers()
null
.public boolean getHasMore()
DbxTeamTeamRequests.memberSpaceLimitsExcludedUsersListContinue(String)
can retrieve them.public java.lang.String getCursor()
DbxTeamTeamRequests.memberSpaceLimitsExcludedUsersListContinue(String)
to obtain additional excluded users.null
if not present.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringMultiline()
The returned String may contain newlines.