Class FindAssetTypesRequest
Object
PagedRequest
FindAssetTypesRequest
- All Implemented Interfaces:
Serializable
The search criteria for Asset Types.
Only parameters that are specified in this request and do not have null values are used for
filtering. All other parameters are ignored.
The returned Asset Types satisfy all constraints that are specified in these search criteria.
By default, a result containing at most 1000 Asset Types is returned.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class PagedRequest
countLimit, limit, offset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanWhether only Asset Types with display names enabled (or disabled) should be searched.Whether the final Asset Types should be excluded from the results or not.Whether the meta Asset Types should be excluded from the results or not.Whether the Asset Types belonging to products for which no license is active should be excluded from the results or not.getName()The name of the Asset Type to search for.The match mode used to comparename.The ID of the parent to find the Asset Types in.Whether only top level Asset Types should be searched or not.inthashCode()voidsetDisplayNameEnabled(Boolean displayNameEnabled) Whether only Asset Types with display names enabled (or disabled) should be searched.voidsetExcludeFinal(Boolean excludeFinal) Whether the final Asset Types should be excluded from the results or not.voidsetExcludeMeta(Boolean excludeMeta) Whether the meta Asset Types should be excluded from the results or not.voidsetExcludeUnlicensedProducts(Boolean excludeUnlicensedProducts) Whether the Asset Types belonging to products for which no license is active should be excluded from the results or not.voidThe name of the Asset Type to search for.voidsetNameMatchMode(MatchMode nameMatchMode) The match mode used to comparename.voidsetParentId(UUID parentId) The ID of the parent to find the Asset Types in.voidsetTopLevel(Boolean topLevel) Whether only top level Asset Types should be searched or not.toString()Methods inherited from class PagedRequest
getCountLimit, getLimit, getOffset, isPagingActive, setCountLimit, setLimit, setOffset
-
Constructor Details
-
FindAssetTypesRequest
public FindAssetTypesRequest()
-
-
Method Details
-
builder
-
getName
The name of the Asset Type to search for. -
getNameMatchMode
The match mode used to comparename. If the match mode isEXACTthe search is case-sensitive, otherwise the search is case-insensitive. -
getParentId
The ID of the parent to find the Asset Types in. -
getExcludeMeta
Whether the meta Asset Types should be excluded from the results or not. -
getExcludeFinal
Whether the final Asset Types should be excluded from the results or not. -
getExcludeUnlicensedProducts
Whether the Asset Types belonging to products for which no license is active should be excluded from the results or not. -
getTopLevel
Whether only top level Asset Types should be searched or not. -
getDisplayNameEnabled
Whether only Asset Types with display names enabled (or disabled) should be searched. -
setName
The name of the Asset Type to search for. -
setNameMatchMode
The match mode used to comparename. If the match mode isEXACTthe search is case-sensitive, otherwise the search is case-insensitive. -
setParentId
The ID of the parent to find the Asset Types in. -
setExcludeMeta
Whether the meta Asset Types should be excluded from the results or not. -
setExcludeFinal
Whether the final Asset Types should be excluded from the results or not. -
setExcludeUnlicensedProducts
Whether the Asset Types belonging to products for which no license is active should be excluded from the results or not. -
setTopLevel
Whether only top level Asset Types should be searched or not. -
setDisplayNameEnabled
Whether only Asset Types with display names enabled (or disabled) should be searched. -
equals
- Overrides:
equalsin classPagedRequest
-
canEqual
- Overrides:
canEqualin classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classPagedRequest
-
toString
- Overrides:
toStringin classPagedRequest
-