Package com.hellosign.openapi.model
Class TeamInfoResponse
- java.lang.Object
-
- com.hellosign.openapi.model.TeamInfoResponse
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class TeamInfoResponse extends java.lang.ObjectTeamInfoResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_NAMEstatic java.lang.StringJSON_PROPERTY_NUM_MEMBERSstatic java.lang.StringJSON_PROPERTY_NUM_SUB_TEAMSstatic java.lang.StringJSON_PROPERTY_TEAM_IDstatic java.lang.StringJSON_PROPERTY_TEAM_PARENT
-
Constructor Summary
Constructors Constructor Description TeamInfoResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>createFormData()booleanequals(java.lang.Object o)Return true if this TeamInfoResponse object is equal to o.java.lang.StringgetName()The name of a teamjava.lang.IntegergetNumMembers()Number of members within a teamjava.lang.IntegergetNumSubTeams()Number of sub teams within a teamjava.lang.StringgetTeamId()The id of a teamTeamParentResponsegetTeamParent()Get teamParentinthashCode()TeamInfoResponsename(java.lang.String name)TeamInfoResponsenumMembers(java.lang.Integer numMembers)TeamInfoResponsenumSubTeams(java.lang.Integer numSubTeams)voidsetName(java.lang.String name)voidsetNumMembers(java.lang.Integer numMembers)voidsetNumSubTeams(java.lang.Integer numSubTeams)voidsetTeamId(java.lang.String teamId)voidsetTeamParent(TeamParentResponse teamParent)TeamInfoResponseteamId(java.lang.String teamId)TeamInfoResponseteamParent(TeamParentResponse teamParent)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_TEAM_ID
public static final java.lang.String JSON_PROPERTY_TEAM_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TEAM_PARENT
public static final java.lang.String JSON_PROPERTY_TEAM_PARENT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final java.lang.String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NUM_MEMBERS
public static final java.lang.String JSON_PROPERTY_NUM_MEMBERS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NUM_SUB_TEAMS
public static final java.lang.String JSON_PROPERTY_NUM_SUB_TEAMS
- See Also:
- Constant Field Values
-
-
Method Detail
-
teamId
public TeamInfoResponse teamId(java.lang.String teamId)
-
getTeamId
@Nullable public java.lang.String getTeamId()
The id of a team- Returns:
- teamId
-
setTeamId
public void setTeamId(java.lang.String teamId)
-
teamParent
public TeamInfoResponse teamParent(TeamParentResponse teamParent)
-
getTeamParent
@Nullable public TeamParentResponse getTeamParent()
Get teamParent- Returns:
- teamParent
-
setTeamParent
public void setTeamParent(TeamParentResponse teamParent)
-
name
public TeamInfoResponse name(java.lang.String name)
-
getName
@Nullable public java.lang.String getName()
The name of a team- Returns:
- name
-
setName
public void setName(java.lang.String name)
-
numMembers
public TeamInfoResponse numMembers(java.lang.Integer numMembers)
-
getNumMembers
@Nullable public java.lang.Integer getNumMembers()
Number of members within a team- Returns:
- numMembers
-
setNumMembers
public void setNumMembers(java.lang.Integer numMembers)
-
numSubTeams
public TeamInfoResponse numSubTeams(java.lang.Integer numSubTeams)
-
getNumSubTeams
@Nullable public java.lang.Integer getNumSubTeams()
Number of sub teams within a team- Returns:
- numSubTeams
-
setNumSubTeams
public void setNumSubTeams(java.lang.Integer numSubTeams)
-
equals
public boolean equals(java.lang.Object o)
Return true if this TeamInfoResponse object is equal to o.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException- Throws:
ApiException
-
-