Class FindSubDomainTypesRequest
Object
FindSubDomainTypesRequest
- All Implemented Interfaces:
Serializable
Represents the search criteria to find sub Domain Types.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired. The ID of the Domain Type to search the subtypes for.inthashCode()booleanWhether parent Domain Type should be included in the search result.voidsetDomainTypeId(UUID domainTypeId) Required. The ID of the Domain Type to search the subtypes for.voidsetIncludeParent(boolean includeParent) Whether parent Domain Type should be included in the search result.toString()
-
Constructor Details
-
FindSubDomainTypesRequest
public FindSubDomainTypesRequest()
-
-
Method Details
-
builder
-
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
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-