Class ResourceFileTypeModel
java.lang.Object
net.avalara.avatax.rest.client.models.ResourceFileTypeModel
Resource File Type Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Getter for name The name of the file typeGetter for resourceFileTypeId The resource file type idvoidSetter for name The name of the file typevoidsetResourceFileTypeId(Integer value) Setter for resourceFileTypeId The resource file type idtoString()Returns a JSON string representation of ResourceFileTypeModel
-
Constructor Details
-
ResourceFileTypeModel
public ResourceFileTypeModel()
-
-
Method Details
-
getResourceFileTypeId
Getter for resourceFileTypeId The resource file type id -
setResourceFileTypeId
Setter for resourceFileTypeId The resource file type id -
getName
Getter for name The name of the file type -
setName
Setter for name The name of the file type -
toString
Returns a JSON string representation of ResourceFileTypeModel
-