Interface IPDNotFound

    • Method Detail

      • exists

        default boolean exists()
        Checks whether the object exists or not.

        In the case of data objects that implement the IPDNotFound interface, the exists method returns false.

        Specified by:
        exists in interface IPDData
        Returns:
        true if the object exists, false otherwise.