Class FilingCalendarEditModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingCalendarEditModel
An edit to be made on a filing calendar.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for fieldName The name of the field to be modified.Getter for newValue The new/proposed value of the field.Getter for oldValue The current value of the field.Getter for questionId The unique ID of the filing calendar question.void
setFieldName
(String value) Setter for fieldName The name of the field to be modified.void
setNewValue
(HashMap<String, String> value) Setter for newValue The new/proposed value of the field.void
setOldValue
(HashMap<String, String> value) Setter for oldValue The current value of the field.void
setQuestionId
(Integer value) Setter for questionId The unique ID of the filing calendar question.toString()
Returns a JSON string representation of FilingCalendarEditModel
-
Constructor Details
-
FilingCalendarEditModel
public FilingCalendarEditModel()
-
-
Method Details
-
getFieldName
Getter for fieldName The name of the field to be modified. -
setFieldName
Setter for fieldName The name of the field to be modified. -
getQuestionId
Getter for questionId The unique ID of the filing calendar question. "Filing calendar question" is the wording displayed to users for a given field. -
setQuestionId
Setter for questionId The unique ID of the filing calendar question. "Filing calendar question" is the wording displayed to users for a given field. -
getOldValue
Getter for oldValue The current value of the field. -
setOldValue
Setter for oldValue The current value of the field. -
getNewValue
Getter for newValue The new/proposed value of the field. -
setNewValue
Setter for newValue The new/proposed value of the field. -
toString
Returns a JSON string representation of FilingCalendarEditModel
-