mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 00:47:11 +02:00
Flatten the domain transfer flows
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=133906420
This commit is contained in:
parent
2d46c7c27c
commit
1b34f1e326
19 changed files with 848 additions and 351 deletions
|
@ -58,6 +58,10 @@ public abstract class TransferResponse extends BaseTransferObject implements Res
|
|||
@XmlElement(name = "exDate")
|
||||
DateTime extendedRegistrationExpirationTime;
|
||||
|
||||
public DateTime getExtendedRegistrationExpirationTime() {
|
||||
return extendedRegistrationExpirationTime;
|
||||
}
|
||||
|
||||
/** Builder for {@link DomainTransferResponse}. */
|
||||
public static class Builder
|
||||
extends BaseTransferObject.Builder<DomainTransferResponse, Builder> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue