Package com.dnsimple.data
Class EmailForward
java.lang.Object
com.dnsimple.data.EmailForward
-
Constructor Summary
ConstructorsConstructorDescriptionEmailForward(Long id, Long domainId, String aliasEmail, String destinationEmail, OffsetDateTime createdAt, OffsetDateTime updatedAt) -
Method Summary
Modifier and TypeMethodDescriptiongetFrom()Deprecated, for removal: This API element is subject to removal in a future version.getId()getTo()Deprecated, for removal: This API element is subject to removal in a future version.usegetDestinationEmail()instead
-
Constructor Details
-
EmailForward
public EmailForward(Long id, Long domainId, String aliasEmail, String destinationEmail, OffsetDateTime createdAt, OffsetDateTime updatedAt)
-
-
Method Details
-
getId
-
getDomainId
-
getFrom
Deprecated, for removal: This API element is subject to removal in a future version.usegetAliasEmail()instead -
getTo
Deprecated, for removal: This API element is subject to removal in a future version.usegetDestinationEmail()instead -
getAliasEmail
-
getDestinationEmail
-
getCreatedAt
-
getUpdatedAt
-
getAliasEmail()instead