Package google.registry.model.domain
Class DomainRenewData
- java.lang.Object
-
- google.registry.model.domain.DomainRenewData
-
- All Implemented Interfaces:
EppResponse.ResponseData
public class DomainRenewData extends java.lang.Object implements EppResponse.ResponseData
TheEppResponse.ResponseData
returned when renewing a domain.
-
-
Constructor Summary
Constructors Constructor Description DomainRenewData()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DomainRenewData
create(java.lang.String name, org.joda.time.DateTime expirationDate)
-
-
-
Method Detail
-
create
public static DomainRenewData create(java.lang.String name, org.joda.time.DateTime expirationDate)
-
-