public class TeamPatch extends Object
| Constructor and Description |
|---|
TeamPatch() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCompanyName() |
String |
getDescription() |
String |
getDisplayName() |
String |
getInviteId() |
int |
hashCode() |
boolean |
isAllowOpenInvite() |
void |
setAllowOpenInvite(boolean allowOpenInvite) |
void |
setCompanyName(String companyName) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setInviteId(String inviteId) |
String |
toString() |
public String getDisplayName()
public String getDescription()
public String getCompanyName()
public String getInviteId()
public boolean isAllowOpenInvite()
public void setDisplayName(String displayName)
public void setDescription(String description)
public void setCompanyName(String companyName)
public void setInviteId(String inviteId)
public void setAllowOpenInvite(boolean allowOpenInvite)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.