Package com.dnsimple.data
Class Contact
java.lang.Object
com.dnsimple.data.Contact
-
Constructor Summary
ConstructorsConstructorDescriptionContact(Long id, Long accountId, String label, String firstName, String lastName, String jobTitle, String organizationName, String address1, String address2, String city, String stateProvince, String postalCode, String country, String phone, String fax, String email, OffsetDateTime createdAt, OffsetDateTime updatedAt) -
Method Summary
-
Constructor Details
-
Contact
public Contact(Long id, Long accountId, String label, String firstName, String lastName, String jobTitle, String organizationName, String address1, String address2, String city, String stateProvince, String postalCode, String country, String phone, String fax, String email, OffsetDateTime createdAt, OffsetDateTime updatedAt)
-
-
Method Details
-
getId
-
getAccountId
-
getLabel
-
getFirstName
-
getLastName
-
getJobTitle
-
getOrganization
-
getAddress1
-
getAddress2
-
getCity
-
getStateProvince
-
getPostalCode
-
getCountry
-
getPhone
-
getFax
-
getEmail
-
getCreatedAt
-
getUpdatedAt
-