Class AttachmentInfo
java.lang.Object
com.boldsign.model.AttachmentInfo
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class AttachmentInfo
extends Object
AttachmentInfo
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacceptedFileTypes(List<String> acceptedFileTypes) addAcceptedFileTypesItem(String acceptedFileTypesItem) allowedFileTypes(String allowedFileTypes) Deprecated.description(String description) booleanstatic AttachmentInfoCreate an instance of AttachmentInfo given an JSON stringGet acceptedFileTypesDeprecated.Get descriptiongetTitle()Get titleinthashCode()voidsetAcceptedFileTypes(List<String> acceptedFileTypes) voidsetAllowedFileTypes(String allowedFileTypes) Deprecated.voidsetDescription(String description) voidtoJson()Convert an instance of AttachmentInfo to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_TITLE
- See Also:
-
SERIALIZED_NAME_ALLOWED_FILE_TYPES
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_ACCEPTED_FILE_TYPES
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
AttachmentInfo
public AttachmentInfo()
-
-
Method Details
-
title
-
getTitle
-
setTitle
-
allowedFileTypes
Deprecated. -
getAllowedFileTypes
Deprecated.Get allowedFileTypes- Returns:
- allowedFileTypes
-
setAllowedFileTypes
Deprecated. -
description
-
getDescription
-
setDescription
-
acceptedFileTypes
-
addAcceptedFileTypesItem
-
getAcceptedFileTypes
-
setAcceptedFileTypes
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to AttachmentInfo
-
fromJson
Create an instance of AttachmentInfo given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AttachmentInfo
- Throws:
IOException- if the JSON string is invalid with respect to AttachmentInfo
-
toJson
-