public static interface OperationSummary.Builder extends SdkPojo, CopyableBuilder<OperationSummary.Builder,OperationSummary>
| Modifier and Type | Method and Description |
|---|---|
OperationSummary.Builder |
domainName(String domainName)
Name of the domain.
|
OperationSummary.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).
|
OperationSummary.Builder |
message(String message)
Message about the operation.
|
OperationSummary.Builder |
operationId(String operationId)
Identifier returned to track the requested action.
|
OperationSummary.Builder |
status(OperationStatus status)
The current status of the requested operation in the system.
|
OperationSummary.Builder |
status(String status)
The current status of the requested operation in the system.
|
OperationSummary.Builder |
statusFlag(StatusFlag statusFlag)
Automatically checks whether there are no outstanding operations on domains that need customer attention.
|
OperationSummary.Builder |
statusFlag(String statusFlag)
Automatically checks whether there are no outstanding operations on domains that need customer attention.
|
OperationSummary.Builder |
submittedDate(Instant submittedDate)
The date when the request was submitted.
|
OperationSummary.Builder |
type(OperationType type)
Type of the action requested.
|
OperationSummary.Builder |
type(String type)
Type of the action requested.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOperationSummary.Builder operationId(String operationId)
Identifier returned to track the requested action.
operationId - Identifier returned to track the requested action.OperationSummary.Builder status(String status)
The current status of the requested operation in the system.
status - The current status of the requested operation in the system.OperationStatus,
OperationStatusOperationSummary.Builder status(OperationStatus status)
The current status of the requested operation in the system.
status - The current status of the requested operation in the system.OperationStatus,
OperationStatusOperationSummary.Builder type(String type)
Type of the action requested.
type - Type of the action requested.OperationType,
OperationTypeOperationSummary.Builder type(OperationType type)
Type of the action requested.
type - Type of the action requested.OperationType,
OperationTypeOperationSummary.Builder submittedDate(Instant submittedDate)
The date when the request was submitted.
submittedDate - The date when the request was submitted.OperationSummary.Builder domainName(String domainName)
Name of the domain.
domainName - Name of the domain.OperationSummary.Builder message(String message)
Message about the operation.
message - Message about the operation.OperationSummary.Builder statusFlag(String statusFlag)
Automatically checks whether there are no outstanding operations on domains that need customer attention.
Valid values are:
PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is receiving
the domain.
PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example, returning an
email.
PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more
information, see ResendOperationAuthorization.
PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to validate.
PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its resolution.
statusFlag - Automatically checks whether there are no outstanding operations on domains that need customer
attention.
Valid values are:
PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is
receiving the domain.
PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example,
returning an email.
PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more
information, see ResendOperationAuthorization.
PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to
validate.
PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its
resolution.
StatusFlag,
StatusFlagOperationSummary.Builder statusFlag(StatusFlag statusFlag)
Automatically checks whether there are no outstanding operations on domains that need customer attention.
Valid values are:
PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is receiving
the domain.
PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example, returning an
email.
PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more
information, see ResendOperationAuthorization.
PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to validate.
PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its resolution.
statusFlag - Automatically checks whether there are no outstanding operations on domains that need customer
attention.
Valid values are:
PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is
receiving the domain.
PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example,
returning an email.
PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more
information, see ResendOperationAuthorization.
PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to
validate.
PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its
resolution.
StatusFlag,
StatusFlagOperationSummary.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).
lastUpdatedDate - The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).Copyright © 2023. All rights reserved.