Class RecentlyViewedAssetsRequest

    • Constructor Detail

      • RecentlyViewedAssetsRequest

        public RecentlyViewedAssetsRequest()
    • Method Detail

      • getName

        public String getName()
        The name of the asset to search for (either display name or full name).
      • getNameMatchMode

        public MatchMode getNameMatchMode()
        The match mode used to compare name.
      • getDomainIds

        public List<UUID> getDomainIds()
        The list of IDs of the domains. The returned assets are of one of domains specified by this parameter
      • getCommunityIds

        public List<UUID> getCommunityIds()
        The list of IDs of the communities. The returned assets are of one of communities specified by this parameter
      • getTypeIds

        public List<UUID> getTypeIds()
        The list of IDs of the asset types. The returned assets are of one of types specified by this parameter
      • getStatusIds

        public List<UUID> 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

        public void setName​(String name)
        The name of the asset to search for (either display name or full name).
      • setNameMatchMode

        public void setNameMatchMode​(MatchMode nameMatchMode)
        The match mode used to compare name.
      • setDomainIds

        public void setDomainIds​(List<UUID> domainIds)
        The list of IDs of the domains. The returned assets are of one of domains specified by this parameter
      • setCommunityIds

        public void setCommunityIds​(List<UUID> communityIds)
        The list of IDs of the communities. The returned assets are of one of communities specified by this parameter
      • setTypeIds

        public void setTypeIds​(List<UUID> typeIds)
        The list of IDs of the asset types. The returned assets are of one of types specified by this parameter
      • setStatusIds

        public void setStatusIds​(List<UUID> statusIds)
        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.
      • canEqual

        protected boolean canEqual​(Object other)
        Overrides:
        canEqual in class PagedRequest