Class FindSubDomainTypesRequest.Builder
Object
Builder
- Enclosing class:
FindSubDomainTypesRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()but()Deprecated.This method will be removed in the future.domainTypeId(UUID domainTypeId) Required. The ID of the Domain Type to search the subtypes for.includeParent(boolean includeParent) Whether parent Domain Type should be included in the search result.toString()
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useFindSubDomainTypesRequest.builder().Clone method for this Builder. -
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.- Returns:
this.
-
includeParent
Whether parent Domain Type should be included in the search result.- Returns:
this.
-
build
-
toString
-