Class ChangeDomainTypeRequest

Object
ChangeDomainTypeRequest
All Implemented Interfaces:
Serializable

public class ChangeDomainTypeRequest extends Object implements Serializable
The properties of the Domain Type to be changed.
See Also:
  • Constructor Details

    • ChangeDomainTypeRequest

      public ChangeDomainTypeRequest()
  • Method Details

    • builder

      public static ChangeDomainTypeRequest.Builder builder()
    • getId

      public UUID getId()
      Required. The ID of the Domain Type to be changed.
    • getPublicId

      public String getPublicId()
      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.
    • getName

      public String getName()
      The new name for the Domain Type.
    • getDescription

      public String getDescription()
      The new description for the Domain Type.
    • getParentId

      public UUID getParentId()
      The ID of the new parent for the Domain Type.
    • setId

      public void setId(UUID id)
      Required. The ID of the Domain Type to be changed.
    • setPublicId

      public void setPublicId(String 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.
    • setName

      public void setName(String name)
      The new name for the Domain Type.
    • setDescription

      public void setDescription(String description)
      The new description for the Domain Type.
    • setParentId

      public void setParentId(UUID parentId)
      The ID of the new parent for the Domain Type.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object