Class ListEntitiesFilter

    • Method Detail

      • parentEntityId

        public final String parentEntityId()

        The parent of the entities in the list.

        Returns:
        The parent of the entities in the list.
      • componentTypeId

        public final String componentTypeId()

        The ID of the component type in the entities in the list.

        Returns:
        The ID of the component type in the entities in the list.
      • externalId

        public final String externalId()

        The external-Id property of a component. The external-Id property is the primary key of an external storage system.

        Returns:
        The external-Id property of a component. The external-Id property is the primary key of an external storage system.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)
      • fromParentEntityId

        public static ListEntitiesFilter fromParentEntityId​(String parentEntityId)
        Create an instance of this class with parentEntityId() initialized to the given value.

        The parent of the entities in the list.

        Parameters:
        parentEntityId - The parent of the entities in the list.
      • fromComponentTypeId

        public static ListEntitiesFilter fromComponentTypeId​(String componentTypeId)
        Create an instance of this class with componentTypeId() initialized to the given value.

        The ID of the component type in the entities in the list.

        Parameters:
        componentTypeId - The ID of the component type in the entities in the list.
      • fromExternalId

        public static ListEntitiesFilter fromExternalId​(String externalId)
        Create an instance of this class with externalId() initialized to the given value.

        The external-Id property of a component. The external-Id property is the primary key of an external storage system.

        Parameters:
        externalId - The external-Id property of a component. The external-Id property is the primary key of an external storage system.