Package com.hellosign.openapi.model
Class TemplateListResponse
- java.lang.Object
-
- com.hellosign.openapi.model.TemplateListResponse
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class TemplateListResponse extends java.lang.ObjectTemplateListResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_LIST_INFOstatic java.lang.StringJSON_PROPERTY_TEMPLATESstatic java.lang.StringJSON_PROPERTY_WARNINGS
-
Constructor Summary
Constructors Constructor Description TemplateListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TemplateListResponseaddTemplatesItem(TemplateResponse templatesItem)TemplateListResponseaddWarningsItem(WarningResponse warningsItem)java.util.Map<java.lang.String,java.lang.Object>createFormData()booleanequals(java.lang.Object o)Return true if this TemplateListResponse object is equal to o.ListInfoResponsegetListInfo()Get listInfojava.util.List<TemplateResponse>getTemplates()List of templates that the API caller has access to.java.util.List<WarningResponse>getWarnings()A list of warnings.inthashCode()TemplateListResponselistInfo(ListInfoResponse listInfo)voidsetListInfo(ListInfoResponse listInfo)voidsetTemplates(java.util.List<TemplateResponse> templates)voidsetWarnings(java.util.List<WarningResponse> warnings)TemplateListResponsetemplates(java.util.List<TemplateResponse> templates)java.lang.StringtoString()TemplateListResponsewarnings(java.util.List<WarningResponse> warnings)
-
-
-
Field Detail
-
JSON_PROPERTY_TEMPLATES
public static final java.lang.String JSON_PROPERTY_TEMPLATES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LIST_INFO
public static final java.lang.String JSON_PROPERTY_LIST_INFO
- See Also:
- Constant Field Values
-
JSON_PROPERTY_WARNINGS
public static final java.lang.String JSON_PROPERTY_WARNINGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
templates
public TemplateListResponse templates(java.util.List<TemplateResponse> templates)
-
addTemplatesItem
public TemplateListResponse addTemplatesItem(TemplateResponse templatesItem)
-
getTemplates
@Nullable public java.util.List<TemplateResponse> getTemplates()
List of templates that the API caller has access to.- Returns:
- templates
-
setTemplates
public void setTemplates(java.util.List<TemplateResponse> templates)
-
listInfo
public TemplateListResponse listInfo(ListInfoResponse listInfo)
-
getListInfo
@Nullable public ListInfoResponse getListInfo()
Get listInfo- Returns:
- listInfo
-
setListInfo
public void setListInfo(ListInfoResponse listInfo)
-
warnings
public TemplateListResponse warnings(java.util.List<WarningResponse> warnings)
-
addWarningsItem
public TemplateListResponse 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 TemplateListResponse 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
-
-