Class CompanyUserDefinedFieldModel
java.lang.Object
net.avalara.avatax.rest.client.models.CompanyUserDefinedFieldModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyId The id of the company to which the datasource belongs to.Getter for createdDate The date when this record was created.Getter for createdUserId The User ID of the user who created this record.Getter for dataType The unique ID number of this connection.Getter for friendlyName The unique ID number of this connection.getId()Getter for id The id of the datasource.Getter for modifiedDate The date/time when this record was last modified.Getter for modifiedUserId The user ID of the user who last modified this record.getName()Getter for name The extractor/connector id.Getter for userDefinedFieldType The category of user defined type For Example: Document level or Line level UDF.voidsetCompanyId(Integer value) Setter for companyId The id of the company to which the datasource belongs to.voidsetCreatedDate(Date value) Setter for createdDate The date when this record was created.voidsetCreatedUserId(Integer value) Setter for createdUserId The User ID of the user who created this record.voidSetter for dataType The unique ID number of this connection.voidsetFriendlyName(String value) Setter for friendlyName The unique ID number of this connection.voidSetter for id The id of the datasource.voidsetModifiedDate(Date value) Setter for modifiedDate The date/time when this record was last modified.voidsetModifiedUserId(Integer value) Setter for modifiedUserId The user ID of the user who last modified this record.voidSetter for name The extractor/connector id.voidSetter for userDefinedFieldType The category of user defined type For Example: Document level or Line level UDF.toString()Returns a JSON string representation of CompanyUserDefinedFieldModel
-
Constructor Details
-
CompanyUserDefinedFieldModel
public CompanyUserDefinedFieldModel()
-
-
Method Details
-
getId
Getter for id The id of the datasource. -
setId
Setter for id The id of the datasource. -
getCompanyId
Getter for companyId The id of the company to which the datasource belongs to. -
setCompanyId
Setter for companyId The id of the company to which the datasource belongs to. -
getName
Getter for name The extractor/connector id. -
setName
Setter for name The extractor/connector id. -
getFriendlyName
Getter for friendlyName The unique ID number of this connection. -
setFriendlyName
Setter for friendlyName The unique ID number of this connection. -
getDataType
Getter for dataType The unique ID number of this connection. -
setDataType
Setter for dataType The unique ID number of this connection. -
getUserDefinedFieldType
Getter for userDefinedFieldType The category of user defined type For Example: Document level or Line level UDF. -
setUserDefinedFieldType
Setter for userDefinedFieldType The category of user defined type For Example: Document level or Line level UDF. -
getCreatedUserId
Getter for createdUserId The User ID of the user who created this record. -
setCreatedUserId
Setter for createdUserId The User ID of the user who created this record. -
getCreatedDate
Getter for createdDate The date when this record was created. -
setCreatedDate
Setter for createdDate The date when this record was created. -
getModifiedUserId
Getter for modifiedUserId The user ID of the user who last modified this record. -
setModifiedUserId
Setter for modifiedUserId The user ID of the user who last modified this record. -
getModifiedDate
Getter for modifiedDate The date/time when this record was last modified. -
setModifiedDate
Setter for modifiedDate The date/time when this record was last modified. -
toString
Returns a JSON string representation of CompanyUserDefinedFieldModel
-