Package com.hellosign.openapi.model
Class TeamGetInfoResponse
- java.lang.Object
-
- com.hellosign.openapi.model.TeamGetInfoResponse
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class TeamGetInfoResponse extends java.lang.Object
TeamGetInfoResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_TEAM
static java.lang.String
JSON_PROPERTY_WARNINGS
-
Constructor Summary
Constructors Constructor Description TeamGetInfoResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TeamGetInfoResponse
addWarningsItem(WarningResponse warningsItem)
java.util.Map<java.lang.String,java.lang.Object>
createFormData()
boolean
equals(java.lang.Object o)
Return true if this TeamGetInfoResponse object is equal to o.TeamInfoResponse
getTeam()
Get teamjava.util.List<WarningResponse>
getWarnings()
A list of warnings.int
hashCode()
void
setTeam(TeamInfoResponse team)
void
setWarnings(java.util.List<WarningResponse> warnings)
TeamGetInfoResponse
team(TeamInfoResponse team)
java.lang.String
toString()
TeamGetInfoResponse
warnings(java.util.List<WarningResponse> warnings)
-
-
-
Field Detail
-
JSON_PROPERTY_TEAM
public static final java.lang.String JSON_PROPERTY_TEAM
- See Also:
- Constant Field Values
-
JSON_PROPERTY_WARNINGS
public static final java.lang.String JSON_PROPERTY_WARNINGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
team
public TeamGetInfoResponse team(TeamInfoResponse team)
-
getTeam
@Nullable public TeamInfoResponse getTeam()
Get team- Returns:
- team
-
setTeam
public void setTeam(TeamInfoResponse team)
-
warnings
public TeamGetInfoResponse warnings(java.util.List<WarningResponse> warnings)
-
addWarningsItem
public TeamGetInfoResponse addWarningsItem(WarningResponse warningsItem)
-
getWarnings
@Nullable public java.util.List<WarningResponse> getWarnings()
A list of warnings.- Returns:
- warnings
-
setWarnings
public void setWarnings(java.util.List<WarningResponse> warnings)
-
equals
public boolean equals(java.lang.Object o)
Return true if this TeamGetInfoResponse object is equal to o.- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException
- Throws:
ApiException
-
-