Class FindSubAssetTypesRequest.Builder
Object
Builder
- Enclosing class:
FindSubAssetTypesRequest
-
Method Summary
Modifier and TypeMethodDescriptionassetTypeId(UUID assetTypeId) Required. The ID of the Asset Type to search the subtypes for.build()but()Deprecated.This method will be removed in the future.directSubTypesOnly(boolean directSubTypesOnly) Whether we should only list the direct subtypes, or all subtypes.includeParent(boolean includeParent) Whether parent Asset Type should be included in the search result.toString()
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useFindSubAssetTypesRequest.builder().Clone method for this Builder. -
assetTypeId
Required. The ID of the Asset Type to search the subtypes for.- Returns:
this.
-
includeParent
Whether parent Asset Type should be included in the search result.- Returns:
this.
-
directSubTypesOnly
Whether we should only list the direct subtypes, or all subtypes.- Returns:
this.
-
build
-
toString
-