Interface TrustResultType

All Superinterfaces:
CatalogType

public interface TrustResultType extends CatalogType
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether this TrustResultType is a success type or not.

    Methods inherited from interface com.griefdefender.api.CatalogType

    getId, getName
  • Method Details

    • successType

      boolean successType()
      Whether this TrustResultType is a success type or not.
      Returns:
      true if success type, false if not