com.groupdocs.signature.domain

Class SearchResult

    • Method Detail

      • toList

        public final <T extends BaseSignatureList<T> toList(Class<T> typeOfT)

        Provides conversion to strongly typed list of signatures.

        Returns:
        Returns list of given signature type.

        T: The type of signatures in the list.