Class FindSubAssetTypesRequest
Object
FindSubAssetTypesRequest
- All Implemented Interfaces:
Serializable
Represents the search criteria to find sub Asset Types.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired. The ID of the Asset Type to search the subtypes for.inthashCode()booleanWhether we should only list the direct subtypes, or all subtypes.booleanWhether parent Asset Type should be included in the search result.voidsetAssetTypeId(UUID assetTypeId) Required. The ID of the Asset Type to search the subtypes for.voidsetDirectSubTypesOnly(boolean directSubTypesOnly) Whether we should only list the direct subtypes, or all subtypes.voidsetIncludeParent(boolean includeParent) Whether parent Asset Type should be included in the search result.toString()
-
Constructor Details
-
FindSubAssetTypesRequest
public FindSubAssetTypesRequest()
-
-
Method Details
-
builder
-
getAssetTypeId
Required. The ID of the Asset Type to search the subtypes for. -
isIncludeParent
public boolean isIncludeParent()Whether parent Asset Type should be included in the search result. -
isDirectSubTypesOnly
public boolean isDirectSubTypesOnly()Whether we should only list the direct subtypes, or all subtypes. -
setAssetTypeId
Required. The ID of the Asset Type to search the subtypes for. -
setIncludeParent
public void setIncludeParent(boolean includeParent) Whether parent Asset Type should be included in the search result. -
setDirectSubTypesOnly
public void setDirectSubTypesOnly(boolean directSubTypesOnly) Whether we should only list the direct subtypes, or all subtypes. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-