Class FindComplexRelationsRequest

  • All Implemented Interfaces:
    Serializable

    public class FindComplexRelationsRequest
    extends CursorPagedRequest
    implements Serializable
    The search criteria for complex relations.

    Only parameters that are specified in this request and have not null values are used for filtering. All other parameters are ignored.

    The returned complex relations satisfy all constraints that are specified in this search criteria.

    By default a result containing 1000 complex relations is returned.

    See Also:
    Serialized Form
    • Constructor Detail

      • FindComplexRelationsRequest

        public FindComplexRelationsRequest()
    • Method Detail

      • getAssetId

        public UUID getAssetId()
        The ID of the asset for which complex relations should be found.
      • getTypeId

        public UUID getTypeId()
        The ID of the type of complex relations to search for.
      • setAssetId

        public void setAssetId​(UUID assetId)
        The ID of the asset for which complex relations should be found.
      • setTypeId

        public void setTypeId​(UUID typeId)
        The ID of the type of complex relations to search for.