Class ChangeDomainTypeRequest.Builder
Object
Builder
- Enclosing class:
ChangeDomainTypeRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()but()Deprecated.This method will be removed in the future.description(String description) The new description for the Domain Type.Required. The ID of the Domain Type to be changed.The new name for the Domain Type.The ID of the new parent for the Domain Type.The new public id for the Domain Type.toString()
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useChangeDomainTypeRequest.builder().Clone method for this Builder. -
id
Required. The ID of the Domain Type to be changed. Silently ignored if the ID is provided as path parameter of the request.- Returns:
this.
-
publicId
The new public id for the Domain Type.It must be unique within all Domain Types. It should contain only ASCII letters and digits. It must start with an uppercase ASCII character. It must end with "_C".
WARNING : The public id should only be changed with extreme caution, since it can break existing customizations. The only valid use case is to change it after creation of the type, if no public id was specified, and the generated proposal is not acceptable.- Returns:
this.
-
name
The new name for the Domain Type.- Returns:
this.
-
description
The new description for the Domain Type.- Returns:
this.
-
parentId
The ID of the new parent for the Domain Type.- Returns:
this.
-
build
-
toString
-