Class AuditTrail
java.lang.Object
com.boldsign.model.AuditTrail
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class AuditTrail
extends Object
AuditTrail
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets actionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaction(AuditTrail.ActionEnum action) documentChangeLog(ModificationDetails documentChangeLog) booleanfieldChangeLog(ModificationDetails fieldChangeLog) static AuditTrailCreate an instance of AuditTrail given an JSON stringGet actionGet documentChangeLoggetEmail()Get emailGet fieldChangeLoggetId()Get idGet ipaddressgetName()Get nameGet recipientChangeLogGet timestampGet toEmailGet toNameinthashCode()recipientChangeLog(RecipientChangeLog recipientChangeLog) voidsetAction(AuditTrail.ActionEnum action) voidsetDocumentChangeLog(ModificationDetails documentChangeLog) voidvoidsetFieldChangeLog(ModificationDetails fieldChangeLog) voidvoidsetIpaddress(String ipaddress) voidvoidsetRecipientChangeLog(RecipientChangeLog recipientChangeLog) voidsetTimestamp(Long timestamp) voidsetToEmail(String toEmail) voidtoJson()Convert an instance of AuditTrail 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_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_EMAIL
- See Also:
-
SERIALIZED_NAME_TO_NAME
- See Also:
-
SERIALIZED_NAME_TO_EMAIL
- See Also:
-
SERIALIZED_NAME_IPADDRESS
- See Also:
-
SERIALIZED_NAME_ACTION
- See Also:
-
SERIALIZED_NAME_TIMESTAMP
- See Also:
-
SERIALIZED_NAME_RECIPIENT_CHANGE_LOG
- See Also:
-
SERIALIZED_NAME_DOCUMENT_CHANGE_LOG
- See Also:
-
SERIALIZED_NAME_FIELD_CHANGE_LOG
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
AuditTrail
public AuditTrail()
-
-
Method Details
-
id
-
getId
-
setId
-
name
-
getName
-
setName
-
email
-
getEmail
-
setEmail
-
toName
-
getToName
-
setToName
-
toEmail
-
getToEmail
-
setToEmail
-
ipaddress
-
getIpaddress
-
setIpaddress
-
action
-
getAction
-
setAction
-
timestamp
-
getTimestamp
-
setTimestamp
-
recipientChangeLog
-
getRecipientChangeLog
Get recipientChangeLog- Returns:
- recipientChangeLog
-
setRecipientChangeLog
-
documentChangeLog
-
getDocumentChangeLog
Get documentChangeLog- Returns:
- documentChangeLog
-
setDocumentChangeLog
-
fieldChangeLog
-
getFieldChangeLog
-
setFieldChangeLog
-
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 AuditTrail
-
fromJson
Create an instance of AuditTrail given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AuditTrail
- Throws:
IOException- if the JSON string is invalid with respect to AuditTrail
-
toJson
-