public class GroupCreateArg extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
groupExternalId |
protected String |
groupName |
| Constructor and Description |
|---|
GroupCreateArg(String groupName)
The default values for unset fields will be used.
|
GroupCreateArg(String groupName,
String groupExternalId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getGroupExternalId()
The creator of a team can associate an arbitrary external ID to the
group.
|
String |
getGroupName()
Group name.
|
int |
hashCode() |
String |
toString() |
String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final String groupName
protected final String groupExternalId
public GroupCreateArg(String groupName, String groupExternalId)
groupName - Group name. Must not be null.groupExternalId - The creator of a team can associate an arbitrary
external ID to the group.IllegalArgumentException - If any argument does not meet its
preconditions.public GroupCreateArg(String groupName)
groupName - Group name. Must not be null.IllegalArgumentException - If any argument does not meet its
preconditions.public String getGroupName()
null.public String getGroupExternalId()
null if not present.public String toStringMultiline()
The returned String may contain newlines.