Package Avalara.SDK.model.EInvoicing.V1
Class DirectorySearchResponseValueInner
- java.lang.Object
-
- Avalara.SDK.model.EInvoicing.V1.DirectorySearchResponseValueInner
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.7.0") public class DirectorySearchResponseValueInner extends Object
DirectorySearchResponseValueInner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDirectorySearchResponseValueInner.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_ADDRESSESstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_IDENTIFIERSstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_NETWORKstatic StringSERIALIZED_NAME_REGISTRATION_DATEstatic StringSERIALIZED_NAME_SUPPORTED_DOCUMENT_TYPES
-
Constructor Summary
Constructors Constructor Description DirectorySearchResponseValueInner()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NETWORK
public static final String SERIALIZED_NAME_NETWORK
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REGISTRATION_DATE
public static final String SERIALIZED_NAME_REGISTRATION_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IDENTIFIERS
public static final String SERIALIZED_NAME_IDENTIFIERS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ADDRESSES
public static final String SERIALIZED_NAME_ADDRESSES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SUPPORTED_DOCUMENT_TYPES
public static final String SERIALIZED_NAME_SUPPORTED_DOCUMENT_TYPES
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public DirectorySearchResponseValueInner id(String id)
-
getId
@Nullable public String getId()
Avalara unique ID of the participant in the directory.- Returns:
- id
-
setId
public void setId(String id)
-
name
public DirectorySearchResponseValueInner name(String name)
-
getName
@Nullable public String getName()
Name of the participant (typically, the name of the business entity).- Returns:
- name
-
setName
public void setName(String name)
-
network
public DirectorySearchResponseValueInner network(String network)
-
getNetwork
@Nullable public String getNetwork()
The network where the participant is present.- Returns:
- network
-
setNetwork
public void setNetwork(String network)
-
registrationDate
public DirectorySearchResponseValueInner registrationDate(LocalDate registrationDate)
-
getRegistrationDate
@Nullable public LocalDate getRegistrationDate()
Registration date of the participant if available- Returns:
- registrationDate
-
setRegistrationDate
public void setRegistrationDate(LocalDate registrationDate)
-
identifiers
public DirectorySearchResponseValueInner identifiers(List<DirectorySearchResponseValueInnerIdentifiersInner> identifiers)
-
addIdentifiersItem
public DirectorySearchResponseValueInner addIdentifiersItem(DirectorySearchResponseValueInnerIdentifiersInner identifiersItem)
-
getIdentifiers
@Nullable public List<DirectorySearchResponseValueInnerIdentifiersInner> getIdentifiers()
Get identifiers- Returns:
- identifiers
-
setIdentifiers
public void setIdentifiers(List<DirectorySearchResponseValueInnerIdentifiersInner> identifiers)
-
addresses
public DirectorySearchResponseValueInner addresses(List<DirectorySearchResponseValueInnerAddressesInner> addresses)
-
addAddressesItem
public DirectorySearchResponseValueInner addAddressesItem(DirectorySearchResponseValueInnerAddressesInner addressesItem)
-
getAddresses
@Nullable public List<DirectorySearchResponseValueInnerAddressesInner> getAddresses()
Get addresses- Returns:
- addresses
-
setAddresses
public void setAddresses(List<DirectorySearchResponseValueInnerAddressesInner> addresses)
-
supportedDocumentTypes
public DirectorySearchResponseValueInner supportedDocumentTypes(List<DirectorySearchResponseValueInnerSupportedDocumentTypesInner> supportedDocumentTypes)
-
addSupportedDocumentTypesItem
public DirectorySearchResponseValueInner addSupportedDocumentTypesItem(DirectorySearchResponseValueInnerSupportedDocumentTypesInner supportedDocumentTypesItem)
-
getSupportedDocumentTypes
@Nullable public List<DirectorySearchResponseValueInnerSupportedDocumentTypesInner> getSupportedDocumentTypes()
Get supportedDocumentTypes- Returns:
- supportedDocumentTypes
-
setSupportedDocumentTypes
public void setSupportedDocumentTypes(List<DirectorySearchResponseValueInnerSupportedDocumentTypesInner> supportedDocumentTypes)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates 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 DirectorySearchResponseValueInner
-
fromJson
public static DirectorySearchResponseValueInner fromJson(String jsonString) throws IOException
Create an instance of DirectorySearchResponseValueInner given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DirectorySearchResponseValueInner
- Throws:
IOException- if the JSON string is invalid with respect to DirectorySearchResponseValueInner
-
toJson
public String toJson()
Convert an instance of DirectorySearchResponseValueInner to an JSON string- Returns:
- JSON string
-
-