public class GroupMembersChangeResult extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
asyncJobId |
protected GroupFullInfo |
groupInfo |
Constructor and Description |
---|
GroupMembersChangeResult(GroupFullInfo groupInfo,
String asyncJobId)
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAsyncJobId()
An ID that can be used to obtain the status of granting/revoking
group-owned resources.
|
GroupFullInfo |
getGroupInfo()
The group info after member change operation has been performed.
|
int |
hashCode() |
String |
toString() |
String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final GroupFullInfo groupInfo
protected final String asyncJobId
public GroupMembersChangeResult(GroupFullInfo groupInfo, String asyncJobId)
DbxTeamTeamRequests.groupsMembersAdd(GroupSelector,java.util.List,boolean)
and DbxTeamTeamRequests.groupsMembersRemove(GroupSelector,java.util.List,boolean)
.groupInfo
- The group info after member change operation has been
performed. Must not be null
.asyncJobId
- An ID that can be used to obtain the status of
granting/revoking group-owned resources. Must have length of at least
1 and not be null
.IllegalArgumentException
- If any argument does not meet its
preconditions.public GroupFullInfo getGroupInfo()
null
.public String getAsyncJobId()
null
.public String toStringMultiline()
The returned String may contain newlines.