Class RecentlyViewedAssetsRequest
Object
PagedRequest
RecentlyViewedAssetsRequest
- All Implemented Interfaces:
Serializable
- 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 booleanbooleanThe list of IDs of the communities.The list of IDs of the domains.getName()The name of the asset to search for (either display name or full name).The match mode used to comparename.The list of IDs of the statuses.The list of IDs of the asset types.inthashCode()booleanWhether the type inheritance for the asset type filtering should be applied or not.voidsetCommunityIds(List<UUID> communityIds) The list of IDs of the communities.voidsetDomainIds(List<UUID> domainIds) The list of IDs of the domains.voidThe name of the asset to search for (either display name or full name).voidsetNameMatchMode(MatchMode nameMatchMode) The match mode used to comparename.voidsetStatusIds(List<UUID> statusIds) The list of IDs of the statuses.voidsetTypeIds(List<UUID> typeIds) The list of IDs of the asset types.voidsetTypeInheritance(boolean typeInheritance) Whether the type inheritance for the asset type filtering should be applied or not.toString()Methods inherited from class PagedRequest
getCountLimit, getLimit, getOffset, isPagingActive, setCountLimit, setLimit, setOffset
-
Constructor Details
-
RecentlyViewedAssetsRequest
public RecentlyViewedAssetsRequest()
-
-
Method Details
-
builder
-
getName
The name of the asset to search for (either display name or full name). -
getNameMatchMode
The match mode used to comparename. -
getDomainIds
The list of IDs of the domains. The returned assets are of one of domains specified by this parameter -
getCommunityIds
The list of IDs of the communities. The returned assets are of one of communities specified by this parameter -
getTypeIds
The list of IDs of the asset types. The returned assets are of one of types specified by this parameter -
getStatusIds
The list of IDs of the statuses. The returned assets have one of statuses specified by this parameter -
isTypeInheritance
public boolean isTypeInheritance()Whether the type inheritance for the asset type filtering should be applied or not. -
setName
The name of the asset to search for (either display name or full name). -
setNameMatchMode
The match mode used to comparename. -
setDomainIds
The list of IDs of the domains. The returned assets are of one of domains specified by this parameter -
setCommunityIds
The list of IDs of the communities. The returned assets are of one of communities specified by this parameter -
setTypeIds
The list of IDs of the asset types. The returned assets are of one of types specified by this parameter -
setStatusIds
The list of IDs of the statuses. The returned assets have one of statuses specified by this parameter -
setTypeInheritance
public void setTypeInheritance(boolean typeInheritance) Whether the type inheritance for the asset type filtering should be applied or not. -
equals
- Overrides:
equalsin classPagedRequest
-
canEqual
- Overrides:
canEqualin classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classPagedRequest
-
toString
- Overrides:
toStringin classPagedRequest
-