Class RecentlyViewedAssetsRequest
Object
PagedRequest
RecentlyViewedAssetsRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class PagedRequest
countLimit, limit, offset
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The 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.int
hashCode()
boolean
Whether the type inheritance for the asset type filtering should be applied or not.void
setCommunityIds
(List<UUID> communityIds) The list of IDs of the communities.void
setDomainIds
(List<UUID> domainIds) The list of IDs of the domains.void
The name of the asset to search for (either display name or full name).void
setNameMatchMode
(MatchMode nameMatchMode) The match mode used to comparename
.void
setStatusIds
(List<UUID> statusIds) The list of IDs of the statuses.void
setTypeIds
(List<UUID> typeIds) The list of IDs of the asset types.void
setTypeInheritance
(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:
equals
in classPagedRequest
-
canEqual
- Overrides:
canEqual
in classPagedRequest
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPagedRequest
-
toString
- Overrides:
toString
in classPagedRequest
-