Package com.dropbox.core.v2.teamlog
Class GroupAddMemberDetails
java.lang.Object
com.dropbox.core.v2.teamlog.GroupAddMemberDetails
Added team members to group.
-
Field Details
-
isGroupOwner
protected final boolean isGroupOwner
-
-
Constructor Details
-
GroupAddMemberDetails
public GroupAddMemberDetails(boolean isGroupOwner) Added team members to group.- Parameters:
isGroupOwner- Is group owner.
-
-
Method Details
-
getIsGroupOwner
public boolean getIsGroupOwner()Is group owner.- Returns:
- value for this field.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-