Class FindSubDomainTypesRequest

Object
FindSubDomainTypesRequest
All Implemented Interfaces:
Serializable

public class FindSubDomainTypesRequest extends Object implements Serializable
Represents the search criteria to find sub Domain Types.
See Also:
  • Constructor Details

    • FindSubDomainTypesRequest

      public FindSubDomainTypesRequest()
  • Method Details

    • builder

      public static FindSubDomainTypesRequest.Builder builder()
    • getDomainTypeId

      public UUID getDomainTypeId()
      Required. The ID of the Domain Type to search the subtypes for. Supplied as a path parameter in the REST API, not as a query parameter.
    • isIncludeParent

      public boolean isIncludeParent()
      Whether parent Domain Type should be included in the search result.
    • setDomainTypeId

      public void setDomainTypeId(UUID domainTypeId)
      Required. The ID of the Domain Type to search the subtypes for. Supplied as a path parameter in the REST API, not as a query parameter.
    • setIncludeParent

      public void setIncludeParent(boolean includeParent)
      Whether parent Domain Type should be included in the search result.
    • 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