Class CycleSafeFilingCalendarEditModel
java.lang.Object
net.avalara.avatax.rest.client.models.CycleSafeFilingCalendarEditModel
Filing Calendar Edit
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for destination Destination is used to identify filing questions' type Other or Settings.Getter for fieldName Field To EditGetter for newValue New ValueGetter for oldValue Old ValueGetter for questionCode The filing question code.Getter for questionId Questionvoid
setDestination
(String value) Setter for destination Destination is used to identify filing questions' type Other or Settings.void
setFieldName
(String value) Setter for fieldName Field To Editvoid
setNewValue
(HashMap<String, String> value) Setter for newValue New Valuevoid
setOldValue
(HashMap<String, String> value) Setter for oldValue Old Valuevoid
setQuestionCode
(String value) Setter for questionCode The filing question code.void
setQuestionId
(Long value) Setter for questionId QuestiontoString()
Returns a JSON string representation of CycleSafeFilingCalendarEditModel
-
Constructor Details
-
CycleSafeFilingCalendarEditModel
public CycleSafeFilingCalendarEditModel()
-
-
Method Details
-
getFieldName
Getter for fieldName Field To Edit -
setFieldName
Setter for fieldName Field To Edit -
getDestination
Getter for destination Destination is used to identify filing questions' type Other or Settings. -
setDestination
Setter for destination Destination is used to identify filing questions' type Other or Settings. -
getQuestionId
Getter for questionId Question -
setQuestionId
Setter for questionId Question -
getQuestionCode
Getter for questionCode The filing question code. -
setQuestionCode
Setter for questionCode The filing question code. -
getOldValue
Getter for oldValue Old Value -
setOldValue
Setter for oldValue Old Value -
getNewValue
Getter for newValue New Value -
setNewValue
Setter for newValue New Value -
toString
Returns a JSON string representation of CycleSafeFilingCalendarEditModel
-