Class DeleteCustomFieldReply
java.lang.Object
com.boldsign.model.DeleteCustomFieldReply
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class DeleteCustomFieldReply
extends Object
DeleteCustomFieldReply
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic DeleteCustomFieldReplyCreate an instance of DeleteCustomFieldReply given an JSON stringGet messageinthashCode()voidsetMessage(String message) toJson()Convert an instance of DeleteCustomFieldReply 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_MESSAGE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
DeleteCustomFieldReply
public DeleteCustomFieldReply()
-
-
Method Details
-
message
-
getMessage
-
setMessage
-
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 DeleteCustomFieldReply
-
fromJson
Create an instance of DeleteCustomFieldReply given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DeleteCustomFieldReply
- Throws:
IOException- if the JSON string is invalid with respect to DeleteCustomFieldReply
-
toJson
Convert an instance of DeleteCustomFieldReply to an JSON string- Returns:
- JSON string
-